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

  /src/usr.sbin/eeprom/
prephandlers.c 46 extern char *path_prepnvram;
95 if ((fd = open(path_prepnvram, arg ? O_RDWR : O_RDONLY, 0640)) < 0)
96 BARF(path_prepnvram, strerror(errno));
189 if ((fd = open(path_prepnvram, O_RDONLY, 0640)) < 0)
190 err(1, "open: %s", path_prepnvram);
main.c 69 const char *path_prepnvram = _PATH_PREPNVRAM; variable in typeref:typename:const char *

Completed in 12 milliseconds