BSD 3 development
[unix-history] / usr / man / man5 / types.5
CommitLineData
e6817382
BJ
1.TH TYPES 5
2.SH NAME
3types \- primitive system data types
4.SH SYNOPSIS
5.B #include <sys/types.h>
6.SH DESCRIPTION
7The data types defined in the include file
8are used in UNIX system code;
9some data of these types are accessible to user code:
10.PP
11.nf
12.so /usr/include/sys/types.h
13.fi
14.PP
15The form
16.I daddr_t
17is used for disk addresses except in an
18i-node on disk, see
19.IR filsys (5).
20Times are encoded in seconds since 00:00:00 GMT, January 1, 1970.
21The major and minor parts of a device code
22specify kind and unit number of a device
23and are installation-dependent.
24Offsets are measured in bytes from the beginning of a file.
25The
26.I label_t
27variables are used to save the processor state
28while another process is running.
29.SH SEE ALSO
30filsys(5), time(2), lseek(2), adb(1)