Home
last modified time | relevance | path

Searched refs:D_TRACE (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/sys/arch/mips/adm5120/dev/
Dahci.c150 #define D_TRACE (0x0001) /* function trace */ macro
362 DPRINTF(D_TRACE, ("ahci_open(addr=%d,ep=%d,scaddr=%d)", in ahci_open()
405 DPRINTF(D_TRACE, ("%s()", __func__)); in ahci_softintr()
411 DPRINTF(D_TRACE, ("%s()", __func__)); in ahci_poll()
466 DPRINTF(D_TRACE, ("!")); in ahci_poll_hub()
471 DPRINTF(D_TRACE, ("@")); in ahci_poll_hub()
553 DPRINTF(D_TRACE, ("%s()", __func__)); in ahci_noop()
570 DPRINTF(D_TRACE, ("SLRCstart ")); in ahci_roothub_ctrl()
733 DPRINTF(D_TRACE, ("SLRItransfer ")); in ahci_root_intr_transfer()
744 DPRINTF(D_TRACE, ("SLRIstart ")); in ahci_root_intr_start()
[all …]
/netbsd/src/external/bsd/am-utils/dist/amd/
Dnfs_subr.c145 if (amuDebug(D_TRACE)) in nfsproc_getattr_2_svc()
150 if (amuDebug(D_TRACE)) in nfsproc_getattr_2_svc()
162 if (amuDebug(D_TRACE)) in nfsproc_getattr_2_svc()
211 if (amuDebug(D_TRACE)) in nfsproc_lookup_2_svc()
230 if (amuDebug(D_TRACE)) in nfsproc_lookup_2_svc()
309 if (amuDebug(D_TRACE)) in nfsproc_readlink_2_svc()
325 if (amuDebug(D_TRACE) && ln) in nfsproc_readlink_2_svc()
405 if (amuDebug(D_TRACE)) in unlink_or_rmdir()
518 if (amuDebug(D_TRACE)) in nfsproc_readdir_2_svc()
529 if (amuDebug(D_TRACE)) in nfsproc_readdir_2_svc()
[all …]
Dops_pcfs.c136 if (amuDebug(D_TRACE)) in mount_pcfs()
147 if (amuDebug(D_TRACE)) in mount_pcfs()
155 if (amuDebug(D_TRACE)) in mount_pcfs()
169 if (amuDebug(D_TRACE)) in mount_pcfs()
183 if (amuDebug(D_TRACE)) in mount_pcfs()
Dautil.c603 if (amuDebug(D_TRACE)) { in amfs_mount()
Dops_nfs.c916 if (amuDebug(D_TRACE)) { in mount_nfs_fh()
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_utils.h444 # define D_TRACE 0x0002 /* Do protocol trace */ macro
461 # define D_BASIC (D_TRACE|D_FULL|D_STR|D_MEM|D_INFO|D_XDRTRACE|D_READDIR)
502 # define D_TRACE 0x0000 /* dummy: Do protocol trace */ macro
/netbsd/src/sys/dev/ic/
Dsl811hs.c844 DLOG(D_TRACE, "transfer type %jd xfer %#jx spipe %#jx ", in slhci_transfer()
870 DLOG(D_TRACE, "transfer type %jd start xfer %#jx spipe %#jx length %jd", in slhci_start()
917 SLHCI_DEXEC(D_TRACE, slhci_log_xfer(xfer)); in slhci_start()
1006 DLOG(D_TRACE, "transfer type %jd start", in slhci_root_start()
1037 DLOG(D_TRACE, "slhci_open(addr=%jd,ep=%jd,rootaddr=%jd)", in slhci_open()
1334 DLOG(D_TRACE, "transfer type %jd abort xfer %#jx spipe %#jx " in slhci_abort()
1355 DLOG(D_TRACE, "transfer type %jd close spipe %#jx spipe->xfer %#jx", in slhci_close()
1369 DLOG(D_TRACE, "transfer type %jd toggle spipe %#jx", spipe->ptype, in slhci_clear_toggle()
1396 DLOG(D_TRACE, "slhci_poll", 0,0,0,0); in slhci_poll()
1944 DLOG(D_TRACE, "ABDONE flags %#jx", t->flags, 0,0,0); in slhci_abdone()
[all …]
/netbsd/src/external/bsd/am-utils/dist/conf/mount/
Dmount_linux.c571 if (amuDebug(D_TRACE)) { in mount_linux_nfs()
615 if (amuDebug(D_TRACE)) { in mount_linux_nfs4()
/netbsd/src/external/bsd/am-utils/dist/conf/autofs/
Dautofs_linux.c354 if (amuDebug(D_TRACE)) in autofs_expire_one()
418 if (amuDebug(D_TRACE)) in autofs_missing_one()
/netbsd/src/external/bsd/am-utils/dist/libamu/
Dxutil.c106 {"trace", D_TRACE}, /* Protocol trace */
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog8476 * libamu/xdr_func.c: Use it instead of D_TRACE.