Symbol: extabent
usr.sbin/eeprom/defs.h
105
void (*ex_handler) (const struct extabent *,
usr.sbin/eeprom/defs.h
87
void (*ex_handler) (const struct extabent *,
usr.sbin/eeprom/defs.h
96
void (*ex_handler) (const struct extabent *,
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
213
const struct extabent *ex;
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
59
static const struct extabent ofextab[] = {
usr.sbin/eeprom/ofhandlers.c
95
const struct extabent *ex;
usr.sbin/eeprom/ophandlers.c
101
const struct extabent *ex;
usr.sbin/eeprom/ophandlers.c
191
op_notsupp(const struct extabent *exent, struct opiocdesc *opiop, char *arg)
usr.sbin/eeprom/ophandlers.c
205
const struct extabent *ex;
usr.sbin/eeprom/ophandlers.c
52
static void op_notsupp (const struct extabent *, struct opiocdesc *, char *);
usr.sbin/eeprom/ophandlers.c
58
static const struct extabent opextab[] = {
usr.sbin/eeprom/prephandlers.c
172
prep_notsupp(const struct extabent * exent, struct pnviocdesc * nviop, char *arg)
usr.sbin/eeprom/prephandlers.c
52
static void prep_notsupp(const struct extabent *, struct pnviocdesc *, char *);
usr.sbin/eeprom/prephandlers.c
68
static const struct extabent prepextab[] = {
usr.sbin/eeprom/prephandlers.c
91
const struct extabent *ex;