HomeSort by: relevance | last modified time | path
    Searched refs:pnv_buflen (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/eeprom/
prephandlers.c 113 nvio.pnv_buflen = sizeof(nvio_buf);
119 if (nvio.pnv_buflen <= 0) {
133 nvio.pnv_buflen = strlen(arg);
150 nvio.pnv_buflen = sizeof(nvio_buf);
156 if (nvio.pnv_buflen <= 0) {
211 nvio1.pnv_buflen = sizeof(buf2);
228 nvio2.pnv_buflen = sizeof(buf4);
  /src/sys/arch/prep/pnpbus/
nvram_pnpbus.c 388 if (len > pnv->pnv_buflen) {
395 pnv->pnv_buflen = len;
419 if (len > pnv->pnv_buflen) {
426 pnv->pnv_buflen = len;
  /src/sys/arch/prep/include/
nvram.h 194 int pnv_buflen; /* len of pnv_bus */ member in struct:pnviocdesc

Completed in 15 milliseconds