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

/netbsd-current/usr.sbin/eeprom/
H A Dprephandlers.c114 if (ioctl(fd, PNVIOCGET, (char *) &nvio) < 0) {
116 BARF("PNVIOCGET", strerror(errno));
151 if (ioctl(fd, PNVIOCGET, (char *) &nvio) < 0) {
153 BARF("PNVIOCGET", strerror(errno));
230 if (ioctl(fd, PNVIOCGET, (char *) &nvio2) < 0)
231 err(1, "PNVIOCGET");
/netbsd-current/sys/arch/prep/include/
H A Dnvram.h241 #define PNVIOCGET _IOWR('O', 1, struct pnviocdesc) /* get var contents */ macro
/netbsd-current/sys/arch/prep/pnpbus/
H A Dnvram_pnpbus.c377 case PNVIOCGET:

Completed in 112 milliseconds