Searched refs:exent (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Dofhandlers.c187 of_notsupp(exent, ofiop, arg)
188 struct extabent *exent;
193 warnx("property `%s' not yet supported", exent->ex_keyword);
197 of_uint32h(exent, ofiop, arg)
198 struct extabent *exent;
203 printf("%s=0x%08x\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf);
207 of_uint32d(exent, ofiop, arg)
208 struct extabent *exent;
213 printf("%s=%d\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf);
H A Dophandlers.c195 op_notsupp(exent, opiop, arg)
196 struct extabent *exent;
201 warnx("property `%s' not yet supported", exent->ex_keyword);
H A Dprephandlers.c172 prep_notsupp(struct extabent * exent, struct pnviocdesc * nviop, char *arg) argument
175 warnx("property `%s' not yet supported", exent->ex_keyword);

Completed in 65 milliseconds