Searched refs:_PRINTF (Results 1 – 6 of 6) sorted by relevance
60 #define _PRINTF prom_printf /* For logging to the console */ macro65 _PRINTF("%s line %d:\n", __FILE__, __LINE__); \67 _PRINTF args; \
193 #define _PRINTF prom_printf macro194 #define DPRINTF(flag, args) if (cpudrv_debug & flag) _PRINTF args;
167 #define _PRINTF prom_printf macro168 #define DPRINTF(flag, args) if (mc_debug & flag) _PRINTF args;
177 #define _PRINTF printf macro178 #define DPRINTF(flag, args) if (mc_debug & flag) _PRINTF args;
72 #define _PRINTF prom_printf /* For logging to the console */ macro77 _PRINTF("%s line %d:\n", __FILE__, __LINE__); \79 _PRINTF args; \
84 #define _PRINTF printf macro85 #define DPRINTF(args) if (glvc_debug) _PRINTF args;