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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
nslcd-prot.h 50 #define DEBUG_PRINT(fmt, arg) \
55 #define DEBUG_PRINT(fmt, arg)
87 DEBUG_PRINT("WRITE : var="__STRING(ptr)" size=%d", (int)size); \
93 DEBUG_PRINT("WRITE : var="__STRING(ptr)" error: %s", \
99 DEBUG_PRINT("WRITE_INT32 : var="__STRING(i)" int32=%08x", (int)i); \
104 DEBUG_PRINT("WRITE_STRING: var="__STRING(str)" string=\"%s\"", (str)); \
122 DEBUG_PRINT("WRITE_STRLST: var="__STRING(arr)" num=%d", 0); \
131 DEBUG_PRINT("WRITE_STRLST: var="__STRING(arr)" num=%d", (int)tmp3int32); \
147 DEBUG_PRINT("WRITE_STRLST: var="__STRING(arr)" num=%d", (int)tmp3int32); \
170 DEBUG_PRINT("READ : var="__STRING(ptr)" error: %s",
    [all...]
  /src/sys/arch/emips/ebus/
icap_ebus.c 67 #define DEBUG_PRINT(_args_,_lev_) DBGME(_lev_,printf _args_)
113 DEBUG_PRINT(("icap_match %x\n", (f) ? f->Tag : 0), DEBUG_PROBE);
129 DEBUG_PRINT(("icap_attach %p\n", sc), DEBUG_PROBE);
174 DEBUG_PRINT(("icapopen\n"), DEBUG_FUNCS);
188 DEBUG_PRINT(("icapclose\n"), DEBUG_FUNCS);
198 DEBUG_PRINT(("icapread\n"), DEBUG_READS);
208 DEBUG_PRINT(("icapwrite\n"), DEBUG_WRITES);
231 DEBUG_PRINT(("icapstrategy\n"), DEBUG_FUNCS);
239 DEBUG_PRINT(("icapstrategy: nodev %" PRIx64 "\n",bp->b_dev),
267 DEBUG_PRINT(("icapstart %p %p\n",sc,bp), DEBUG_FUNCS)
    [all...]
ace_ebus.c 292 #define DEBUG_PRINT(_args_,_lev_) DBGME(_lev_,printf _args_)
1590 DEBUG_PRINT(("aceattach\n"), DEBUG_FUNCS | DEBUG_PROBE);
1735 DEBUG_PRINT(("acestrategy (%s) %lld\n",
1805 DEBUG_PRINT(("acestart %s\n", device_xname(ace->sc_dev)), DEBUG_XFERS);
1856 DEBUG_PRINT(("acedone %s\n", device_xname(ace->sc_dev)), DEBUG_XFERS);
1912 DEBUG_PRINT(("acerestart %s\n",
1925 DEBUG_PRINT(("aceread\n"), DEBUG_XFERS);
1927 DEBUG_PRINT(("aceread -> x%x resid=%x\n",r,uio->uio_resid),DEBUG_XFERS);
1936 DEBUG_PRINT(("acewrite\n"), DEBUG_XFERS);
1946 DEBUG_PRINT(("aceopen\n"), DEBUG_FUNCS)
    [all...]
flash_ebus.c 95 #define DEBUG_PRINT(_args_,_lev_) DBGME(_lev_,printf _args_)
1437 DEBUG_PRINT(("%s: eflashattach\n", device_xname(sc->sc_dev)), DEBUG_FUNCS | DEBUG_PROBE);
1472 DEBUG_PRINT(("eflashactivate %x\n", act), DEBUG_FUNCS | DEBUG_PROBE);
1493 DEBUG_PRINT(("%s: eflashdetach\n", device_xname(sc->sc_dev)), DEBUG_FUNCS | DEBUG_PROBE);
1660 DEBUG_PRINT(("%s: eflashstrategy %lld\n", device_xname(sc->sc_dev), bp->b_blkno),
1730 DEBUG_PRINT(("%s: eflashstart\n", device_xname(sc->sc_dev)),
1751 DEBUG_PRINT(("%s: __eflashstart %p\n", device_xname(sc->sc_dev), bp),
1784 DEBUG_PRINT(("%s: eflashdone %p\n", device_xname(sc->sc_dev), bp),
1840 DEBUG_PRINT(("%s: eflashrestart\n", device_xname(sc->sc_dev)),
1851 DEBUG_PRINT(("eflashread\n"), DEBUG_XFERS)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-scop-detection.cc 80 #define DEBUG_PRINT(args) do \
438 DEBUG_PRINT (dp << "[scop-detection] try merging sese s1: ";
466 DEBUG_PRINT (dp << "[scop-detection-fail] cannot merge seses.\n");
504 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined));
601 DEBUG_PRINT (dp << "[scop-detection-fail] Discarding infinite loop SCoP: ";
621 DEBUG_PRINT (dp << "[scop-detection-fail] Discarding one loop SCoP: ";
628 DEBUG_PRINT (dp << "[scop-detection-fail] "
642 DEBUG_PRINT (dp << "[scop-detection] Adding SCoP: "; print_sese (dump_file, s));
653 DEBUG_PRINT (dp << "[checking-harmful-bbs] ";
664 DEBUG_PRINT (dp << "Visiting bb_" << bb->index << "\n")
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 610 #define DEBUG_PRINT(...) \
634 DEBUG_PRINT (prefix); \
635 DEBUG_PRINT (__VA_ARGS__); \
2129 DEBUG_PRINT (", ");
2130 DEBUG_PRINT ("%u", kla->gdims[i]);
2132 DEBUG_PRINT ("], normalized gdims:[");
2136 DEBUG_PRINT (", ");
2137 DEBUG_PRINT ("%u", kla->gdims[i] / kla->wdims[i]);
2139 DEBUG_PRINT ("], wdims:[");
2143 DEBUG_PRINT (", ");
    [all...]

Completed in 34 milliseconds