HomeSort by: relevance | last modified time | path
    Searched defs:DLOG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
vio9p.c 57 #define DLOG(fmt, args...) \
60 #define DLOG(fmt, args...) __nothing
224 DLOG("enter");
229 DLOG("%s: not requested", device_xname(sc->sc_dev));
269 DLOG("len=%d", len);
287 DLOG("uio_resid=%lu", uio->uio_resid);
321 DLOG("enter");
326 DLOG("already requesting");
346 DLOG("len=%lu", len);
362 DLOG("slot=%d", slot)
    [all...]
  /src/sys/ufs/lfs/
lfs_inode.h 262 # define DLOG(a) lfs_debug_log a
267 # define DLOG(a)
  /src/sys/dev/ic/
sl811hs.c 575 #define DLOG(x, f, a, b, c, d) SLHCI_DEXEC(x, DDOLOG(f, a, b, c, d))
670 #define DLOG(x, f, a, b, c, d) ((void)0)
791 DLOG(D_MEM, "allocx %#jx", (uintptr_t)xfer, 0,0,0);
807 DLOG(D_MEM, "freex xfer %#jx spipe %#jx",
844 DLOG(D_TRACE, "transfer type %jd xfer %#jx spipe %#jx ",
870 DLOG(D_TRACE, "transfer type %jd start xfer %#jx spipe %#jx length %jd",
1006 DLOG(D_TRACE, "transfer type %jd start",
1037 DLOG(D_TRACE, "slhci_open(addr=%jd,ep=%jd,rootaddr=%jd)",
1071 DLOG(D_ERR, "packet too large! size %jd spipe %#jx", max_packet,
1114 DLOG(D_MSG, "open pipe type %jd interval %jd", spipe->ptype
    [all...]

Completed in 15 milliseconds