Home
last modified time | relevance | path

Searched defs:DPRINT (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc-lexer.l40 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
42 #define DPRINT(fmt, ...) do { } while (0) macro
/netbsd-src/sys/stand/efiboot/
H A Defirng.c44 #define DPRINT(...) __nothing macro
46 #define DPRINT Print macro
/netbsd-src/sys/netinet/
H A Daccf_http.c132 #define DPRINT(fmt, args...) \ macro
137 #define DPRINT(fmt, args...) macro
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dlocore.S73 #define DPRINT(string) PRINT(string) macro
77 #define DPRINT(string) macro
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-internal.h25 #define DPRINT(msg) do {printf msg; fflush(stdout);} while(/*CONSTCOND*/(void)0,0) macro
27 #define DPRINT(msg) do { } while(/*CONSTCOND*/(void)0,0) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c76 #define DPRINT(x) if (dflag) printf x macro
80 #define DPRINT(x) macro
/netbsd-src/sys/arch/sun3/sun3x/
H A Dpmap.c171 #define DPRINT(args) if (pmap_debug) printf args macro
176 #define DPRINT(args) /* nada */ macro
/netbsd-src/sys/dev/pci/
H A Dpci_resource.c51 #define DPRINT aprint_debug macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1508 # define DPRINT(x) printf x macro
1510 # define DPRINT(x) macro