|
prop_delete(9) -- generic kernel properties
|
The NetBSD property management routines allow kernel subsystems to associate (name, value) pairs with arbitrary keys in a generalized manner. A database is a container for a set of properties. It is c... |
prop_get(9) -- generic kernel properties
|
The NetBSD property management routines allow kernel subsystems to associate (name, value) pairs with arbitrary keys in a generalized manner. A database is a container for a set of properties. It is c... |
|
prop_list(9) -- generic kernel properties
|
The NetBSD property management routines allow kernel subsystems to associate (name, value) pairs with arbitrary keys in a generalized manner. A database is a container for a set of properties. It is c... |
prop_objs(9) -- generic kernel properties
|
The NetBSD property management routines allow kernel subsystems to associate (name, value) pairs with arbitrary keys in a generalized manner. A database is a container for a set of properties. It is c... |
prop_set(9) -- generic kernel properties
|
The NetBSD property management routines allow kernel subsystems to associate (name, value) pairs with arbitrary keys in a generalized manner. A database is a container for a set of properties. It is c... |
psignal(9) -- post signal to a process
|
These functions post a signal to one or more processes. The argument signum common to all three functions should be in the range [1-NSIG]. The psignal() function posts signal number signum to the proc... |
radio(9) -- interface between low and high level radio drivers
|
The radio device driver is divided into a high level, hardware independent layer, and a low level hardware dependent layer. The interface between these is the radio_hw_if structure. struct radio_hw_if... |
rasops(9) -- raster display operations
|
The rasops subsystem is a set of raster operations for wscons(9). The primary data type for using the raster operations is the rasops_info structure in dev/rasops/rasops.h: struct rasops_info { /* * T... |
rasops_init(9) -- raster display operations
|
The rasops subsystem is a set of raster operations for wscons(9). The primary data type for using the raster operations is the rasops_info structure in dev/rasops/rasops.h: struct rasops_info { /* * T... |
rasops_reconfig(9) -- raster display operations
|
The rasops subsystem is a set of raster operations for wscons(9). The primary data type for using the raster operations is the rasops_info structure in dev/rasops/rasops.h: struct rasops_info { /* * T... |
ratecheck(9) -- function to help implement rate-limited actions
|
The ratecheck() function provides a simple time interval check which can be used when implementing time-based rate-limited actions. If the difference between the current monotonically-increasing syste... |
readdisklabel(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... |
relookup(9) -- pathname lookup
|
The namei interface is used to convert pathnames to file system vnodes. The name of the interface is actually a contraction of the words name and inode for name-to-inode conversion, in the days before... |
remrunqueue(9) -- manipulate system run queue
|
The setrunqueue and remrunqueue functions manipulate the system queue of runnable processes. The system scheduler uses this queue to find the highest-priority process when a process switch occurs. The... |
resettodr(9) -- set battery-backed clock from system time
|
The resettodr() function sets the system's battery backed clock based on the contents of the system time variable. |