Go to the source code of this file.
Variables | |
| static GCT_NAMES | gct_flag_names [] |
| Copyright (c) 1997. | |
| static GCT_NAMES | gct_flag_names_pretty [] |
| static GCT_NAMES | gct_mem_flag_names [] |
| static GCT_NAMES | gct_mem_flag_names_pretty [] |
| static GCT_NAMES | gct_rtn_names [] |
| static GCT_NAMES | gct_rtn_names_pretty [] |
| static GCT_NAMES | gct_subtype_names [] |
| static GCT_NAMES | gct_subtype_names_pretty [] |
| static GCT_NAMES | gct_type_names [] |
| static GCT_NAMES | gct_type_names_pretty [] |
| static GCT_NAMES | gct_os_names [] |
| static GCT_NAMES | gct_os_names_pretty [] |
| static GCT_NAMES | gct_error_info [] |
| static GCT_NAMES | gct_error_info_pretty [] |
| static GCT_NAMES | gct_lock_type_names [] |
| static GCT_NAMES | gct_lock_type_names_pretty [] |
| GCT_NAMES * | name_array [] |
| GCT_NAMES * | pretty_name_array [] |
GCT_NAMES gct_error_info[] [static] |
Definition at line 237 of file gct_tree_strings.h.
GCT_NAMES gct_error_info_pretty[] [static] |
Definition at line 272 of file gct_tree_strings.h.
GCT_NAMES gct_flag_names[] [static] |
Initial value:
{
{NODE_HOTSWAP, "NODE_HOTSWAP"},
{NODE_UNAVAILABLE, "NODE_UNAVAILABLE"},
{NODE_HARDWARE, "NODE_HARDWARE"},
{NODE_HW_TEMPLATE, "NODE_HW_TEMPLATE"},
{NODE_INITIALIZED, "NODE_INITIALIZED"},
{NODE_CPU_PRIMARY, "NODE_CPU_PRIMARY"},
{0, "**ERROR_LAST_FLAG**"},
}
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.
Definition at line 45 of file gct_tree_strings.h.
GCT_NAMES gct_flag_names_pretty[] [static] |
Initial value:
{
{NODE_HOTSWAP, "Hot Swap"},
{NODE_UNAVAILABLE, "Unavailable"},
{NODE_HARDWARE, "Hardware"},
{NODE_HW_TEMPLATE, "Template"},
{NODE_INITIALIZED, "Initialized"},
{NODE_CPU_PRIMARY, "Primary"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 55 of file gct_tree_strings.h.
GCT_NAMES gct_lock_type_names[] [static] |
Initial value:
{
{LOCK_FOR_READ, "LOCK_FOR_READ"},
{LOCK_FOR_UPDATE, "LOCK_FOR_UPDATE"},
{UNLOCK_READ, "UNLOCK_READ"},
{UNLOCK_UPDATE, "UNLOCK_UPDATE"},
{UNLOCK_NO_UPDATE, "UNLOCK_NO_UPDATE"},
{0, "**ERROR_LAST_LOCK**"},
}
Definition at line 306 of file gct_tree_strings.h.
GCT_NAMES gct_lock_type_names_pretty[] [static] |
Initial value:
{
{LOCK_FOR_READ, "Lock for Read"},
{LOCK_FOR_UPDATE, "Lock for Update"},
{UNLOCK_READ, "Unlock Read"},
{UNLOCK_UPDATE, "Unlock Update"},
{UNLOCK_NO_UPDATE, "Unlock No Update"},
{0, "**ERROR_LAST_LOCK**"},
}
Definition at line 315 of file gct_tree_strings.h.
GCT_NAMES gct_mem_flag_names[] [static] |
Initial value:
{
{MEM_CONSOLE, "MEM_CONSOLE"},
{MEM_PRIVATE, "MEM_PRIVATE"},
{MEM_SHARED, "MEM_SHARED"},
{MEM_BASE, "MEM_BASE"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 65 of file gct_tree_strings.h.
GCT_NAMES gct_mem_flag_names_pretty[] [static] |
Initial value:
{
{MEM_CONSOLE, "Console"},
{MEM_PRIVATE, "Private"},
{MEM_SHARED, "Shared"},
{MEM_BASE, "Base"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 73 of file gct_tree_strings.h.
GCT_NAMES gct_os_names[] [static] |
Initial value:
{
{OS_VMS, "VMS"},
{OS_OSF, "OSF"},
{OS_NT, "NT"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 223 of file gct_tree_strings.h.
GCT_NAMES gct_os_names_pretty[] [static] |
Initial value:
{
{OS_VMS, "OpenVMS Alpha"},
{OS_OSF, "Digital UNIX"},
{OS_NT, "Microsoft Windows NT"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 230 of file gct_tree_strings.h.
GCT_NAMES gct_rtn_names[] [static] |
Initial value:
{
{READ_LOCK, "READ_LOCK"},
{READ_UNLOCK, "READ_UNLOCK"},
{SET_ACTIVE, "SET_ACTIVE"},
{SET_INACTIVE, "SET_INACTIVE"},
{ASSIGN_FRAGMENT, "ASSIGN_FRAGMENT"},
{DEASSIGN_FRAGMENT, "DEASSIGN_FRAGMENT"},
{CREATE_COMMUNITY, "CREATE_COMMUNITY"},
{DELETE_COMMUNITY, "DELETE_COMMUNITY"},
{CREATE_PARTITION, "CREATE_PARTITION"},
{DELETE_PARTITION, "DELETE_PARTITION"},
{ASSIGN_HW, "ASSIGN_HW"},
{DEASSIGN_HW, "DEASSIGN_HW"},
{FIND_PARTITION, "FIND_PARTITION"},
{FIND_NODE, "FIND_NODE"},
{GET_TEXT, "GET_TEXT"},
{UPDATE_GMDB, "UPDATE_GMDB"},
{VALIDATE_PARTITION, "VALIDATE_PARTITION"},
{INITIALIZE_PARTITION,"INITIALIZE_PARTITION"},
{UPDATE_GALAXY_ID, "UPDATE_GALAXY_ID"},
{GET_MAX_PARTITION, "GET_MAX_PARTITION"},
{0, "**ERROR_LAST_RTN**"},
}
Definition at line 81 of file gct_tree_strings.h.
GCT_NAMES gct_rtn_names_pretty[] [static] |
Initial value:
{
{READ_LOCK, "Read Lock"},
{READ_UNLOCK, "Read Unlock"},
{SET_ACTIVE, "Set Active"},
{SET_INACTIVE, "Set Inactive"},
{ASSIGN_FRAGMENT, "Assign Fragment"},
{DEASSIGN_FRAGMENT, "Deassign Fragment"},
{CREATE_COMMUNITY, "Create Community"},
{DELETE_COMMUNITY, "Delete Community"},
{CREATE_PARTITION, "Create Partition"},
{DELETE_PARTITION, "Delete Partition"},
{ASSIGN_HW, "Assign Hardware"},
{DEASSIGN_HW, "Deassign Hardware"},
{FIND_PARTITION, "Find Partition"},
{FIND_NODE, "Find Node"},
{GET_TEXT, "Get Text"},
{UPDATE_GMDB, "Update GMDB"},
{VALIDATE_PARTITION, "Validate Partition"},
{INITIALIZE_PARTITION,"Initialize Partition"},
{UPDATE_GALAXY_ID, "Update Galaxy ID"},
{GET_MAX_PARTITION, "Get Max Partition"},
{0, "**ERROR_LAST_RTN**"},
}
Definition at line 105 of file gct_tree_strings.h.
GCT_NAMES gct_subtype_names[] [static] |
Initial value:
{
{SNODE_CPU_NOPRIMARY, "CPU_NOPRIMARY"},
{SNODE_PCI, "PCI"},
{SNODE_EISA, "EISA"},
{SNODE_ISA, "ISA"},
{SNODE_XMI, "XMI"},
{SNODE_FBUS, "FBUS"},
{SNODE_XBUS, "XBUS"},
{SNODE_USB, "USB"},
{SNODE_SERIAL_PORT, "SERIAL_PORT"},
{SNODE_FLOPPY, "FLOPPY"},
{SNODE_PARALLEL_PORT, "PARALLEL_PORT"},
{SNODE_SCSI, "SCSI"},
{SNODE_IDE, "IDE"},
{SNODE_NI, "NI"},
{SNODE_FDDI, "FDDI"},
{SNODE_TOKEN_RING, "TOKEN_RING"},
{SNODE_NI_SCSI, "NI_SCSI"},
{SNODE_GRAPHICS, "GRAPHICS"},
{SNODE_ATM, "ATM"},
{SNODE_MEM_CHAN, "MEM_CHAN"},
{SNODE_CI, "CI"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 129 of file gct_tree_strings.h.
GCT_NAMES gct_subtype_names_pretty[] [static] |
Initial value:
{
{SNODE_CPU_NOPRIMARY, "Non-Primary CPU"},
{SNODE_PCI, "PCI Bus"},
{SNODE_EISA, "EISA Bus"},
{SNODE_ISA, "ISA Bus"},
{SNODE_XMI, "XMI Bus"},
{SNODE_FBUS, "Future Bus"},
{SNODE_XBUS, "XBus"},
{SNODE_USB, "Universal Serial Bus"},
{SNODE_SERIAL_PORT, "Serial Port"},
{SNODE_FLOPPY, "Floppy"},
{SNODE_PARALLEL_PORT, "Parallel Port"},
{SNODE_SCSI, "SCSI Controller"},
{SNODE_IDE, "IDE Controller"},
{SNODE_NI, "Ethernet"},
{SNODE_FDDI, "FDDI"},
{SNODE_TOKEN_RING, "Token Ring"},
{SNODE_NI_SCSI, "SCSI/Ethernet Combo"},
{SNODE_GRAPHICS, "Graphics"},
{SNODE_ATM, "ATM"},
{SNODE_MEM_CHAN, "Memory Channel"},
{SNODE_CI, "CI Adapter"},
{0, "**ERROR_LAST_FLAG**"},
}
Definition at line 154 of file gct_tree_strings.h.
GCT_NAMES gct_type_names[] [static] |
Initial value:
{
{NODE_ROOT, "ROOT"},
{NODE_HW_ROOT, "HW_ROOT"},
{NODE_SW_ROOT, "SW_ROOT"},
{NODE_TEMPLATE_ROOT, "TEMPLATE_ROOT"},
{NODE_COMMUNITY, "COMMUNITY"},
{NODE_PARTITION, "PARTITION"},
{NODE_SBB, "SBB"},
{NODE_PSEUDO, "PSEUDO"},
{NODE_CPU, "CPU"},
{NODE_MEMORY_SUB, "MEMORY_SUB"},
{NODE_MEMORY_DESC, "MEMORY_DESC"},
{NODE_MEMORY_CTRL, "MEMORY_CTRL"},
{NODE_IOP, "IOP"},
{NODE_HOSE, "HOSE"},
{NODE_BUS, "BUS"},
{NODE_IO_CTRL, "IO_CTRL"},
{NODE_SLOT, "SLOT"},
{NODE_CPU_MODULE, "CPU_MODULE"},
{0, "**ERROR_LAST_NAME**"},
}
Definition at line 179 of file gct_tree_strings.h.
GCT_NAMES gct_type_names_pretty[] [static] |
Initial value:
{
{NODE_ROOT, "Root"},
{NODE_HW_ROOT, "Hardware Root"},
{NODE_SW_ROOT, "Software Root"},
{NODE_TEMPLATE_ROOT, "Template Root"},
{NODE_COMMUNITY, "Community"},
{NODE_PARTITION, "Partition"},
{NODE_SBB, "System Building Block"},
{NODE_PSEUDO, "Pseudo"},
{NODE_CPU, "CPU"},
{NODE_MEMORY_SUB, "Memory Subsystem"},
{NODE_MEMORY_DESC, "Memory Descriptor"},
{NODE_MEMORY_CTRL, "Memory Controller"},
{NODE_IOP, "IO Processor"},
{NODE_HOSE, "IO Hose"},
{NODE_BUS, "IO Bus"},
{NODE_IO_CTRL, "IO Controller"},
{NODE_SLOT, "Option Slot"},
{NODE_CPU_MODULE, "CPU Module"},
{0, "**ERROR_LAST_NAME**"},
}
Definition at line 201 of file gct_tree_strings.h.
Initial value:
{
gct_flag_names,
gct_mem_flag_names,
gct_subtype_names,
gct_type_names,
gct_os_names,
gct_error_info,
gct_rtn_names,
gct_lock_type_names
}
Definition at line 324 of file gct_tree_strings.h.
Initial value:
{
gct_flag_names_pretty,
gct_mem_flag_names_pretty,
gct_subtype_names_pretty,
gct_type_names_pretty,
gct_os_names_pretty,
gct_error_info_pretty,
gct_rtn_names_pretty,
gct_lock_type_names_pretty
}
Definition at line 335 of file gct_tree_strings.h.