|
|
1.1 ! root 1: .\" Copyright (c) 1980 Regents of the University of California. ! 2: .\" All rights reserved. The Berkeley software License Agreement ! 3: .\" specifies the terms and conditions for redistribution. ! 4: .\" ! 5: .\" @(#)types.5 6.1 (Berkeley) 5/15/85 ! 6: .\" ! 7: .TH TYPES 5 "May 15, 1985" ! 8: .UC 4 ! 9: .SH NAME ! 10: types \- primitive system data types ! 11: .SH SYNOPSIS ! 12: .B #include <sys/types.h> ! 13: .SH DESCRIPTION ! 14: The data types defined in the include file ! 15: are used in UNIX system code; ! 16: some data of these types are accessible to user code: ! 17: .PP ! 18: .nf ! 19: .ta \w'typedef\ \ 'u +\w'minor(x)\ \ 'u +\w' short\ \ 'u ! 20: .so /usr/include/sys/types.h ! 21: .fi ! 22: .PP ! 23: The form ! 24: .I daddr_t ! 25: is used for disk addresses except in an ! 26: i-node on disk, see ! 27: .IR fs (5). ! 28: Times are encoded in seconds since 00:00:00 GMT, January 1, 1970. ! 29: The major and minor parts of a device code ! 30: specify kind and unit number of a device ! 31: and are installation-dependent. ! 32: Offsets are measured in bytes from the beginning of a file. ! 33: The ! 34: .I label_t ! 35: variables are used to save the processor state ! 36: while another process is running. ! 37: .SH SEE ALSO ! 38: fs(5), time(3), lseek(2), adb(1)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.