|
CARDBUS_PRODUCT(9) -- support for
|
The machine-independent Cardbus subsystem provides support for Cardbus devices. The Cardbus interface is an improvement to the PC-Card interface supported by pcmcia(9). It introduces several new capab... |
CARDBUS_VENDOR(9) -- support for
|
The machine-independent Cardbus subsystem provides support for Cardbus devices. The Cardbus interface is an improvement to the PC-Card interface supported by pcmcia(9). It introduces several new capab... |
|
cdevvp(9) -- kernel representation of a file or directory
|
The vnode is the focus of all file activity in NetBSD. There is a unique vnode allocated for each active file, directory, mounted-on file, fifo, domain socket, symbolic link and device. The kernel has... |
checkalias(9) -- kernel representation of a file or directory
|
The vnode is the focus of all file activity in NetBSD. There is a unique vnode allocated for each active file, directory, mounted-on file, fifo, domain socket, symbolic link and device. The kernel has... |
clock_secs_to_ymdhms(9) -- time-of-day clock support
|
The todr_*() functions provide an interface to read, set and control `time-of-day' devices. The todr_chip_handle_t should be obtained from a driver for a particular hardware device that implements th... |
clock_ymdhms_to_secs(9) -- time-of-day clock support
|
The todr_*() functions provide an interface to read, set and control `time-of-day' devices. The todr_chip_handle_t should be obtained from a driver for a particular hardware device that implements th... |
cltom(9) -- functions and macros for managing memory used by networking code
|
The mbuf functions and macros provide an easy and consistent way to handle a networking stack's memory management needs. An mbuf consists of a header and a data area. It is of a fixed size, MSIZE (de... |
cnbell(9) -- console access interface
|
These functions operate over current console device. The console has to be initialized first, before these functions could be used. Console input polling functions cngetc(), cngetsn() and cnpollc() ar... |
cngetc(9) -- console access interface
|
These functions operate over current console device. The console has to be initialized first, before these functions could be used. Console input polling functions cngetc(), cngetsn() and cnpollc() ar... |
cngetsn(9) -- console access interface
|
These functions operate over current console device. The console has to be initialized first, before these functions could be used. Console input polling functions cngetc(), cngetsn() and cnpollc() ar... |
cnmagic(9) -- console magic key sequence management
|
The NetBSD console magic key sequence management framework is designed to provide flexible methods to set, change, and detect magic key sequences on console devices and break into the debugger or ROM ... |
cnpollc(9) -- console access interface
|
These functions operate over current console device. The console has to be initialized first, before these functions could be used. Console input polling functions cngetc(), cngetsn() and cnpollc() ar... |
cnputc(9) -- console access interface
|
These functions operate over current console device. The console has to be initialized first, before these functions could be used. Console input polling functions cngetc(), cngetsn() and cnpollc() ar... |
config(9) -- the autoconfiguration framework ``device definition'' language
|
In NetBSD, the config(8) program reads and verifies a machine description file specifying the devices to include in the kernel. A table is produced by config(8) which is used by the kernel during auto... |
config_activate(9) -- autoconfiguration framework
|
Autoconfiguration is the process of matching hardware devices with an appropriate device driver. In its most basic form, autoconfiguration consists of the recursive process of finding and attaching al... |