Open System Services System Calls Reference Manual (G06.25+, H06.03+)

tdm_spawn(2) OSS System Calls Reference Manual
In the current RVU, these elds are meaningful:
typedef struct process_extension {
long pe_len;
char *pe_library_name;
char *pe_swap_le_name;
char *pe_extswap_le_name;
short pe_priority;
short pe_cpu;
short pe_name_options;
char ller_1[2];
char *pe_process_name;
char *pe_hometerm;
short pe_memory_pages;
short pe_jobid;
short pe_create_options;
char ller_2[2];
char *pe_denes;
short pe_denes_len;
short pe_debug_options;
long pe_pfs_size;
short pe_OSS_options;
char ller_3[2];
long pe_mainstack_max;
long pe_heap_max;
long pe_space_guarantee;
} process_extension_def;
The input structure passes this information:
pe_len Species the size of the structure in bytes. This value is set by #dene
DEFAULT_PROCESS_EXTENSION and should not be changed.
pe_library_name
Points to the name of the user library to be bound to the new process. The string
that is pointed to is null-terminated and in OSS pathname format. If the pointer
points to a zero-length string (a NULL character), the new process runs without a
user library le. An equivalent call to the Guardian PROCESS_LAUNCH_ pro-
cedure does this by setting the library lename length to -1.
This eld is used only for G-series TNS or accelerated new process image les.
If a value is specied for this eld for native object les, the specied value is
ignored.
pe_swap_file_name
Points to a null-terminated string specifying the name of a le in the Guardian
le system to be used as the swap le for the stack segment. For example, if the
Guardian lename is $A.B.C, the name used is /G/a/b/c.
This eld is not used in the current RVU of Open System Services. It exists for
compatibility with older RVUs. Any specied value is checked for validity but
otherwise ignored.
848 Hewlett-Packard Company 527186-003