Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hpc/
H A Dhpcapm.c57 int hpcapm_debug = HPCAPMDEBUG_CONF; variable
58 #define DPRINTF(arg) do { if (hpcapm_debug) printf arg; } while(0);
59 #define DPRINTFN(n, arg) do { if (hpcapm_debug > (n)) printf arg; } while (0);