Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-43
PROCESSOR_GETINFOLIST_
Obtains configuration information and statistics about a processor.
error := PROCESSOR_GETINFOLIST_ ( [ nodename:length ]
,[ cpu ]
,ret-attr-list
,ret-attr-count
,ret-values-list
,ret-values-maxlen
,ret-values-len
,[ error-detail ] );
error, INT returned value
0 Information is returned for the specified process.
1 File-system error; error-detail contains the error number. Error 563 is returned if
the ret-values-list buffer is too small to contain all of the requested information.
2 Parameter error; error-detail contains the number of the first parameter found to be
in error, where 1 designates the first parameter on the left.
3 Bounds error; error-detail contains the number of the first parameter found to be
in error, where 1 designates the first parameter on the left.
4 Reserved.
5 Unable to communicate with processor. Processor might not exist.
7 An invalid return attribute code was supplied.
8 The specified node is running a C-series version of the operating system;
PROCESSOR_GETINFOLIST_ cannot obtain information from a C-series system.
nodename:length, STRING .EXT:ref:*,INT:value input:input
cpu, INT:value input
ret-attr-list, INT .EXT:ref:* input
ret-attr-count, INT:value input
ret-values-list, INT .EXT:ref:* output
ret-values-maxlen, INT:value input
ret-values-len, INT .EXT:ref:1 output
error-detail, INT .EXT:ref:1 output