|
in6_cksum(9) -- compute Internet checksum
|
These functions are used to compute the ones-complement checksum required by IP and IPv6. The in4_cksum() function is used to compute the transport-layer checksum required by tcp(4) and udp(4) over a ... |
inittodr(9) -- initialize system time
|
The inittodr() function determines the time and sets the system clock. It tries to pick the correct time using a set of heuristics that examine the system's battery backed clock and the time reported... |
|
intro(9) -- introduction to kernel internals
|
This section contains information related to the internal operation of the system kernel. It describes function interfaces and variables of use to the systems and device driver programmer. In addition... |
in_cksum(9) -- compute Internet checksum
|
These functions are used to compute the ones-complement checksum required by IP and IPv6. The in4_cksum() function is used to compute the transport-layer checksum required by tcp(4) and udp(4) over a ... |
ioasic(9) -- baseboard I/O control ASIC for DEC TURBOchannel systems
|
The IOASIC device provides support for the DEC proprietary IOCTL ASIC found on all DEC TURBOchannel machines with MIPS (DECstation 5000 series, excluding the 5000/200) and Alpha (3000-series) systems.... |
ioasic_attach_devs(9) -- baseboard I/O control ASIC for DEC TURBOchannel systems
|
The IOASIC device provides support for the DEC proprietary IOCTL ASIC found on all DEC TURBOchannel machines with MIPS (DECstation 5000 series, excluding the 5000/200) and Alpha (3000-series) systems.... |
ioasic_intr_disestablish(9) -- baseboard I/O control ASIC for DEC TURBOchannel systems
|
The IOASIC device provides support for the DEC proprietary IOCTL ASIC found on all DEC TURBOchannel machines with MIPS (DECstation 5000 series, excluding the 5000/200) and Alpha (3000-series) systems.... |
ioasic_intr_establish(9) -- baseboard I/O control ASIC for DEC TURBOchannel systems
|
The IOASIC device provides support for the DEC proprietary IOCTL ASIC found on all DEC TURBOchannel machines with MIPS (DECstation 5000 series, excluding the 5000/200) and Alpha (3000-series) systems.... |
ioasic_intr_evcnt(9) -- baseboard I/O control ASIC for DEC TURBOchannel systems
|
The IOASIC device provides support for the DEC proprietary IOCTL ASIC found on all DEC TURBOchannel machines with MIPS (DECstation 5000 series, excluding the 5000/200) and Alpha (3000-series) systems.... |
ioasic_submatch(9) -- baseboard I/O control ASIC for DEC TURBOchannel systems
|
The IOASIC device provides support for the DEC proprietary IOCTL ASIC found on all DEC TURBOchannel machines with MIPS (DECstation 5000 series, excluding the 5000/200) and Alpha (3000-series) systems.... |
ioctl(9) -- how to implement a new ioctl call to access device drivers
|
ioctl are internally defined as #define FOOIOCTL fun(t,n,pt) where the different variables and functions are: FOOIOCTL the name which will later be given in the ioctl(2) system call as second argument... |
isa(9) -- Industry-standard Architecture
|
The machine-independent ISA subsystem provides support for the ISA bus. The ISA bus was introduced on the IBM PC/AT. It is an extension to the original bus found on the original IBM PC. The ISA bus is... |
isapnp(9) -- Plug 'n' Play ISA bus
|
The machine-independent ISAPNP subsystem provides support for ISAPNP devices. ISAPNP devices were developed to support "plug and play" connection on the ISA bus. In all other aspects, the ISAPNP bus... |
isapnp_config(9) -- Plug 'n' Play ISA bus
|
The machine-independent ISAPNP subsystem provides support for ISAPNP devices. ISAPNP devices were developed to support "plug and play" connection on the ISA bus. In all other aspects, the ISAPNP bus... |
isapnp_devmatch(9) -- Plug 'n' Play ISA bus
|
The machine-independent ISAPNP subsystem provides support for ISAPNP devices. ISAPNP devices were developed to support "plug and play" connection on the ISA bus. In all other aspects, the ISAPNP bus... |