Searched refs:ex_handler (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/eeprom/ |
H A D | defs.h | 87 void (*ex_handler) (const struct extabent *, member 96 void (*ex_handler) (const struct extabent *, member 105 void (*ex_handler) (const struct extabent *, member
|
H A D | ophandlers.c | 141 (*ex->ex_handler)(ex, &opio, NULL); in op_handler() 147 (*ex->ex_handler)(ex, &opio, arg); in op_handler() 161 (*ex->ex_handler)(ex, &opio, NULL); in op_handler() 180 (*ex->ex_handler)(ex, &opio, NULL); in op_handler() 272 (*ex->ex_handler)(ex, &opio2, NULL); in op_dump()
|
H A D | ofhandlers.c | 135 (*ex->ex_handler)(ex, &ofio, NULL); in of_handler() 141 (*ex->ex_handler)(ex, &ofio, arg); in of_handler() 155 (*ex->ex_handler)(ex, &ofio, NULL); in of_handler() 174 (*ex->ex_handler)(ex, &ofio, NULL); in of_handler() 283 (*ex->ex_handler)(ex, &ofio2, NULL); in of_dump()
|
H A D | prephandlers.c | 124 (*ex->ex_handler) (ex, &nvio, NULL); in prep_handler() 130 (*ex->ex_handler) (ex, &nvio, arg); in prep_handler() 144 (*ex->ex_handler) (ex, &nvio, NULL); in prep_handler() 162 (*ex->ex_handler) (ex, &nvio, NULL); in prep_handler()
|