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

Table Of Contents
Glossary
Open System Services Porting Guide520573-006
Glossary-3
DLL.
DLL. See dynamic-link library (DLL)
dynamic-link library (DLL). A collection of procedures whose code and data can be loaded
and executed at any virtual memory address, with run-time resolution of links to and
from the main program and other independent libraries. The same DLL can be used by
more than one process. Each process gets its own copy of DLL static data. Contrast
with shared run-time library (SRL). See also position-independent code (PIC).
empty directory. A directory that contains only an entry for itself and an entry for the
directory directly above it in the hierarchy.
enoft utility. A utility that reads and displays information from TNS/E native object files. See
also noft utility.
feature-test macro. In C and C++ programs, a symbol that, if defined in a program’s source
code, includes specific other symbols from a header within that program’s source code
and makes those symbols visible.
FIFO. A type of special file that is always read and written in a first-in, first-out manner.
FIFO special file. See FIFO.
file. An object to which data can be written or from which data can be read. A file has
attributes such as access permissions and a file type. In the Open System Services
(OSS) environment, file types include regular file, character special file, block special
file, FIFO, and directory. In the Guardian environment, file types include disk files,
processes, and subdevices.
filename. In the OSS environment, a component of a pathname containing any valid
characters other than slash (/) or null. See also file name.
file name. A string of characters that uniquely identifies a file.
In the PC environment, file names for disk files normally have at least two parts (the
disk name and the file name); for example, B:MYFILE.
In the Guardian environment, disk file names include an Expand node name, volume
name, subvolume name, and file identifier; for example,
\NODE.$DISK.SUBVOL.MYFILE.
In the OSS environment, a file is identified by a pathname; for example,
/usr/john/workfile. See also filename.
fileset. In the OSS environment, a set of files with a common mount point within the file
hierarchy. A fileset can be part or all of a single virtual file system.
On an HP NonStop™ system, the Guardian file system for an Expand node has a
mount point and is a subset of the OSS virtual file system. The entire Guardian file
system therefore could be viewed as a single fileset. However, each volume and each
process of subtype 30 within the Guardian file system is actually a separate fileset.