Home
last modified time | relevance | path

Searched refs:ex_handler (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/eeprom/
Dophandlers.c114 (*ex->ex_handler)(ex, &opio, NULL); in op_handler()
120 (*ex->ex_handler)(ex, &opio, arg); in op_handler()
132 (*ex->ex_handler)(ex, &opio, NULL); in op_handler()
150 (*ex->ex_handler)(ex, &opio, NULL); in op_handler()
243 (*ex->ex_handler)(ex, &opio2, NULL); in op_dump()
Ddefs.h43 void (*ex_handler)(struct extabent *, struct opiocdesc *, char *); member