Query: device_get_ivars
OS: freebsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVICE_GET_IVARS(9) BSD Kernel Developer's Manual DEVICE_GET_IVARS(9)NAMEdevice_get_ivars, device_set_ivars -- access bus private variablesSYNOPSIS#include <sys/param.h> #include <sys/bus.h> void * device_get_ivars(device_t dev); void device_set_ivars(device_t dev, void *ivar);DESCRIPTIONThe device_get_ivars() function returns the bus-specific instance variables of a device. The device_set_ivars() function sets the bus-specific instance variables of a device. Typically, only bus drivers will use these functions. The kernel assumes that the bus driver will manage this memory, and no automatic mem- ory 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.BSDJune 16, 1998 BSD
Related Man Pages |
---|
device(9) - freebsd |
device_get_softc(9) - freebsd |
device(9) - centos |
device_get_softc(9) - centos |
device(9) - php |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Is UNIX an open source OS ? |
A simple UNIXtime component in Vue.js |
Reason for no directory creation date |