Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-72
PROCESS_GETINFOLIST_ Procedure
which information has been returned (might be more than one process if in
search mode). If no search criteria were specified, no information was
returned and
error-detail contains 0.
5 Unable to communicate with
cpu; cpu might not exist.
6 Unable to communicate with
nodename.
7 No more matches exist;
error-detail contains the number of processes
for which information has been returned (might be 0).
8 (reserved)
9 Invalid search attribute code;
error-detail contains the first code in
question to be detected (
error-detail is not an index into a list).
10 Invalid search value;
error-detail contains the associated attribute code
(not an index into a list).
11 Invalid return attribute code;
error-detail contains the code in question
(
error-detail is not an index into a list).
12 Invalid
srch-option
14 Invalid auxiliary data size specification in an attribute code; error-detail
contains the attribute code.
15 An iterative attribute was not the last attribute in ret-attr-list; error-detail
contains the attribute code.
16 Attribute not permitted in a search request; error-detail contains the
attribute code.
17 Attribute restricted to privileged callers; error-detail contains the attribute
code.
cpu input
INT:value
if present and not -1, is the number of the processor of interest.
cpu must be used
with
pin.
cpu,pin, and optionally nodename:length, should be specified either when a
search is to be performed or when the caller is interested in a specific process but
does not know its process handle. If
cpu and pin are specified, processhandle
must be omitted or null (-1 in each word) and
oss-pid must be omitted or null (a
null OSS process ID is obtained by calling the OSS_PID_NULL_ procedure).
pin input,output
INT .EXT:ref:1
if present and not -1, contains either the PIN of the process of interest or the PIN of
the first process to be examined in a search.
pin is required if cpu is specified.