|
ifqueue(9) -- kernel interfaces for manipulating network interfaces
|
|
if_data(9) -- kernel interfaces for manipulating network interfaces
|
|
inittodr(9) -- initialize system time
|
The inittodr() function determines the time and sets the system clock. It tries to pick the correct time using a set of heuristics that examine the system's battery backed clock and the time obtained... |
intro(9) -- introduction to system kernel interfaces
|
This section contains information about the interfaces and subroutines in the kernel. |
issignal(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... |
ithread(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_add_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_create(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_destroy(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_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... |