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

  /src/sys/arch/hpcsh/dev/
j6x0tp.c 63 #define DPRINTF_DEBUG j6x0tp_debug
67 #ifdef J6X0TP_DEBUG
68 volatile int j6x0tp_debug = 0; variable in typeref:typename:volatile int
70 #define DPRINTF(arg) if (j6x0tp_debug) DPRINTF_PRINTF arg
71 #define DPRINTFN(n, arg) if (j6x0tp_debug > (n)) DPRINTF_PRINTF arg
j6x0tp.c 63 #define DPRINTF_DEBUG j6x0tp_debug
67 #ifdef J6X0TP_DEBUG
68 volatile int j6x0tp_debug = 0; variable in typeref:typename:volatile int
70 #define DPRINTF(arg) if (j6x0tp_debug) DPRINTF_PRINTF arg
71 #define DPRINTFN(n, arg) if (j6x0tp_debug > (n)) DPRINTF_PRINTF arg

Completed in 230 milliseconds