Guardian Procedure Calls Reference Manual

Z^SUBSYS^MANAGER
is the name of the Guardian subsystem manager process.
Z^PRIMARY^PHANDLE
is the process handle of the primary I/O subsystem that owns the device.
Z^BACKUP^PHANDLE
is the process handle of the backup I/O subsystem that owns the device.
Z^RESERVED^1
is reserved.
Structure Definitions for specificinfo
The specificinfo parameter contains information passed back from the subsystem called by
CONFIG_GETINFO_BYNAME (and the other CONFIG_GETINFO procedures). The structure of
this parameter is different depending on which subsystem is called. The
CONFIG_GETINFO_BYNAME procedure supports these subsystems:
Storage subsystem
ServerNet Lan Subsystem Access (SLSA) Subsystem
ServerNet Wide Area Network (SWAN)
Structure Definitions for Storage Subsystem
The structure returned by the storage subsystem in the specificinfo parameter of the reply
consists of a header field followed by a number of path info fields.
The structure is specific to the type of device being described; for example, the information for a
magnetic disk or SCSI-IOP device contains SCSI-specific information, and the path for a tape device
contains tape-specific information, and so on.
The structure for magnetic disk and SCSI-IOP devices is defined in TAL in file ZSTOTAL as follows:
STRUCT SCSI^DEVICE^INFO^DEF (*) FIELDALIGN (SHARED2);
BEGIN
STRUCT SPECIFIC^HDR;
BEGIN
INT VERSION;
INT MAX^NUM^PATHS;
INT PRIMARY^SUBTYPE;
INT MIRROR^SUBTYPE;
END;
INT AUDITED;
INT DEMOUNTABLE;
INT RESERVE1;
INT FLAGS;
STRUCT PATH^INFO[0:3];
BEGIN
STRUCT STANDARD;
BEGIN
INT CONFIGURED;
INT INUSE;
INT STATE;
INT RESERVED;
INT(32) GROUP;
INT(32) MODULE;
INT(32) SLOT;
INT(32) SUBDEVNUM;
INT(32) FABRIC;
FILLER 4;
STRUCT SACNAME;
BEGIN STRING BYTE [0:63]; END;
INT(32) PRIMARYCPU;
INT(32) BACKUPCPU;
END;
CONFIG_GETINFO_BYNAME_ Procedure 191