OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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 in typeref:typename:const char *
Completed in 12 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025