Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/os/
H A Dstartup.c306 static int debugging_mem; variable
310 if (!debugging_mem) in printmemlist()
328 if (!debugging_mem) in printmemseg()
343 #define MPRINTF(str) if (debugging_mem) prom_printf((str))
344 #define MPRINTF1(str, a) if (debugging_mem) prom_printf((str), (a))
345 #define MPRINTF2(str, a, b) if (debugging_mem) prom_printf((str), (a), (b))
347 if (debugging_mem) prom_printf((str), (a), (b), (c))