OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BootDir
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/rbootd/
conf.c
78
const char *
BootDir
= _PATH_RBOOTDLIB; /* directory w/boot files */
parseconf.c
330
if ((dfd = opendir(".")) == NULL) { /* open
BootDir
*/
332
BootDir
);
353
(void) closedir(dfd); /* close
BootDir
*/
356
syslog(LOG_ERR, "GetBootFiles: no boot files (%s)\n",
BootDir
);
rbootd.c
176
if (chdir(
BootDir
) < 0) {
177
syslog(LOG_ERR, "chdir: %m (%s)",
BootDir
);
defs.h
135
extern const char *
BootDir
; /* directory w/boot files */
Completed in 111 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025