Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-237
PROCESSOR_GETINFOLIST_ Procedure
PROCESSOR_GETINFOLIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
General Considerations
Attribute Codes and Value Representations
Example
Summary
The PROCESSOR_GETINFOLIST_ procedure obtains configuration information and
statistics about a processor. The processor of interest is specified by node name and
processor number.
See Table 12-6, Summary of Processor Types and Models
for further information about
supported processors.
Syntax for C Programmers
The parameter length specifies the length in bytes of the character string pointed to
by
nodename. The parameters nodename and length must either both be supplied
or both be absent.
Syntax for TAL Programmers
#include <cextdecs(PROCESSOR_GETINFOLIST_)>
short PROCESSOR_GETINFOLIST_ ( [ const char *nodename ]
,[ short length ]
,[ short cpu ]
,short *ret-attr-list
,short ret-attr-count
,short *ret-values-list
,short ret-values-maxlen
,short *ret-values-len
,[ short *error-detail ] );
error := PROCESSOR_GETINFOLIST_ ( [ nodename:length ] ! i:i
,[ cpu ] ! i
,ret-attr-list ! i
,ret-attr-count ! i
,ret-values-list ! o
,ret-values-maxlen ! i
,ret-values-len ! o
,[ error-detail ] ); ! o