Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Glossary
Open System Services Porting Guide520573-006
Glossary-14
TNS/R native mode
TNS/R native mode. The primary execution environment on a TNS/R system, in which
native-compiled MIPS object code executes, following TNS/R native-mode compiler
conventions for data locations, addressing, stack frames, registers, and call linkage.
See also TNS/E native mode.
TNS/R native object code. The RISC instructions that result from processing program
source code with a TNS/R native compiler. TNS/R native object code executes only on
TNS/R systems, not on TNS or TNS/E systems.
TNS/R native object file. An object file created by a TNS/R native compiler that contains
RISC instructions and other information needed to construct the code spaces and the
initial data for a TNS/R native process.
TNS/R native process. A process initiated by executing a TNS/R native object file. Contrast
with TNS process and TNS/E native process.
TNS/R native shared run-time library (TNS/R native SRL). A shared run-time library
(SRL) available to TNS/R native processes in the Guardian and OSS environments on
TNS/R systems. TNS/R native SRLs can be either public or private. A TNS/R native
process can have multiple public SRLs but only one private SRL.
TNS/R native signal. A signal model available to TNS/R native processes in the Guardian
and OSS environments. TNS/R native signals are used for error exception handling.
TNS/R native SRL. See TNS/R native shared run-time library (TNS/R native SRL).
TNS/R native user library. A user library available to TNS/R native processes in the
Guardian and OSS environments. A TNS/R native user library is implemented as a
special private TNS/R native shared run-time library (SRL) for non-PIC programs or as
a dynamic-link library (DLL) for PIC programs.
unmount. To make a fileset inaccessible to the users of a node.
user database. A database within an HP NonStop network node that contains the user
name, user ID, group ID, initial working directory, and initial user program for each user
of the node.
user ID. The unique identification of a user within a node.
user name. A string that uniquely identifies a user within the user database for a node.
working directory. In the Open System Services (OSS) environment, a directory,
associated with a process, that is used in pathname resolution for relative pathnames.