Home
last modified time | relevance | path

Searched refs:ex_keyword (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/eeprom/
H A Dofhandlers.c103 for (ex = ofextab; ex->ex_keyword != NULL; ++ex) in of_handler()
104 if (strcmp(ex->ex_keyword, keyword) == 0) in of_handler()
134 if (ex->ex_keyword != NULL) in of_handler()
140 if (ex->ex_keyword != NULL) in of_handler()
154 if (ex->ex_keyword != NULL) in of_handler()
173 if (ex->ex_keyword != NULL) in of_handler()
188 warnx("property `%s' not yet supported", exent->ex_keyword); in of_notsupp()
195 printf("%s=0x%08x\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf); in of_uint32h()
202 printf("%s=%d\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf); in of_uint32d()
278 for (ex = ofextab; ex->ex_keyword != NULL; ++ex) in of_dump()
[all …]
H A Dophandlers.c109 for (ex = opextab; ex->ex_keyword != NULL; ++ex) in op_handler()
110 if (strcmp(ex->ex_keyword, keyword) == 0) in op_handler()
140 if (ex->ex_keyword != NULL) in op_handler()
146 if (ex->ex_keyword != NULL) in op_handler()
160 if (ex->ex_keyword != NULL) in op_handler()
179 if (ex->ex_keyword != NULL) in op_handler()
194 warnx("property `%s' not yet supported", exent->ex_keyword); in op_notsupp()
267 for (ex = opextab; ex->ex_keyword != NULL; ++ex) in op_dump()
268 if (strcmp(ex->ex_keyword, opio2.op_name) == 0) in op_dump()
271 if (ex->ex_keyword != NULL) in op_dump()
H A Dprephandlers.c99 for (ex = prepextab; ex->ex_keyword != NULL; ++ex) in prep_handler()
100 if (strcmp(ex->ex_keyword, keyword) == 0) in prep_handler()
123 if (ex->ex_keyword != NULL) in prep_handler()
129 if (ex->ex_keyword != NULL) in prep_handler()
143 if (ex->ex_keyword != NULL) in prep_handler()
161 if (ex->ex_keyword != NULL) in prep_handler()
175 warnx("property `%s' not yet supported", exent->ex_keyword); in prep_notsupp()
H A Ddefs.h86 const char *ex_keyword; /* keyword for this entry */ member
95 const char *ex_keyword; /* keyword for this entry */ member
104 const char *ex_keyword; /* keyword for this entry */ member