PDA

View Full Version : struct device_t


IOne
June 11th, 2009, 10:45
Where I can find a structure source code device_t in FreeBSD 4.11?
P.S. Sorry for my English:)

SirDice
June 11th, 2009, 13:49
Try device and driver.

trev
June 11th, 2009, 13:55
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!

IOne
June 11th, 2009, 14:34
typedef struct device *device_t;

Where I can find the structure description "device"?

trev
June 12th, 2009, 05:13
Where I can find the structure description "device"?

I've already told you - see above (and verified it)!