Guardian Procedure Calls Reference Manual
home-terminal
input, output
INT:ref:12
is an array where PROCESSINFO returns the internal-format device name of the process-id's
home terminal.
On input, the home-terminal contents can be used as a search criterion (see the
search-mode parameter).
sysnum
input
INT:value
specifies the system (in a network) where the process for which information is to be returned
is running. If this parameter is omitted, the local system is assumed.
search-mode
input
INT:value
is a bit mask that specifies one or more search conditions.
The input values of certain parameters to PROCESSINFO are used as the search conditions;
information is returned for the first process that matches the conditions. The search is conducted
on the processor specified in cpu,pin. The specified PIN is searched first and if it does not
match the conditions, the higher PINs are progressively searched.
The bit fields in search-mode specify the conditions being searched for:
must match process-id for 3 words= 1<0>
no search= 0
must match creator-access-id= 1<1>
no search= 0
must match process-access-id= 1<2>
no search= 0
must be <= priority= 1<3>
no search= 0
must match program-filename= 1<4>
no search= 0
must match home-terminal= 1<5>
no search= 0
must match jobid= 1<6>
no search= 0
If multiple search conditions are specified, then all must be met.
If search-mode is omitted, the default value is 0.
priv-only
output
INT:ref:*
This parameter can be used only by a privileged caller.
PROCESSINFO Procedure (Superseded by PROCESS_GETINFOLIST_ Procedure) 1149