Home
last modified time | relevance | path

Searched refs:path_prepnvram (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.sbin/eeprom/
Dprephandlers.c46 extern char *path_prepnvram;
95 if ((fd = open(path_prepnvram, arg ? O_RDWR : O_RDONLY, 0640)) < 0) in prep_handler()
96 BARF(path_prepnvram, strerror(errno)); in prep_handler()
189 if ((fd = open(path_prepnvram, O_RDONLY, 0640)) < 0) in prep_dump()
190 err(1, "open: %s", path_prepnvram); in prep_dump()
Dmain.c69 const char *path_prepnvram = _PATH_PREPNVRAM; variable