Searched refs:BootDir (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Dconf.c78 char *BootDir = _PATH_RBOOTDLIB; /* directory w/boot files */ variable
H A Dparseconf.c330 if ((dfd = opendir(".")) == NULL) { /* open BootDir */
332 BootDir);
354 (void) closedir(dfd); /* close BootDir */
357 syslog(LOG_ERR, "GetBootFiles: no boot files (%s)\n", BootDir);
H A Ddefs.h138 extern char *BootDir; /* directory w/boot files */
H A Drbootd.c195 if (chdir(BootDir) < 0) {
196 syslog(LOG_ERR, "chdir: %m (%s)", BootDir);

Completed in 68 milliseconds