HomeSort by: relevance | last modified time | path
    Searched refs:extabent (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/eeprom/
defs.h 85 struct extabent { struct
87 void (*ex_handler) (const struct extabent *,
94 struct extabent { struct
96 void (*ex_handler) (const struct extabent *,
103 struct extabent { struct
105 void (*ex_handler) (const struct extabent *,
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;
185 of_notsupp(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
192 of_uint32h(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
199 of_uint32d(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
213 const struct extabent *ex;
ophandlers.c 52 static void op_notsupp (const struct extabent *, struct opiocdesc *, char *);
58 static const struct extabent opextab[] = {
101 const struct extabent *ex;
191 op_notsupp(const struct extabent *exent, struct opiocdesc *opiop, char *arg)
205 const struct extabent *ex;
prephandlers.c 52 static void prep_notsupp(const struct extabent *, struct pnviocdesc *, char *);
68 static const struct extabent prepextab[] = {
91 const struct extabent *ex;
172 prep_notsupp(const struct extabent * exent, struct pnviocdesc * nviop, char *arg)

Completed in 14 milliseconds