|
KDASSERT(9) -- kernel library routines
|
The kern library implements a set of useful functions and macros inside the kernel. |
kern(9) -- kernel library routines
|
The kern library implements a set of useful functions and macros inside the kernel. |
knote(9) -- raise kernel event
|
The knote() function provides a hook into the kqueue kernel event notification mechanism to allow sections of the kernel to raise a kernel event in the form of a `knote', which is a struct knote as d... |
KNOTE(9) -- raise kernel event
|
The knote() function provides a hook into the kqueue kernel event notification mechanism to allow sections of the kernel to raise a kernel event in the form of a `knote', which is a struct knote as d... |
kthread(9) -- kernel threads
|
Kernel threads are system light-weight processes: cloned from process 0 (the swapper), sharing its memory map and limits, but with a copy of its file descriptor table. They don't receive broadcast no... |
kthread_create(9) -- kernel threads
|
Kernel threads are system light-weight processes: cloned from process 0 (the swapper), sharing its memory map and limits, but with a copy of its file descriptor table. They don't receive broadcast no... |
kthread_create_deferred(9) -- kernel threads
|
Kernel threads are system light-weight processes: cloned from process 0 (the swapper), sharing its memory map and limits, but with a copy of its file descriptor table. They don't receive broadcast no... |
kthread_exit(9) -- kernel threads
|
Kernel threads are system light-weight processes: cloned from process 0 (the swapper), sharing its memory map and limits, but with a copy of its file descriptor table. They don't receive broadcast no... |
ktrace(9) -- process tracing kernel interface
|
This interface is meant for kernel subsystems and machine dependent code to inform the user about the events occurring to the process should tracing of such be enabled using the ktrace(2) system call.... |
ktrcsw(9) -- process tracing kernel interface
|
This interface is meant for kernel subsystems and machine dependent code to inform the user about the events occurring to the process should tracing of such be enabled using the ktrace(2) system call.... |
ktremul(9) -- process tracing kernel interface
|
This interface is meant for kernel subsystems and machine dependent code to inform the user about the events occurring to the process should tracing of such be enabled using the ktrace(2) system call.... |
ktrgenio(9) -- process tracing kernel interface
|
This interface is meant for kernel subsystems and machine dependent code to inform the user about the events occurring to the process should tracing of such be enabled using the ktrace(2) system call.... |
ktrnamei(9) -- process tracing kernel interface
|
This interface is meant for kernel subsystems and machine dependent code to inform the user about the events occurring to the process should tracing of such be enabled using the ktrace(2) system call.... |