|
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... |
doshutdownhooks(9) -- run all shutdown hooks
|
The doshutdownhooks() function invokes all shutdown hooks established using the shutdownhook_establish(9) function. Shutdown hooks are called in reverse order, i.e., the shutdown hook established last... |
dostartuphooks(9) -- run all startup hooks
|
The dostartuphooks() function invokes all startup hooks established using the startuphook_establish(9) function. Startup hooks are called in order, i.e., the startup hook established first will be cal... |
extattr(9) -- virtual file system named extended attributes
|
Named extended attributes allow additional meta-data to be associated with vnodes representing files and directories. The semantics of this additional data is that of a "name=value" pair, where a na... |
extent(9) -- general purpose extent manager
|
The extent manager provides management of areas of memory or other enumerable spaces (such as I/O ports). An opaque structure called an extent map keeps track of allocated regions within the enumerabl... |