|
cpio(4) -- format of cpio archive
|
The header structure, when the -c option of cpio is not used (see cpio(1)), is: struct { short c_magic, c_dev; ushort c_ino, c_mode, c_uid, c_gid; short c_nlink, c_rdev, c_mtime[2], c_namesize, c_filesize[2]; char c_name[c_namesize rounded to word]; } Hdr; When the cpio -c option is used, the header information is described by: sscanf(Chdr,"%6ho%6ho%6ho%6ho%6ho%6ho%6ho%6ho%11lo%6ho%11lo", &Hdr.c... |
default(4) -- system default database file for a trusted system
|
The system default database is unique in that it defines system-wide global parameters for a trusted system. It is designed to provide values for users and devices on a global scale rather than requiring an administrator to replicate values in user or device databases when they are all the same. In addition to being easier to specify global values, it is also much easier to make a global system ch... |
|
devassign(4) -- device assignment database file for a trusted system
|
The system supports a single device assignment database that contains entries for local login terminals. The format of the terminal control database file is identical to other trusted system authentication database files. For more information on the file format, see authcap(4). The file consists of keyword field identifiers and values for those fields. The keyword identifiers supported and their u... |
dialups(4) -- dialup security control
|
dialups and d_passwd are used to control the dialup security feature of login (see login(1)). If /etc/dialups is present, the first word on each line is compared with the name of the line upon which the login is being performed (including the /dev/, as returned by ttyname() (see ttyname(3C)). If the login is occurring on a line found in dialups, dialup security is invoked. Anything after a space o... |
dir(4) -- format of directories on short-name HFS file systems
|
A directory behaves exactly like an ordinary file, except that no user can write into a directory. The structure of a directory entry as given in the header file is: #define DIRSIZ 14 #define DIRSIZ_CONSTANT 14 #define DIR_PADSIZE 10 #define MAXNAMLEN 255 struct direct { u_long d_ino; /* inode number of entry */ u_short d_reclen; /* length of this record */ u_short d_namlen; /* length ... |
disktab(4) -- disk description file
|
disktab is a simple database that describes disk geometries. Entries in disktab consist of a number of colon-separated fields. The first entry for each disk gives the names by which the disk is known, separated by vertical bar (|) characters. This file is provided for backward compatibility with previous HP-UX releases only. Its use is discouraged. The following list indicates the normal values st... |
dlpi(4) -- data link provider interface standard header file
|
is the standard header file containing DLPI requests as prescribed by the DLPI 2.0 standard. It contains the definitions for the primitives, acknowledgements and associated structures. The header file must be included by all DLS users (user-space and kernel-space) who intend to interact with LAN drivers through DLPI. The header file contains definitions for both connection-mode and connec... |
dlpi.h(4) -- data link provider interface standard header file
|
is the standard header file containing DLPI requests as prescribed by the DLPI 2.0 standard. It contains the definitions for the primitives, acknowledgements and associated structures. The header file must be included by all DLS users (user-space and kernel-space) who intend to interact with LAN drivers through DLPI. The header file contains definitions for both connection-mode and connec... |
dlpi_drv(4) -- definitions of interfaces for device drivers to interact with DLPI
|
The header file contains definitions of structures and function prototypes that are required by networking device drivers to interact with DLPI (data link provider interface). The header file contains interfaces that could be used by tightly coupled and loosely coupled drivers. DLPI serves as a sole interface to DLS users for tightly coupled drivers. Whereas, a loosely coupled driver ... |
dlpi_drv.h(4) -- definitions of interfaces for device drivers to interact with DLPI
|
The header file contains definitions of structures and function prototypes that are required by networking device drivers to interact with DLPI (data link provider interface). The header file contains interfaces that could be used by tightly coupled and loosely coupled drivers. DLPI serves as a sole interface to DLS users for tightly coupled drivers. Whereas, a loosely coupled driver ... |
dlpi_ext(4) -- HP-specific extensions for DLPI
|
is the header file for HP-specific extensions to data link provider interface, DLPI 2.0 standard. The header file contains definitions for primitives, acknowledgements, ioctls and associated structures to satisfy needs of DLS users over and beyond what is provided by DLPI 2.0 standard. The header file must be included by all DLS users (user-space and kernel-space) who intend to intera... |
dlpi_ext.h(4) -- HP-specific extensions for DLPI
|
is the header file for HP-specific extensions to data link provider interface, DLPI 2.0 standard. The header file contains definitions for primitives, acknowledgements, ioctls and associated structures to satisfy needs of DLS users over and beyond what is provided by DLPI 2.0 standard. The header file must be included by all DLS users (user-space and kernel-space) who intend to intera... |
dosif(4) -- DOS Interchange Format description
|
The commands doschmod, doscp, dosdf, dosls, dosll, dosmkdir, dosrm, and dosrmdir are targeted for removal from HP-UX. Use the dos2ux and ux2dos commands to convert files between HP-UX and DOS file formats; see dos2ux(1). DOSIF (DOS Interchange Format) is the name given to the media format used by the DOS operating system. This format is based upon that used in IBM PC and PC AT and HP Vectra system... |
dp(4) -- dedicated ports file used by DDFA software and Telnet port identification feature
|
The dp file has two uses: Datacommunications and Terminal Controller Device File Access The dp file is used by the Datacommunications and Terminal Controller Device File Access (DDFA) software to allow terminal server ports to be programmatically accessed from HP-UX applications in the same way as devices connected directly to the HP-UX system. It contains a one-line entry for each configured term... |
d_passwd(4) -- dialup security control
|
dialups and d_passwd are used to control the dialup security feature of login (see login(1)). If /etc/dialups is present, the first word on each line is compared with the name of the line upon which the login is being performed (including the /dev/, as returned by ttyname() (see ttyname(3C)). If the login is occurring on a line found in dialups, dialup security is invoked. Anything after a space o... |