Home
last modified time | relevance | path

Searched defs:bsd_device (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/sys/
H A Dbus_private.h97 struct bsd_device { struct
109 device_t parent;
110 device_list_t children; /* list of subordinate devices */
115 driver_t *driver;
116 devclass_t devclass; /* device class which we are in */
117 int unit;
118 char* nameunit; /* name+unit e.g. foodev0 */
119 char* desc; /* driver specific description */
120 int busy; /* count of calls to device_busy() */
121 device_state_t state;
[all …]