|
NAMEdevice_get_ivars ,
device_set_ivars —
access bus private variables
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
void *
void
DESCRIPTIONThedevice_get_ivars () function returns the bus-specific
instance variables of a device.
The Typically, only bus drivers will use these functions. The kernel assumes that the bus driver will manage this memory, and no automatic memory allocation or deallocation happens. Client drivers should access ivars through the BUS_READ_IVAR(9) interface instead. SEE ALSOdevice(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |