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

  /src/sys/arch/hpcsh/dev/
psh3tp.c 58 #ifdef PSH3TP_DEBUG
59 volatile int psh3tp_debug = 4; variable in typeref:typename:volatile int
61 #define DPRINTF(arg) if (psh3tp_debug) DPRINTF_PRINTF arg
62 #define DPRINTFN(n, arg) if (psh3tp_debug > (n)) DPRINTF_PRINTF arg
psh3tp.c 58 #ifdef PSH3TP_DEBUG
59 volatile int psh3tp_debug = 4; variable in typeref:typename:volatile int
61 #define DPRINTF(arg) if (psh3tp_debug) DPRINTF_PRINTF arg
62 #define DPRINTFN(n, arg) if (psh3tp_debug > (n)) DPRINTF_PRINTF arg

Completed in 21 milliseconds