Guardian Procedure Calls Reference Manual

Parameters
cpu-number
input
INT:value
is the number that identifies the processor of interest. This parameter is required when either
node-name or node-number is specified. If cpu-number is omitted or equal to -1, and if
neither node-name nor node-number is specified, then the caller's processor is used.
name:maxlen
output:input
STRING .EXT:ref:*, INT:value
returns the processor type as a character string. maxlen specifies the length in bytes of the
string variable name and must be at least 3 bytes. If the name to be returned is longer than
maxlen, the returned value is truncated to maxlen bytes. If the processor type is unknown,
the procedure returns a blank string in name and 0 in namelen.
Possible return values for name are:
nameProcessor
Type
"NonStop 1+"0
"NonStop II"1
"TXP"2
"VLX"3
"NSR-L" or "CLX"4
"Cyclone"5
"NSR-L"6
"NSR-N" "NSR-P" "NSR-K"7
"NSR-W"8
"NSR-D"9
"NSR-E"9
"NSR-G"9
"NSR-H"9
"NSR-J"9
"NSR-T"9
"NSR-V"9
"NSR-X"9
"NSR-Y"9
"NSR-Z"9
"NSE-A"10
maxlen blanksotherwise
Processor types 0, 1, 2, 3, 4, and 5 are no longer supported.
namelen
output
INT .EXT:ref:1
returns the actual length in bytes of the value returned in name. 0 is returned if an error occurs.
PROCESSOR_GETNAME_ Procedure 1173