Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual522629-013
3-121
CONFIG_GETINFO_BYNAME2_ Procedure
(G-Series and H-Series RVUs Only)
Z^VERSION
identifies the version of the ZSYS^DDL^CONFIG^GETINFO structure.
The following TAL literal is defined in the ZSYSTAL file. Literals in the
zsysc file,
for C programs, are the same as those for TAL except that they contain the
underscore (_) character instead of the circumflex (^) character.
Z^NSK^NODENAME
is the node of the device name returned in Z^DEVNAME^DATA.
Z^LDEV^NUMBER
is the logical device number of the device whose attributes are being returned.
The logical device number could be set to -1. The logical device number of a
device can change whenever a device is configured or the system is loaded.
Some I/O subsystems do not have a logical device number.
Z^DEVICE^RECORD^SIZE
is the record size of the device.
Z^DEVICE^TYPE
is the type of the device. See Appendix A, Device Types and Subtypes for a list of
device types.
Z^DEVICE^SUBTYPE
is the subtype of the device. See Appendix A, Device Types and Subtypes for a
list of device subtypes.
Z^LOGICAL^STATUS
is the logical status of the device. The following TAL literals are defined in the
ZCOMTAL file. Literals in the
zcomc file, for C programs, are the same as those
for TAL except that they contain the underscore (_) character instead of the
circumflex (^) character.
Name (ZSYS^VAL^ ) Value Description
CONFIG^GI^VERSION 2 The current version of the structure
Name (ZCOM^VAL^ ) Value Indicates the I/O subsystem is
SUMSTATE^ABORTING 0 Terminating abnormally
SUMSTATE^DEF 1 Defined
SUMSTATE^DIAG 2 Running diagnostics
SUMSTATE^STARTED 3 Started
SUMSTATE^STARTING 4 Starting
SUMSTATE^STOPPED 5 Stopped