Searched refs:DbgFile (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Dconf.c79 char *DbgFile = _PATH_RBOOTDDBG; /* debug output file */ variable
H A Ddefs.h136 extern char *DbgFile; /* debug output file */
H A Drbootd.c448 if ((DbgFp = fopen(DbgFile, "w")) == NULL)
449 syslog(LOG_ERR, "can't open debug file (%s)", DbgFile);

Completed in 57 milliseconds