Go to the source code of this file.
Functions | |
| int32 gct | $read_lock (GCT_ID partition_id, uint64 retry) |
| Copyright (c) 1997, 1998. | |
| int32 gct | $read_unlock (GCT_ID partition_id) |
| int32 gct | $make_hw_active (GCT_HANDLE sw_node, GCT_HANDLE hw_node) |
| int32 gct | $make_hw_inactive (GCT_HANDLE sw_node, GCT_HANDLE hw_node) |
| int32 gct | $get_update_level (uint64 *updateLevel) |
| int32 gct | $assign_hw (GCT_HANDLE sw_node, GCT_HANDLE hw_node, uint32 active, uint64 incarnation) |
| int32 gct | $deassign_hw (GCT_HANDLE sw_entity, GCT_HANDLE hw_node, uint32 active) |
| int32 gct | $create_partition (GCT_HANDLE *partition, GCT_ID *partition_id, GCT_HANDLE community, int32 os_type) |
| int32 gct | $create_community (GCT_HANDLE *community, GCT_ID *community_id) |
| int32 gct | $delete_partition (GCT_HANDLE partition, uint32 active) |
| int32 gct | $delete_community (GCT_HANDLE community, uint32 active) |
| int32 gct | $assign_mem_fragment (GCT_HANDLE sw_owner, uint32 flags, uint64 PA, uint64 size, uint32 active) |
| int32 gct | $deassign_mem_fragment (GCT_HANDLE sw_owner, uint64 PA, uint32 active) |
| int32 gct | $find_node (GCT_HANDLE root, GCT_HANDLE *current, int32 search_criteria, char search_type, char search_subType, GCT_ID search_id, GCT_HANDLE search_owner, int32 *depth) |
| int32 gct | $find_partition (uint64 HWRPB, GCT_HANDLE *partition, GCT_ID *partition_id, GCT_HANDLE *community, GCT_ID *community_id) |
| int32 gct | $get_text (uint64 what, int32 names, char *prefix, char *retname, int maxlen) |
| int32 gct | $validate_partition (GCT_HANDLE partition) |
| int32 gct | $update_gmdb (GCT_HANDLE community, int32 offset, uint64 new_data, uint64 old_data) |
| int32 gct | $get_max_partition (void) |
| int32 gct | $update_galaxy_id (char *new_data, char *old_data) |
| int32 gct | $update_instance_name (GCT_HANDLE partition, char *new_data, char *old_data) |
| int32 gct $assign_hw | ( | GCT_HANDLE | sw_node, | |
| GCT_HANDLE | hw_node, | |||
| uint32 | active, | |||
| uint64 | incarnation | |||
| ) |
| int32 gct $assign_mem_fragment | ( | GCT_HANDLE | sw_owner, | |
| uint32 | flags, | |||
| uint64 | PA, | |||
| uint64 | size, | |||
| uint32 | active | |||
| ) |
| int32 gct $create_community | ( | GCT_HANDLE * | community, | |
| GCT_ID * | community_id | |||
| ) |
| int32 gct $create_partition | ( | GCT_HANDLE * | partition, | |
| GCT_ID * | partition_id, | |||
| GCT_HANDLE | community, | |||
| int32 | os_type | |||
| ) |
| int32 gct $deassign_hw | ( | GCT_HANDLE | sw_entity, | |
| GCT_HANDLE | hw_node, | |||
| uint32 | active | |||
| ) |
| int32 gct $deassign_mem_fragment | ( | GCT_HANDLE | sw_owner, | |
| uint64 | PA, | |||
| uint32 | active | |||
| ) |
| int32 gct $delete_community | ( | GCT_HANDLE | community, | |
| uint32 | active | |||
| ) |
| int32 gct $delete_partition | ( | GCT_HANDLE | partition, | |
| uint32 | active | |||
| ) |
| int32 gct $find_node | ( | GCT_HANDLE | root, | |
| GCT_HANDLE * | current, | |||
| int32 | search_criteria, | |||
| char | search_type, | |||
| char | search_subType, | |||
| GCT_ID | search_id, | |||
| GCT_HANDLE | search_owner, | |||
| int32 * | depth | |||
| ) |
| int32 gct $find_partition | ( | uint64 | HWRPB, | |
| GCT_HANDLE * | partition, | |||
| GCT_ID * | partition_id, | |||
| GCT_HANDLE * | community, | |||
| GCT_ID * | community_id | |||
| ) |
| int32 gct $get_max_partition | ( | void | ) |
| int32 gct $get_text | ( | uint64 | what, | |
| int32 | names, | |||
| char * | prefix, | |||
| char * | retname, | |||
| int | maxlen | |||
| ) |
| int32 gct $get_update_level | ( | uint64 * | updateLevel | ) |
| int32 gct $make_hw_active | ( | GCT_HANDLE | sw_node, | |
| GCT_HANDLE | hw_node | |||
| ) |
| int32 gct $make_hw_inactive | ( | GCT_HANDLE | sw_node, | |
| GCT_HANDLE | hw_node | |||
| ) |
| int32 gct $read_lock | ( | GCT_ID | partition_id, | |
| uint64 | retry | |||
| ) |
Copyright (c) 1997, 1998.
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 gct $read_unlock | ( | GCT_ID | partition_id | ) |
| int32 gct $update_galaxy_id | ( | char * | new_data, | |
| char * | old_data | |||
| ) |
| int32 gct $update_gmdb | ( | GCT_HANDLE | community, | |
| int32 | offset, | |||
| uint64 | new_data, | |||
| uint64 | old_data | |||
| ) |
| int32 gct $update_instance_name | ( | GCT_HANDLE | partition, | |
| char * | new_data, | |||
| char * | old_data | |||
| ) |
| int32 gct $validate_partition | ( | GCT_HANDLE | partition | ) |