Guardian Procedure Calls Reference Manual
Z^NSK^DEVICENAME
is the local name (that is, a name that does not include a node name) of the device whose
attributes are being returned. This name has no qualifiers. Z^NSK^NODENAME returns the
node name, and Z^QUALIFIER1 and Z^QUALIFIER2 return any qualifiers.
Z^QUALIFIER1
is the first qualifier name subordinate to the device name returned in Z^NSK^DEVICENAME.
For example, #Q1 is the first qualifier of the terminal process named $TERM.#Q1.Q2.
Z^QUALIFIER2
is the second qualifier name subordinate to the device name returned in Z^NSK^DEVICENAME.
For example, Q2 is the second qualifier of the terminal process named $TERM.#Q1.Q2.
Z^LDEV^NUMBER
is the logical device number of the device whose attributes are being returned. 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 device type of the device. See Appendix A: Device Types and Subtypes for a list of
device types.
Z^DEVICE^SUBTYPE
is the device 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. These 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.
Indicates the I/O subsystem isValueName (ZCOM^VAL^ )
aborting0SUMSTATE^ABORTING
defined1SUMSTATE^DEF
running diagnostics2SUMSTATE^DIAG
started3SUMSTATE^STARTED
starting4SUMSTATE^STARTING
stopped5SUMSTATE^STOPPED
stopping6SUMSTATE^STOPPING
suspended7SUMSTATE^SUSP
in an unknown state8SUMSTATE^UNKWN
suspending9SUMSTATE^SUSPENDING
being serviced10SUMSTATE^SERVICE
Z^CONFIG^NAME^LEN
is the length of the configured name of the device, which is in Z^CONFIG^NAME.
Z^CONFIG^NAME
is the configured name of the device.
Z^SUBSYS^MANAGER^LEN
is the length of the name of the Guardian subsystem manager process, which is in
Z^SUBSYS^MANAGER.
190 Guardian Procedure Calls (C)