Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rbootd/
H A Dconf.c77 char *DbgFile = _PATH_RBOOTDDBG; /* debug output file */ variable
H A Drbootd.c446 if ((DbgFp = fopen(DbgFile, "w")) == NULL) in DebugOn()
447 syslog(LOG_ERR, "can't open debug file (%s)", DbgFile); in DebugOn()
H A Ddefs.h134 extern char *DbgFile; /* debug output file */