|
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... |
config_attach(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... |
config_deactivate(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... |
config_defer(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... |
config_detach(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... |