SPI Programming Manual (G06.24+, H06.03+, J06.03+)

ZSPI Data Definitions
SPI Programming Manual427506-006
4-38
Token Codes
ZSPI-TKN-LIST
ZSPI-TKN-LIST begins a generic list. This token is provided for the convenience of
subsystems you write. NonStop Kernel subsystems provided by HP do not use it. Its
token type is ZSPI-TYP-LIST. Calling SSGET with ZSPI-TKN-LIST selects the next list
that begins with that token so that tokens within it can be read; calling SSPUT with this
token places it in the buffer, thus starting a new list.
ZSPI-TKN-MANAGER
ZSPI-TKN-MANAGER is the process name of a particular subsystem process. This
token is used in commands to the Subsystem Control Point (SCP) to identify the target
subsystem, in error lists returned by Pathway, and in some event messages to qualify
the subject of the event. In the future, it might have other uses. Its token type is ZSPI-
TYP-FNAME32.
ZSPI-TKN-MAX-FIELD-VERSION
ZSPI-TKN-MAX-FIELD-VERSION contains the highest version of any non-null field in
any extensible structured token added to the buffer. The maximum field version is kept
for version compatibility checking by subsystems. This value is checked by SSPUT,
and reset if necessary each time it puts an extensible structure into the buffer. The
value can be retrieved using SSGET.
token-code ZSPI-TKN-LIST
value ZSPI-TNM-LIST
token-type ZSPI-TYP-LIST
ssid ZSPI-VAL-NULL-EXT-SSID
heading "List".
token-code ZSPI-TKN-MANAGER
value ZSPI-TNM-MANAGER
token-type ZSPI-TYP-FNAME32
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Manager".
token-code ZSPI-TKN-MAX-FIELD-VERSION
value ZSPI-TNM-MAX-FIELD-VERSION
token-type ZSPI-TYP-VERSION
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Max-field-version".