Guardian Programming Reference Summary for C
Functions Summary (O-Q)
Guardian Programming Reference Summary for C—522630-001
7-33
name:maxlen
PROCESSORSTATUS
Obtains the number and the status of the processor modules in a system.
PROCESSORTYPE
Returns the processor type of a specified system and processor.
type
processor type
0 “NonStop 1+” (no longer supported)
1 “NonStop II” (no longer supported)
2 “TXP” (no longer supported)
3 “VLX” (no longer supported)
4“CLX”
5 “Cyclone”
6“NSR-L”
7 “NSR-N,” “NSR-P,” or “NSR-K”
8“NSR-W”
9 “NSR-G” or “NSR-T”
#include <cextdecs(PROCESSORSTATUS)>
long PROCESSORSTATUS ();
#include <cextdecs(PROCESSORTYPE)>
short PROCESSORTYPE ();
-2 = This feature is not supported for the system named in sysid.
-1 = Unable to communicate with processor (either it does not exist or the network
is down).
0 = Tandem NonStop 1+ processor (no longer supported).
1 = Tandem NonStop II processor (no longer supported).
2 = Tandem NonStop TXP processor (no longer supported).
3 = Tandem NonStop VLX processor (no longer supported).
4 = Tandem NonStop CLX processor.