Searched refs:obpsym_debug (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sparc/os/ |
H A D | obpsym.c | 57 int obpsym_debug = 0; variable 58 #define DPRINTF(str) if (obpsym_debug) prom_printf(str) 59 #define DPRINTF1(str, a) if (obpsym_debug) prom_printf(str, a); 60 #define DPRINTF2(str, a, b) if (obpsym_debug) prom_printf(str, a, b); 61 #define DXPRINTF if (obpsym_debug > 1) prom_printf
|
H A D | obpsym_1275.c | 60 #define DPRINTF(str) if (obpsym_debug) prom_printf(str) 61 #define DPRINTF1(str, a) if (obpsym_debug) prom_printf(str, a); 62 #define DPRINTF2(str, a, b) if (obpsym_debug) prom_printf(str, a, b); 63 #define DXPRINTF if (obpsym_debug > 1) prom_printf
|