Open System Services System Calls Reference Manual (G06.28+)

System Functions (t) tdm_spawn(2)
The process name for the new process is system-generated if the RUNNAMED option is
set in the program le. Otherwise, the process is unnamed.
The size of the data segment of the new process is set in the program le.
The remote login ag (PCBREMID) is set to zero (off) if the program le has its
S_ISUID mode bit set. Otherwise, the remote login ag is set the same as for the caller.
The size of the extended data segment of the new process is set in the program le.
The DEFINEs inherited by the new process depend on the setting of DEFINE mode in
the caller. If DEFINE mode in the caller is ON, all the callers DEFINEs are inherited. If
DEFINE mode is OFF, no DEFINEs are inherited.
The process identication number (PIN) of the child process is unrelated to that of the
parent process. Usually, the PIN of the child process is unrestricted. However, the PIN
can be restricted to the range 0 through 254 under the following conditions:
The HIGHPIN ag is not set in, or is absent from, the program le or any library
le.
_TPC_HIGHPIN_OFF is specied in the pe_create_options eld of the
process_extension structure, described following.
The restriction is inherited. See _TPC_IGNORE_FORCEPIN_ATTR in the
pe_create_options eld of the process_extension structure, described follow-
ing, for more information about controlling inheritance.
The process access ID (PAID) depends on whether the S_ISUID mode bit of the process
image le is set. If that bit is set, the PAID is based on the le owner ID. If not, the PAID
is the same as for the caller. (The S_ISUID mode bit of the image le has no effect on
the security group list.)
For unnamed processes, the MOM eld of the child process is NULL. For named
processes, the ancestor eld identies the parent.
System debugger selection for the new process is based on the INSPECT mode of the
program le.
Code breakpoints and memory breakpoints are not inherited.
For detailed information about Guardian process attributes, see the PROCESS_LAUNCH_ pro-
cedure in the Guardian Procedure Calls Reference Manual.
Setting Guardian Attributes
The input structure pointed to by the pe_parms parameter permits the setting of Guardian attri-
butes for the new process.
First, the input structure must be initialized to the default values (see Default Guardian Attri-
butes, earlier in this reference page) using the #dene DEFAULT_PROCESS_EXTENSION.
After the structure is initialized, the values can be set using literals that are dened in the
tdmext.h header le.
If any optional parameter specied in the structure pointed to by pe_parms is not passed, the new
process assumes the corresponding default value.
The input structure is dened in the tdmext.h header le. This structure can contain elds that
vary from release version update (RVU) to RVU, including reserved and ller elds.
527186-005 Hewlett-Packard Company 847