Searched defs:DBG_MSG (Results 1 – 4 of 4) sorted by relevance
55 #define DBG_MSG(s) do { if (prom_debug) \ macro
49 /* 10 */ DBG_MSG, enumerator
108 #define DBG_MSG 0x00000002 macro
83 #define DBG_MSG(s) { if (kbm_debug) bop_printf(NULL, "%s", s); } macro