Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/rpc.lockd/
H A Dlockd_lock.c220 debuglog(char const *fmt, ...) in debuglog() function
249 debuglog("object is size 0\n"); in dump_static_object()
301 debuglog("Size zero netobj\n"); in dump_netobj()
790 debuglog("Top of lock loop\n"); in test_nfslock()
835 debuglog("Desired lock\n"); in test_nfslock()
1367 debuglog("HW GRANTED\n"); in lock_partialfilelock()
1381 debuglog("HW RESERR\n"); in lock_partialfilelock()
1385 debuglog("HW DENIED\n"); in lock_partialfilelock()
1670 debuglog("Conflicting.\n"); in test_partialfilelock()
1760 debuglog("PFL lock granted"); in do_lock()
[all …]
/freebsd-14.2/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}*}
48 .MAKEFLAGS: -dFopt-debug-file.debuglog
52 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
62 .MAKEFLAGS: -dFopt-debug-file.debuglog
65 .if ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1
73 _:= ${:!rm opt-debug-file.debuglog!}
74 .MAKEFLAGS: -dF/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog
/freebsd-14.2/contrib/sendmail/vacation/
H A Dvacation.c107 static SYSLOG_RET_T debuglog __P((int, const char *, ...));
214 msglog = debuglog;
1262 debuglog(int i, const char *fmt, ...) in debuglog() function
1264 debuglog(i, fmt, va_alist) in debuglog()