Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmc.c46 int pmc_debug_flag = 0; variable
47 #define DPRINTF(ARGLIST) if (pmc_debug_flag) printf ARGLIST;