Open System Services System Calls Reference Manual (G06.25+, H06.03+)
tdm_spawnp(2) OSS System Calls Reference Manual
pe_process_name
Points to the null-terminated Guardian process name if
_TPC_NAME_SUPPLIED is specified in the pe_name_options field. For
example, if the Guardian process name is $DELM, the name used is /G/delm.
pe_hometerm Points to the null-terminated name in the Guardian
file system for the home ter-
minal. For example, if the Guardian name is $ztnt.#xyz, the name used is
/G/ztnt/#xyz.
pe_memory_pages
Specifies the size of the data stack in 2K-byte units. This field is used only for
G-series TNS or accelerated new process image files. If a value is specified for
this field for native object files, the specified value is checked for validity but
otherwise ignored.
pe_jobid Specifies the job ID of the new process.
pe_create_options
Specifies process creation options as follows:
_TPC_BOTH_DEFINES
Propagates the current DEFINEs and the DEFINEs indicated in
the input structure.
_TPC_ENABLE_DEFINES
Enables DEFINEs when set if
_TPC_OVERRIDE_DEFMODE is also set. Disables
DEFINEs when not set.
_TPC_HIGHPIN_OFF
Restricts the new process to a PIN in the range 0 through 254.
This restriction is rarely useful for an OSS process; it allows
obsolescent Guardian interfaces to interact with the process.
By default, this restriction is inherited by any child or successor
process. The default can be overridden by using the
_TPC_IGNORE_FORCEPIN_ATTR field.
_TPC_IGNORE_FORCEPIN_ATTR
Ignores the _TPC_HIGHPIN_OFF restriction specified for or
inherited by the caller or parent process. When
_TPC_IGNORE_FORCEPIN_ATTR is specified, the result-
ing process has a restricted PIN only if _TPC_HIGHPIN_OFF
is also specified or if the object file for the program or a user
library lacks the HIGHPIN attribute.
_TPC_OVERRIDE_DEFMODE
Specifies that the DEFINE mode of the new process is to be set
according to the _TPC_ENABLE_DEFINES option rather than
to the caller’s current DEFINE mode.
_TPC_PROCESS_DEFINES_ONLY
Propagates only the current set of DEFINEs.
8−66 Hewlett-Packard Company 527186-003