| /openbsd/src/lib/libsndio/ |
| D | debug.h | 23 #define DPRINTFN(n, ...) \ macro 45 #define DPRINTFN(...) do {} while(0) macro
|
| /openbsd/src/sys/dev/usb/ |
| D | umidi_quirks.c | 45 #define DPRINTFN(n,x) if (umidiquirkdebug >= (n)) printf x macro 49 #define DPRINTFN(n,x) macro
|
| D | usb_mem.c | 55 #define DPRINTFN(n,x) do { if (usbdebug>(n)) printf x; } while (0) macro 59 #define DPRINTFN(n,x) macro
|
| D | udsbr.c | 56 #define DPRINTFN(n,x) do { if (udsbrdebug>(n)) printf x; } while (0) macro 60 #define DPRINTFN(n,x) macro
|
| D | uoaklux.c | 38 #define DPRINTFN(n, x) do { if (uoakluxdebug > (n)) printf x; } while (0) macro 40 #define DPRINTFN(n, x) macro
|
| D | usbdi_util.c | 49 #define DPRINTFN(n,x) do { if (usbdebug>(n)) printf x; } while (0) macro 53 #define DPRINTFN(n,x) macro
|
| D | uark.c | 31 #define DPRINTFN(n, x) do { if (uarkdebug > (n)) printf x; } while (0) macro 34 #define DPRINTFN(n, x) macro
|
| D | uipaq.c | 59 #define DPRINTFN(n,x) if (uipaqdebug>(n)) printf x macro 63 #define DPRINTFN(n,x) macro
|
| D | uoakrh.c | 38 #define DPRINTFN(n, x) do { if (uoakrhdebug > (n)) printf x; } while (0) macro 40 #define DPRINTFN(n, x) macro
|
| D | uoakv.c | 38 #define DPRINTFN(n, x) do { if (uoakvdebug > (n)) printf x; } while (0) macro 40 #define DPRINTFN(n, x) macro
|
| D | uhid.c | 61 #define DPRINTFN(n,x) do { if (uhiddebug>(n)) printf x; } while (0) macro 65 #define DPRINTFN(n,x) macro
|
| D | ukbd.c | 80 #define DPRINTFN(n,x) do { if (ukbddebug>(n)) printf x; } while (0) macro 84 #define DPRINTFN(n,x) macro
|
| D | uslcom.c | 31 #define DPRINTFN(n, x) do { if (uslcomdebug > (n)) printf x; } while (0) macro 34 #define DPRINTFN(n, x) macro
|
| D | uxrcom.c | 32 #define DPRINTFN(n, x) do { if (uxrcomdebug > (n)) printf x; } while (0) macro 35 #define DPRINTFN(n, x) macro
|
| D | uftdi.c | 58 #define DPRINTFN(n,x) do { if (uftdidebug>(n)) printf x; } while (0) macro 62 #define DPRINTFN(n,x) macro
|
| D | if_cdce.c | 69 #define DPRINTFN(n, x) do { if (cdcedebug > (n)) printf x; } while (0) macro 72 #define DPRINTFN(n, x) macro
|
| D | uvisor.c | 52 #define DPRINTFN(n,x) if (uvisordebug>(n)) printf x macro 56 #define DPRINTFN(n,x) macro
|
| /openbsd/src/sys/dev/mii/ |
| D | urlphy.c | 54 #define DPRINTFN(n,x) if (urlphydebug>(n)) printf x macro 58 #define DPRINTFN(n,x) macro
|
| /openbsd/src/sys/dev/isa/ |
| D | mpu401.c | 54 #define DPRINTFN(n,x) if (mpu401debug >= (n)) printf x macro 58 #define DPRINTFN(n,x) macro
|
| /openbsd/src/lib/libfuse/ |
| D | debug.h | 22 #define DPRINTFN(n, ...) \ macro
|
| /openbsd/src/sys/dev/hid/ |
| D | hidms.c | 52 #define DPRINTFN(n,x) do { if (hidmsdebug>(n)) printf x; } while (0) macro 56 #define DPRINTFN(n,x) macro
|
| /openbsd/src/sys/kern/ |
| D | tty_msts.c | 33 #define DPRINTFN(n, x) do { if (mstsdebug > (n)) printf x; } while (0) macro 36 #define DPRINTFN(n, x) macro
|
| D | tty_endrun.c | 61 #define DPRINTFN(n, x) do { if (endrundebug > (n)) printf x; } while (0) macro 64 #define DPRINTFN(n, x) macro
|
| D | tty_nmea.c | 33 #define DPRINTFN(n, x) do { if (nmeadebug > (n)) printf x; } while (0) macro 36 #define DPRINTFN(n, x) macro
|
| /openbsd/src/sys/dev/gpio/ |
| D | gpiodcf.c | 33 #define DPRINTFN(n, x) do { if (gpiodcfdebug > (n)) printf x; } while (0) macro 36 #define DPRINTFN(n, x) macro
|