|
isa_intr_establish(9) -- Industry-standard Architecture
|
The machine-independent ISA subsystem provides support for the ISA bus. The ISA bus was introduced on the IBM PC/AT. It is an extension to the original bus found on the original IBM PC. The ISA bus is... |
isa_intr_evcnt(9) -- Industry-standard Architecture
|
The machine-independent ISA subsystem provides support for the ISA bus. The ISA bus was introduced on the IBM PC/AT. It is an extension to the original bus found on the original IBM PC. The ISA bus is... |
isa_malloc(9) -- Industry-standard Architecture
|
The machine-independent ISA subsystem provides support for the ISA bus. The ISA bus was introduced on the IBM PC/AT. It is an extension to the original bus found on the original IBM PC. The ISA bus is... |
isa_mappage(9) -- Industry-standard Architecture
|
The machine-independent ISA subsystem provides support for the ISA bus. The ISA bus was introduced on the IBM PC/AT. It is an extension to the original bus found on the original IBM PC. The ISA bus is... |
sun3/isr_add(9) -- establish interrupt handler
|
The isr_add functions establish interrupt handlers into the system interrupt dispatch table and are typically called from device drivers during the autoconfiguration process. There are two types of in... |
sun3/isr_add_autovect(9) -- establish interrupt handler
|
The isr_add functions establish interrupt handlers into the system interrupt dispatch table and are typically called from device drivers during the autoconfiguration process. There are two types of in... |
sun3/isr_add_custom(9) -- establish interrupt handler
|
The isr_add functions establish interrupt handlers into the system interrupt dispatch table and are typically called from device drivers during the autoconfiguration process. There are two types of in... |
sun3/isr_add_vectored(9) -- establish interrupt handler
|
The isr_add functions establish interrupt handlers into the system interrupt dispatch table and are typically called from device drivers during the autoconfiguration process. There are two types of in... |
itimerfix(9) -- check that a timeval value is valid, and correct
|
The itimerfix function checks that the value in tv is valid (0 <= tv->tv_sec 0 <= tv->tv_usec < 1000000), and that the total time represented is at least tick. If it is smaller, then it is adjusted to... |
kprintf(9) -- kernel formatted output conversion
|
The printf() family of functions allows the kernel to send formatted messages to various output devices. The functions printf() and vprintf() send formatted strings to the system console. The function... |
kthread(9) -- kernel threads
|
Kernel threads are light-weight processes which execute entirely within the kernel. Any process can request the creation of a new kernel thread. Kernel threads are not swapped out during memory conges... |
kthread_create(9) -- kernel threads
|
Kernel threads are light-weight processes which execute entirely within the kernel. Any process can request the creation of a new kernel thread. Kernel threads are not swapped out during memory conges... |
kthread_create1(9) -- kernel threads
|
Kernel threads are light-weight processes which execute entirely within the kernel. Any process can request the creation of a new kernel thread. Kernel threads are not swapped out during memory conges... |