Searched refs:ex_keyword (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/eeprom/ |
H A D | ofhandlers.c | 103 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 D | ophandlers.c | 109 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 D | prephandlers.c | 99 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 D | defs.h | 86 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
|