Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/rpc.lockd/
H A Dlockd_lock.c222 debuglog(char const *fmt, ...) in debuglog() function
255 debuglog("object is size 0\n");
307 debuglog("Size zero netobj\n"); in dump_netobj()
800 debuglog("Top of lock loop\n"); in test_nfslock()
845 debuglog("Desired lock\n"); in test_nfslock()
1381 debuglog("HW GRANTED\n"); in lock_partialfilelock()
1395 debuglog("HW RESERR\n"); in lock_partialfilelock()
1399 debuglog("HW DENIED\n"); in lock_partialfilelock()
1684 debuglog("Conflicting.\n"); in test_partialfilelock()
1774 debuglog("PFL lock granted"); in do_lock()
[all …]
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk8 .MAKEFLAGS: -dvFopt-debug-file.debuglog
19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!}
34 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*}
46 .MAKEFLAGS: -dFopt-debug-file.debuglog
49 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
59 .MAKEFLAGS: -dFopt-debug-file.debuglog
62 .if ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1
70 _:= ${:!rm opt-debug-file.debuglog!}
71 .MAKEFLAGS: -dF/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog
/freebsd-13.1/contrib/sendmail/vacation/
H A Dvacation.c109 static SYSLOG_RET_T debuglog __P((int, const char *, ...));
216 msglog = debuglog;
1182 debuglog(int i, const char *fmt, ...) in debuglog() function
1184 debuglog(i, fmt, va_alist) in debuglog()