Searched defs:obpsym_debug (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym.c57 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

Completed in 56 milliseconds