|
NAMEdevice_get_sysctl_ctx ,
device_get_sysctl_tree —
manipulate the sysctl oid tree for driver specific sysctl
nodes
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
struct sysctl_ctx_list *
struct sysctl_oid *
DESCRIPTIONThe newbus system automatically adds a sysctl node for each device in the system. This node can be accessed with thedevice_get_sysctl_tree () function. The context for the
node can be obtained with the device_get_sysctl_ctx ()
function.
SEE ALSOdevice(9)AUTHORSThis manual page was written by Warner Losh.
Visit the GSP FreeBSD Man Page Interface. |