Searched defs:DPRINTF3 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsmedia/library/common/ |
H A D | l_defines.h | 59 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c) macro 65 #define DPRINTF3(str, a, b, c) macro
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmformat.h | 60 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c) macro
|
/illumos-gate/usr/src/uts/sun4u/javelin/io/ |
H A D | envctrltwo.c | 166 #define DPRINTF3 if (envctrl_debug_flags && (envctrl_debug_flags & 0x4)) printf macro
|
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasvar.h | 765 #define DPRINTF3(str, a, b, c) if (DDEBUGGING) fas_dprintf(fas, str, a, b, c) macro
|