Searched refs:ofiocdesc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/ofw/
H A Dopenfirmio.h45 struct ofiocdesc { struct
56 #define OFIOCGET _IOWR(OFIOC_BASE, 1, struct ofiocdesc)
58 #define OFIOCSET _IOWR(OFIOC_BASE, 2, struct ofiocdesc)
60 #define OFIOCNEXTPROP _IOWR(OFIOC_BASE, 3, struct ofiocdesc)
68 #define OFIOCFINDDEVICE _IOWR(OFIOC_BASE, 7, struct ofiocdesc)
70 #define OFIOCGETPROPLEN _IOWR(OFIOC_BASE, 8, struct ofiocdesc)
H A Dopenfirmio.c114 struct ofiocdesc *of;
123 of = (struct ofiocdesc *)data;
/freebsd-10.0-release/usr.sbin/ofwdump/
H A Dofw_util.c107 struct ofiocdesc d;
134 struct ofiocdesc d;
163 struct ofiocdesc d;
178 struct ofiocdesc d;
194 struct ofiocdesc d;
207 struct ofiocdesc d;

Completed in 105 milliseconds