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_openfirm
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/eeprom/
ofhandlers.c
45
extern char *
path_openfirm
;
99
if ((fd = open(
path_openfirm
, arg ? O_RDWR : O_RDONLY, 0640)) < 0)
100
BARF(
path_openfirm
, strerror(errno));
217
if ((fd = open(
path_openfirm
, O_RDONLY, 0640)) < 0)
218
err(1, "open: %s",
path_openfirm
);
main.c
68
const char *
path_openfirm
= _PATH_OPENFIRM;
variable
Completed in 33 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026