|
ithread_priority(9) -- kernel interrupt threads
|
Interrupt threads are kernel threads that run a list of handlers when triggered by either a hardware or software interrupt. Each interrupt handler has a name, handler function, handler argument, prior... |
ithread_remove_handler(9) -- kernel interrupt threads
|
Interrupt threads are kernel threads that run a list of handlers when triggered by either a hardware or software interrupt. Each interrupt handler has a name, handler function, handler argument, prior... |
|
ithread_schedule(9) -- kernel interrupt threads
|
Interrupt threads are kernel threads that run a list of handlers when triggered by either a hardware or software interrupt. Each interrupt handler has a name, handler function, handler argument, prior... |
jumbo(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
jumbo_freem(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
jumbo_pg_alloc(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
jumbo_pg_free(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
jumbo_pg_steal(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
jumbo_phys_to_kva(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
jumbo_vm_init(9) -- kernel interface for allocating and
|
The jumbo buffer facility is designed for allocating disposable pagesized buffers. Buffers allocated via this facility can either be returned or not. This facility is primarily intended for use with n... |
KASSERT(9) -- kernel expression verification macro
|
In a kernel compiled with options INVARIANTS, the KASSERT() macro tests the given expression and if it is false, calls the panic(9) function, terminating the running system. In a kernel that does not ... |
kernacc(9) -- check memory regions for accessibility
|
The kernacc() and useracc() functions check whether operations of the type specified in rw are permitted in the range of virtual addresses given by addr and len. The possible values of rw are any bitw... |
killproc(9) -- kernel signal functions
|
The SIGADDSET() macro adds signo to set. No effort is made to ensure that signo is a valid signal number. The SIGDELSET() macro removes signo from set. No effort is made to ensure that signo is a vali... |
kobj(9) -- a kernel object system for FreeBSD
|
The kernel object system implements an object-oriented programming system in the FreeBSD kernel. The system is based around the concepts of interfaces, which are descriptions of sets of methods; class... |
kobj_class_compile(9) -- a kernel object system for FreeBSD
|
The kernel object system implements an object-oriented programming system in the FreeBSD kernel. The system is based around the concepts of interfaces, which are descriptions of sets of methods; class... |