Home
last modified time | relevance | path

Searched refs:resalloc_debug (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dstandalloc.c35 static int resalloc_debug = 1; variable
37 static int resalloc_debug = 0; variable
39 #define dprintf if (resalloc_debug) printf
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c36 static int resalloc_debug = 1; variable
38 static int resalloc_debug = 0; variable
40 #define dprintf if (resalloc_debug) printf
263 if (resalloc_debug) { in resalloc()