Symbol: ofiocdesc
sys/dev/ofw/openfirmio.c
131
struct ofiocdesc *of;
sys/dev/ofw/openfirmio.c
143
of = (struct ofiocdesc *)data;
sys/dev/ofw/openfirmio.h
55
#define OFIOCGET _IOWR('O', 1, struct ofiocdesc) /* get openprom field */
sys/dev/ofw/openfirmio.h
56
#define OFIOCSET _IOW('O', 2, struct ofiocdesc) /* set openprom field */
sys/dev/ofw/openfirmio.h
57
#define OFIOCNEXTPROP _IOWR('O', 3, struct ofiocdesc) /* get next property */
sys/dev/ofw/openfirmio.h
61
#define OFIOCFINDDEVICE _IOWR('O', 7, struct ofiocdesc) /* find a specific device */
usr.sbin/eeprom/defs.h
97
struct ofiocdesc *, char *);
usr.sbin/eeprom/ofhandlers.c
185
of_notsupp(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
usr.sbin/eeprom/ofhandlers.c
192
of_uint32h(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
usr.sbin/eeprom/ofhandlers.c
199
of_uint32d(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
usr.sbin/eeprom/ofhandlers.c
212
struct ofiocdesc ofio1, ofio2;
usr.sbin/eeprom/ofhandlers.c
51
static void of_notsupp(const struct extabent *, struct ofiocdesc *, char *);
usr.sbin/eeprom/ofhandlers.c
52
static void of_uint32h(const struct extabent *, struct ofiocdesc *, char *);
usr.sbin/eeprom/ofhandlers.c
53
static void of_uint32d(const struct extabent *, struct ofiocdesc *, char *);
usr.sbin/eeprom/ofhandlers.c
94
struct ofiocdesc ofio;
usr.sbin/installboot/evboards.c
1000
struct ofiocdesc ofio = {
usr.sbin/installboot/evboards.c
978
struct ofiocdesc ofio = {
usr.sbin/ofctl/ofctl.c
205
struct ofiocdesc ofio;
usr.sbin/ofctl/ofctl.c
238
struct ofiocdesc ofio;
usr.sbin/ofctl/ofctl.c
397
struct ofiocdesc ofio;