Go to the source code of this file.
Functions | |
| int32 cfg | $read_lock (CFG_ID partition_id, uint64 retry) |
| Copyright (c) 1999. | |
| int32 cfg | $read_unlock (CFG_ID partition_id) |
| int32 cfg | $set_node_flags (CFG_HANDLE node_handle, int flags_type, uint64 node_flags_mask, int node_change_counter) |
| int32 cfg | $clear_node_flags (CFG_HANDLE node_handle, int flags_type, uint64 node_flags_mask, int node_change_counter) |
| int32 cfg | $make_hw_active (CFG_HANDLE sw_node, CFG_HANDLE hw_node) |
| int32 cfg | $make_hw_inactive (CFG_HANDLE sw_node, CFG_HANDLE hw_node) |
| int32 cfg | $get_update_level (uint64 *updateLevel) |
| int32 cfg | $assign_hw (CFG_HANDLE sw_node, CFG_HANDLE hw_node, uint32 active, uint64 incarnation) |
| int32 cfg | $deassign_hw (CFG_HANDLE sw_entity, CFG_HANDLE hw_node, uint32 active) |
| int32 cfg | $create_partition (CFG_HANDLE *partition, CFG_ID *partition_id, CFG_HANDLE community, int32 os_type) |
| int32 cfg | $create_community (CFG_HANDLE *community, CFG_ID *community_id) |
| int32 cfg | $delete_partition (CFG_HANDLE partition, uint32 active) |
| int32 cfg | $delete_community (CFG_HANDLE community, uint32 active) |
| int32 cfg | $assign_mem_fragment (CFG_HANDLE sw_owner, uint32 flags, uint64 PA, uint64 size, uint32 active) |
| int32 cfg | $deassign_mem_fragment (CFG_HANDLE sw_owner, uint64 PA, uint32 active) |
| int32 cfg | $find_node (CFG_HANDLE root, CFG_HANDLE *current, int32 search_criteria, char search_type, char search_subType, CFG_ID search_id, CFG_HANDLE search_owner, int32 *depth) |
| int32 cfg | $find_partition (uint64 HWRPB, CFG_HANDLE *partition, CFG_ID *partition_id, CFG_HANDLE *community, CFG_ID *community_id) |
| int32 cfg | $get_text (uint64 what, int32 names, char *prefix, char *retname, int maxlen) |
| int32 cfg | $validate_partition (CFG_HANDLE partition) |
| int32 cfg | $update_gmdb (CFG_HANDLE community, int32 offset, uint64 new_data, uint64 old_data) |
| int32 cfg | $get_max_partition (void) |
| int32 cfg | $update_galaxy_id (char *new_data, char *old_data) |
| int32 cfg | $update_instance_name (CFG_HANDLE partition, char *new_data, char *old_data) |
| int32 cfg | $set_error_target (CFG_HANDLE current_target, CFG_HANDLE new_target) |
| int32 cfg $assign_hw | ( | CFG_HANDLE | sw_node, | |
| CFG_HANDLE | hw_node, | |||
| uint32 | active, | |||
| uint64 | incarnation | |||
| ) |
| int32 cfg $assign_mem_fragment | ( | CFG_HANDLE | sw_owner, | |
| uint32 | flags, | |||
| uint64 | PA, | |||
| uint64 | size, | |||
| uint32 | active | |||
| ) |
| int32 cfg $clear_node_flags | ( | CFG_HANDLE | node_handle, | |
| int | flags_type, | |||
| uint64 | node_flags_mask, | |||
| int | node_change_counter | |||
| ) |
| int32 cfg $create_community | ( | CFG_HANDLE * | community, | |
| CFG_ID * | community_id | |||
| ) |
| int32 cfg $create_partition | ( | CFG_HANDLE * | partition, | |
| CFG_ID * | partition_id, | |||
| CFG_HANDLE | community, | |||
| int32 | os_type | |||
| ) |
| int32 cfg $deassign_hw | ( | CFG_HANDLE | sw_entity, | |
| CFG_HANDLE | hw_node, | |||
| uint32 | active | |||
| ) |
| int32 cfg $deassign_mem_fragment | ( | CFG_HANDLE | sw_owner, | |
| uint64 | PA, | |||
| uint32 | active | |||
| ) |
| int32 cfg $delete_community | ( | CFG_HANDLE | community, | |
| uint32 | active | |||
| ) |
| int32 cfg $delete_partition | ( | CFG_HANDLE | partition, | |
| uint32 | active | |||
| ) |
| int32 cfg $find_node | ( | CFG_HANDLE | root, | |
| CFG_HANDLE * | current, | |||
| int32 | search_criteria, | |||
| char | search_type, | |||
| char | search_subType, | |||
| CFG_ID | search_id, | |||
| CFG_HANDLE | search_owner, | |||
| int32 * | depth | |||
| ) |
| int32 cfg $find_partition | ( | uint64 | HWRPB, | |
| CFG_HANDLE * | partition, | |||
| CFG_ID * | partition_id, | |||
| CFG_HANDLE * | community, | |||
| CFG_ID * | community_id | |||
| ) |
| int32 cfg $get_max_partition | ( | void | ) |
| int32 cfg $get_text | ( | uint64 | what, | |
| int32 | names, | |||
| char * | prefix, | |||
| char * | retname, | |||
| int | maxlen | |||
| ) |
| int32 cfg $get_update_level | ( | uint64 * | updateLevel | ) |
| int32 cfg $make_hw_active | ( | CFG_HANDLE | sw_node, | |
| CFG_HANDLE | hw_node | |||
| ) |
| int32 cfg $make_hw_inactive | ( | CFG_HANDLE | sw_node, | |
| CFG_HANDLE | hw_node | |||
| ) |
| int32 cfg $read_lock | ( | CFG_ID | partition_id, | |
| uint64 | retry | |||
| ) |
Copyright (c) 1999.
by DIGITAL Equipment Corporation, Maynard, Mass. All rights reserved. This software is furnished under a license and may be used and copied only in accordance with the terms of such license and with the inclusion of the above copyright notice. This software or any other copies thereof may not be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred. The information in this software is subject to change without notice and should not be construed as a commitment by DIGITAL Equipment Corporation. DIGITAL assumes no responsibility for the use or reliability of its software on equipment which is not supplied by DIGITAL.
| int32 cfg $read_unlock | ( | CFG_ID | partition_id | ) |
| int32 cfg $set_error_target | ( | CFG_HANDLE | current_target, | |
| CFG_HANDLE | new_target | |||
| ) |
| int32 cfg $set_node_flags | ( | CFG_HANDLE | node_handle, | |
| int | flags_type, | |||
| uint64 | node_flags_mask, | |||
| int | node_change_counter | |||
| ) |
| int32 cfg $update_galaxy_id | ( | char * | new_data, | |
| char * | old_data | |||
| ) |
| int32 cfg $update_gmdb | ( | CFG_HANDLE | community, | |
| int32 | offset, | |||
| uint64 | new_data, | |||
| uint64 | old_data | |||
| ) |
| int32 cfg $update_instance_name | ( | CFG_HANDLE | partition, | |
| char * | new_data, | |||
| char * | old_data | |||
| ) |
| int32 cfg $validate_partition | ( | CFG_HANDLE | partition | ) |