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

/illumos-gate/usr/src/stand/lib/sa/
H A Dstandalloc.c37 static int resalloc_debug = 1; variable
39 static int resalloc_debug = 0; variable
41 #define dprintf if (resalloc_debug) printf
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c38 static int resalloc_debug = 1; variable
40 static int resalloc_debug = 0; variable
42 #define dprintf if (resalloc_debug) printf
265 if (resalloc_debug) {

Completed in 77 milliseconds