|
ctxsw(9) -- switch to another process context
|
The mi_switch() function implements the machine-independent prelude to a process context switch. It is called from only a few distinguished places in the kernel code as a result of the principle of no... |
db_printf(9) -- kernel formatted output conversion
|
The printf(), snprintf(), vprintf(), vsnprintf(), uprintf(), ttyprintf(), and db_printf() functions allow the kernel to send formatted messages to various output devices. The functions printf() and vp... |
disk(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disklabel(9) -- disk label management routines
|
This collection of routines provides a disklabel management interface to kernel device drivers. These routines are classified as machine- or architecture-dependent because of restrictions imposed by t... |
disk_attach(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disk_busy(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disk_detatch(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disk_find(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disk_init(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disk_resetstat(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
disk_unbusy(9) -- generic disk framework
|
The OpenBSD generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the disk str... |
dohooks(9) -- run all hooks in a list
|
The dohooks() function invokes all hooks established using the hook_establish(9) function. Hooks are called in the order of the TAILQ that head points to, however hook_establish(9) can put the hooks e... |
dopowerhooks(9) -- run all power hooks
|
The dopowerhooks() function invokes all power hooks established using the powerhook_establish(9) function. At ``suspend'' and ``standby'' time, power hooks are called in reverse order, i.e., the p... |