OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026