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

/freebsd-10.1-release/libexec/rbootd/
H A Dconf.c76 char *BootDir = _PATH_RBOOTDLIB; /* directory w/boot files */ variable
H A Dparseconf.c328 if ((dfd = opendir(".")) == NULL) { /* open BootDir */
330 BootDir);
352 (void) closedir(dfd); /* close BootDir */
355 syslog(LOG_ERR, "GetBootFiles: no boot files (%s)\n", BootDir);
H A Ddefs.h136 extern char *BootDir; /* directory w/boot files */
H A Drbootd.c193 if (chdir(BootDir) < 0) {
194 syslog(LOG_ERR, "chdir: %m (%s)", BootDir);

Completed in 71 milliseconds