Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-85
PROCESS_GETINFOLIST_ Procedure
See “Considerations” for the PROCESS_CREATE_ procedure for more
information about process subtypes.
•
9: minimum priority
as a search attribute, specifies the minimum priority of interest. Minimum priority
cannot be specified as a return attribute code.
•
10: process state
as a search attribute, specifies the process state.
The bits are defined as follows:
<0:10> (reserved)
<11:15> The process state, where:
0 unallocated process
1starting
2 runnable (OSS process state equivalent is CONT)
3 suspended (OSS process state equivalent is STOP)
4 (reserved)
5 Debug breakpoint
6 Debug trap or signal
7 Debug request
8 Inspect memory-access breakpoint
9 Inspect breakpoint
10 Inspect trap or signal
11 Inspect request
12 saveabend
13 terminating
14 XIO initialization (not applicable on G-series RVUs)
The OSS zombie process state has no Guardian equivalent.
This attribute and the process state attribute (32) return the same information for
bits <11:15>.
•
11: system process type
as a search attribute, specifies a bit mask followed by a search value. The bit
mask indicates which flags are to be searched, and the search value indicates the
value of the flag to be searched. For example, to retrieve the I/O processes not
configured by Dynamic System Configuration (DSC) or the Subsystem Control
Facility (SCF), set bits 1 and 3 in the first word to 1, and in the second word, set bit
1 to 1 and bit 3 to 0.
The bits are defined as follows:
<0> System process: process is a system process.
<1> IOP. Process is an I/O process.
<2> (reserved)
<3> Device is dynamically configured.
<4> NONSTOPPROCESS: process is a privileged process that can be
stopped only by either process of the process pair.