Home
last modified time | relevance | path

Searched defs:DPRINTFN (Results 1 – 25 of 126) sorted by relevance

123456

/openbsd/src/lib/libsndio/
Ddebug.h23 #define DPRINTFN(n, ...) \ macro
45 #define DPRINTFN(...) do {} while(0) macro
/openbsd/src/sys/dev/usb/
Dumidi_quirks.c45 #define DPRINTFN(n,x) if (umidiquirkdebug >= (n)) printf x macro
49 #define DPRINTFN(n,x) macro
Dusb_mem.c55 #define DPRINTFN(n,x) do { if (usbdebug>(n)) printf x; } while (0) macro
59 #define DPRINTFN(n,x) macro
Dudsbr.c56 #define DPRINTFN(n,x) do { if (udsbrdebug>(n)) printf x; } while (0) macro
60 #define DPRINTFN(n,x) macro
Duoaklux.c38 #define DPRINTFN(n, x) do { if (uoakluxdebug > (n)) printf x; } while (0) macro
40 #define DPRINTFN(n, x) macro
Dusbdi_util.c49 #define DPRINTFN(n,x) do { if (usbdebug>(n)) printf x; } while (0) macro
53 #define DPRINTFN(n,x) macro
Duark.c31 #define DPRINTFN(n, x) do { if (uarkdebug > (n)) printf x; } while (0) macro
34 #define DPRINTFN(n, x) macro
Duipaq.c59 #define DPRINTFN(n,x) if (uipaqdebug>(n)) printf x macro
63 #define DPRINTFN(n,x) macro
Duoakrh.c38 #define DPRINTFN(n, x) do { if (uoakrhdebug > (n)) printf x; } while (0) macro
40 #define DPRINTFN(n, x) macro
Duoakv.c38 #define DPRINTFN(n, x) do { if (uoakvdebug > (n)) printf x; } while (0) macro
40 #define DPRINTFN(n, x) macro
Duhid.c61 #define DPRINTFN(n,x) do { if (uhiddebug>(n)) printf x; } while (0) macro
65 #define DPRINTFN(n,x) macro
Dukbd.c80 #define DPRINTFN(n,x) do { if (ukbddebug>(n)) printf x; } while (0) macro
84 #define DPRINTFN(n,x) macro
Duslcom.c31 #define DPRINTFN(n, x) do { if (uslcomdebug > (n)) printf x; } while (0) macro
34 #define DPRINTFN(n, x) macro
Duxrcom.c32 #define DPRINTFN(n, x) do { if (uxrcomdebug > (n)) printf x; } while (0) macro
35 #define DPRINTFN(n, x) macro
Duftdi.c58 #define DPRINTFN(n,x) do { if (uftdidebug>(n)) printf x; } while (0) macro
62 #define DPRINTFN(n,x) macro
Dif_cdce.c69 #define DPRINTFN(n, x) do { if (cdcedebug > (n)) printf x; } while (0) macro
72 #define DPRINTFN(n, x) macro
Duvisor.c52 #define DPRINTFN(n,x) if (uvisordebug>(n)) printf x macro
56 #define DPRINTFN(n,x) macro
/openbsd/src/sys/dev/mii/
Durlphy.c54 #define DPRINTFN(n,x) if (urlphydebug>(n)) printf x macro
58 #define DPRINTFN(n,x) macro
/openbsd/src/sys/dev/isa/
Dmpu401.c54 #define DPRINTFN(n,x) if (mpu401debug >= (n)) printf x macro
58 #define DPRINTFN(n,x) macro
/openbsd/src/lib/libfuse/
Ddebug.h22 #define DPRINTFN(n, ...) \ macro
/openbsd/src/sys/dev/hid/
Dhidms.c52 #define DPRINTFN(n,x) do { if (hidmsdebug>(n)) printf x; } while (0) macro
56 #define DPRINTFN(n,x) macro
/openbsd/src/sys/kern/
Dtty_msts.c33 #define DPRINTFN(n, x) do { if (mstsdebug > (n)) printf x; } while (0) macro
36 #define DPRINTFN(n, x) macro
Dtty_endrun.c61 #define DPRINTFN(n, x) do { if (endrundebug > (n)) printf x; } while (0) macro
64 #define DPRINTFN(n, x) macro
Dtty_nmea.c33 #define DPRINTFN(n, x) do { if (nmeadebug > (n)) printf x; } while (0) macro
36 #define DPRINTFN(n, x) macro
/openbsd/src/sys/dev/gpio/
Dgpiodcf.c33 #define DPRINTFN(n, x) do { if (gpiodcfdebug > (n)) printf x; } while (0) macro
36 #define DPRINTFN(n, x) macro

123456