Guardian Programming Reference Summary for C

Functions Summary (O-Q)
Guardian Programming Reference Summary for C522630-001
7-17
returned value:
srch-option
0 = Information is returned for the specified process or processes; error-
detail contains the number of processes for which information has been
returned (might be more than one process if in search mode).
1 = File-system error; error-detail contains the error number.
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 of the first parameter
found to be in error, where 1 designates the first parameter on the left.
4 = Specified process does not exist or does not meet search criteria; information
returned is for a process (or processes) with a higher PIN; error-detail
contains the number of processes for which information has been returned
(might be more than one process if in search mode).
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 code in question
(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
(not an index into a list).
12 = Invalid srch-option.
0 = Return information for only the process specified by [nodename,] cpu,pin
or by processhandle.
1 = Start a search at [nodename,] cpu,pin and return information for the first
matching process.
2 = Start a search at [nodename,] cpu,pin and return information for as many
matching processes as will fit in ret-values-list.
3 = Return information for only the OSS process specified by [nodename,] oss-
pid.
Note. Attributes marked by an asterisk (*) correspond to individual parameters returned by
PROCESS_GETINFO_.