Home
last modified time | relevance | path

Searched defs:dprint (Results 1 – 20 of 20) sorted by relevance

/plan9/sys/src/cmd/proof/
H A Dproof.h42 #define dprint if (dbg) fprint macro
/plan9/sys/src/9/boot/
H A Dboot.h15 #define dprint(...) if(debugboot) fprint(2, __VA_ARGS__); else USED(debugboot) macro
/plan9/sys/src/cmd/db/
H A Doutput.c130 dprint(char *fmt, ...) in dprint() function
/plan9/sys/src/cmd/sam/
H A Dplan9.c29 dprint(char *z, ...) in dprint() function
/plan9/sys/src/9/pc/
H A Dmpacpi.c40 #define dprint(...) if(mpdebug) print(__VA_ARGS__); else USED(mpdebug) macro
H A Dusbehci.h6 #define dprint if(ehcidebug)print macro
H A Dmp.c12 #define dprint(...) if(mpdebug) print(__VA_ARGS__); else USED(mpdebug) macro
H A Dsdiahci.c16 #define dprint(...) if(debug) iprint(__VA_ARGS__); else USED(debug) macro
H A Detherm10g.c27 #define dprint(...) if(debug) print(__VA_ARGS__) macro
H A Dsdmv50xx.c22 #define dprint if(!0){}else iprint macro
/plan9/sys/src/9/teg2/
H A Dusbehci.h6 #define dprint if(ehcidebug)print macro
/plan9/sys/src/9/omap/
H A Dusbehci.h6 #define dprint if(ehcidebug)print macro
/plan9/sys/src/9/kw/
H A Dusbehci.h6 #define dprint if(ehcidebug)print macro
/plan9/sys/src/9/bcm/
H A Detherusb.c20 #define dprint if(debug) print macro
/plan9/sys/src/cmd/usb/lib/
H A Dfs.c21 #define dprint if(usbfsdebug)fprint macro
H A Dusb.h329 #define dprint if(usbdebug)fprint macro
/plan9/sys/src/9/port/
H A Dusb.h4 #define dprint if(debug)print macro
H A Ddevfs.c99 #define dprint if(debug)print macro
H A Ddevaoe.c21 #define dprint(...) if(debug) eventlog(__VA_ARGS__); else USED(debug); macro
/plan9/sys/src/cmd/venti/srv/
H A Dhproc.c94 dprint(char *fmt, ...) in dprint() function