|
mac(9) -- TrustedBSD Mandatory Access Control framework
|
Introduction The TrustedBSD mandatory access control framework permits dynamically introduced system security modules to modify system security functionality. This can be used to support a variety of ... |
major(9) -- calculate device ids
|
The device_ids family of functions take either the raw device ID, id, or a pointer to the device structure, dev, and return the integer value that is the major or minor device ID as requested. The act... |
|
make_dev(9) -- manage dev_t's and DEVFS registration for devices
|
The make_dev() function creates a dev_t structure for a new device. If DEVFS is available, it is also notified of the presence of the new device. The device will be owned by uid, with the group owners... |
make_dev_alias(9) -- manage dev_t's and DEVFS registration for devices
|
The make_dev() function creates a dev_t structure for a new device. If DEVFS is available, it is also notified of the presence of the new device. The device will be owned by uid, with the group owners... |
malloc(9) -- kernel memory management routines
|
The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size. The free() function releases memory at address addr that was previously allo... |
MALLOC(9) -- kernel memory management routines
|
The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size. The free() function releases memory at address addr that was previously allo... |
maybe_resched(9) -- perform round-robin scheduling of runnable processes
|
Each process has three different priorities stored in struct proc: p_usrpri, p_nativepri, and p_priority. The p_usrpri member is the user priority of the process calculated from a process' estimated ... |
mbchain(9) -- set of functions to build an mbuf chain from various data types
|
These functions are used to compose mbuf chains from various data types. The mbchain structure is used as a working context and should be initialized with a call to either mb_init() or mb_initm(). It ... |
mbpool(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |
mbp_alloc(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |
mbp_card_free(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |
mbp_count(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |
mbp_create(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |
mbp_destroy(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |
mbp_ext_free(9) -- Buffer pools for network interfaces
|
Mbuf pools are intented to help drivers for interface cards that need huge amounts of receive buffers and additionally provides a mapping between these buffers and 32-bit handles. An example of these ... |