Searched refs:extabent (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/eeprom/ |
H A D | defs.h | 85 struct extabent { struct 87 void (*ex_handler) (const struct extabent *, argument 94 struct extabent { struct 96 void (*ex_handler) (const struct extabent *, argument 103 struct extabent { struct 105 void (*ex_handler) (const struct extabent *, argument
|
H A D | ofhandlers.c | 51 static void of_notsupp(const struct extabent *, struct ofiocdesc *, char *); 52 static void of_uint32h(const struct extabent *, struct ofiocdesc *, char *); 53 static void of_uint32d(const struct extabent *, struct ofiocdesc *, char *); 59 static const struct extabent ofextab[] = { 95 const struct extabent *ex; in of_handler() 185 of_notsupp(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg) in of_notsupp() 192 of_uint32h(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg) in of_uint32h() 199 of_uint32d(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg) in of_uint32d() 213 const struct extabent *ex; in of_dump()
|
H A D | ophandlers.c | 52 static void op_notsupp (const struct extabent *, struct opiocdesc *, char *); 58 static const struct extabent opextab[] = { 101 const struct extabent *ex; in op_handler() 191 op_notsupp(const struct extabent *exent, struct opiocdesc *opiop, char *arg) in op_notsupp() 205 const struct extabent *ex; in op_dump()
|
H A D | prephandlers.c | 52 static void prep_notsupp(const struct extabent *, struct pnviocdesc *, char *); 68 static const struct extabent prepextab[] = { 91 const struct extabent *ex; in prep_handler() 172 prep_notsupp(const struct extabent * exent, struct pnviocdesc * nviop, char *arg) in prep_notsupp()
|