Home | History | Annotate | Download | only in eeprom

Lines Matching refs:ex_keyword

103 	for (ex = ofextab; ex->ex_keyword != NULL; ++ex)
104 if (strcmp(ex->ex_keyword, keyword) == 0)
134 if (ex->ex_keyword != NULL)
140 if (ex->ex_keyword != NULL)
154 if (ex->ex_keyword != NULL)
173 if (ex->ex_keyword != NULL)
188 warnx("property `%s' not yet supported", exent->ex_keyword);
195 printf("%s=0x%08x\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf);
202 printf("%s=%d\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf);
278 for (ex = ofextab; ex->ex_keyword != NULL; ++ex)
279 if (strcmp(ex->ex_keyword, ofio2.of_name) == 0)
282 if (ex->ex_keyword != NULL)