HomeSort by: relevance | last modified time | path
    Searched defs:hpcapm_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hpc/
hpcapm.c 57 int hpcapm_debug = HPCAPMDEBUG_CONF; variable in typeref:typename:int
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);
hpcapm.c 57 int hpcapm_debug = HPCAPMDEBUG_CONF; variable in typeref:typename:int
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);

Completed in 22 milliseconds