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

  /src/sys/dev/hpc/
btnmgr.c 68 int btnmgr_debug = BTNMGRDEBUG_CONF; variable in typeref:typename:int
69 #define DPRINTF(arg) if (btnmgr_debug) printf arg;
70 #define DPRINTFN(n, arg) if (btnmgr_debug > (n)) printf arg;
btnmgr.c 68 int btnmgr_debug = BTNMGRDEBUG_CONF; variable in typeref:typename:int
69 #define DPRINTF(arg) if (btnmgr_debug) printf arg;
70 #define DPRINTFN(n, arg) if (btnmgr_debug > (n)) printf arg;

Completed in 56 milliseconds