Symbol: dlog
libexec/lfs_cleanerd/cleaner.h
93
void dlog(const char *, ...);
libexec/lfs_cleanerd/cleansrv.c
147
dlog("caught sigio");
libexec/lfs_cleanerd/lfs_cleanerd.c
378
dlog("%s: inval seg %d", lfs_sb_getfsmnt(fs), sn);
libexec/lfs_cleanerd/lfs_cleanerd.c
437
dlog("%s: fcntl returned %d", lfs_sb_getfsmnt(fs),
libexec/lfs_cleanerd/lfs_cleanerd.c
468
dlog("%s: no segment cleanable", lfs_sb_getfsmnt(fs));
libexec/lfs_cleanerd/lfs_cleanerd.c
485
dlog("%s: cleaning with goal %" PRId64
libexec/lfs_cleanerd/lfs_cleanerd.c
499
dlog("%s: add seg %d prio %" PRIu64
libexec/lfs_cleanerd/lfs_cleanerd.c
515
dlog("%s: cleaning with goal %d segments (%d clean, %d cleanable)",
libexec/lfs_cleanerd/lfs_cleanerd.c
521
dlog("%s: add seg %d prio %" PRIu64,
libexec/lfs_cleanerd/lfs_cleanerd.c
532
dlog("%s: no blocks to clean in %d cleanable segments",
libexec/lfs_cleanerd/lfs_cleanerd.c
572
dlog("%s: reclaim failed with errno=%d",
libexec/lfs_cleanerd/lfs_cleanerd.c
629
dlog("Read cleanerinfo: %d clean %d dirty %ld bfree %ld avail flags 0x%x",
libexec/lfs_cleanerd/lfs_cleanerd.c
654
dlog("%s: bfree = %d, avail = %d, clean = %d/%d",
libexec/lfs_cleanerd/lfs_cleanerd.c
661
dlog("%s: must clean", lfs_sb_getfsmnt(fs));
libexec/lfs_cleanerd/lfs_cleanerd.c
668
dlog("%s: enough clean", lfs_sb_getfsmnt(fs));
libexec/lfs_cleanerd/lfs_cleanerd.c
675
dlog("%s: dire straits", lfs_sb_getfsmnt(fs));
libexec/lfs_cleanerd/lfs_cleanerd.c
681
dlog("%s: busy clean", lfs_sb_getfsmnt(fs));
libexec/lfs_cleanerd/lfs_cleanerd.c
696
dlog("%s: idle clean with fs idle %d",
libexec/lfs_cleanerd/lfs_cleanerd.c
709
dlog("%s: idle clean with load %f",
libexec/lfs_cleanerd/lfs_cleanerd.c
715
dlog("%s: default no clean", lfs_sb_getfsmnt(fs));
sys/arch/hp300/dev/mt.c
257
dlog(LOG_DEBUG, "%s can't hpibrecv DSJ",
sys/arch/hp300/dev/mt.c
269
dlog(LOG_DEBUG, "%s readdsj: 0x%x", device_xname(sc->sc_dev),
sys/arch/hp300/dev/mt.c
311
dlog(LOG_DEBUG, "%s readdsj: status is %x %x %x %x %x %x",
sys/arch/hp300/dev/mt.c
335
dlog(LOG_DEBUG, "%s open: flags 0x%x", device_xname(sc->sc_dev),
sys/arch/hp300/dev/mt.c
475
dlog(LOG_DEBUG, "%s strategy", device_xname(sc->sc_dev));
sys/arch/hp300/dev/mt.c
524
dlog(LOG_DEBUG, "%s ustart", device_xname(sc->sc_dev));
sys/arch/hp300/dev/mt.c
557
dlog(LOG_DEBUG, "%s start", device_xname(sc->sc_dev));
sys/arch/hp300/dev/mt.c
763
dlog(LOG_DEBUG, "%s go", device_xname(sc->sc_dev));
sys/arch/hp300/dev/mt.c
784
dlog(LOG_DEBUG, "%s intr", device_xname(sc->sc_dev));
sys/arch/hp300/dev/mt.c
905
dlog(LOG_DEBUG, "%s intr: bcount %d, resid %d",
sys/net/route.c
665
dlog(LOG_DEBUG, "%s: %s waiting (refcnt=%d)\n",
sys/net/route.c
668
dlog(LOG_DEBUG, "%s: %s waited (refcnt=%d)\n",
sys/net/route.c
761
dlog(LOG_DEBUG, "%s: waiting lwp=%p\n", __func__, curlwp);
sys/net/route.c
763
dlog(LOG_DEBUG, "%s: waited lwp=%p\n", __func__, curlwp);
sys/net/route.c
773
dlog(LOG_DEBUG, "%s: updating rt=%p lwp=%p\n", __func__, rt, curlwp);
sys/net/route.c
786
dlog(LOG_DEBUG, "%s: waiting ongoing updating rt=%p lwp=%p\n",
sys/net/route.c
789
dlog(LOG_DEBUG, "%s: waited ongoing updating rt=%p lwp=%p\n",
sys/net/route.c
817
dlog(LOG_DEBUG, "%s: updated rt=%p lwp=%p\n", __func__, rt, curlwp);