struct device_t

In v4 I believe it is defined in /usr/src/sys/sys/bus_private.h and /usr/include/sys/bus_private.h, but I could be wrong - v4 was a loooong time ago!
 
typedef struct device *device_t;

Where I can find the structure description "device"?
 
Back
Top