Searched refs:ex_prop (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/usr.sbin/eeprom/ |
| D | ofw_options.c | 54 const char *ex_prop; member 92 ofw_setprop(fd, ofw_optnode(fd), exent->ex_prop, "", 1); in ofwo_oemlogo() 106 if (ofw_setprop(fd, ofw_optnode(fd), exent->ex_prop, in ofwo_oemlogo() 112 printf("%s: <logo data>\n", exent->ex_prop); in ofwo_oemlogo() 114 ofwo_printprop(exent->ex_prop, (const char *)buf, in ofwo_oemlogo() 129 if ((res = ofwo_setstr(fd, buf, buflen, exent->ex_prop, in ofwo_secmode() 138 return (ofwo_setstr(fd, buf, buflen, exent->ex_prop, in ofwo_secmode() 143 ofwo_printprop(exent->ex_prop, (const char *)buf, buflen); in ofwo_secmode() 171 ofwo_printprop(exent->ex_prop, (const char *)buf, buflen); in ofwo_secpwd() 262 for (ex = ofwo_extab; ex->ex_prop != NULL; ++ex) in ofwo_dump() [all …]
|