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

  /src/sys/arch/hpcsh/dev/
psh3tp.c 60 #define DPRINTF_PRINTF printf_nolog
61 #define DPRINTF(arg) if (psh3tp_debug) DPRINTF_PRINTF arg
62 #define DPRINTFN(n, arg) if (psh3tp_debug > (n)) DPRINTF_PRINTF arg
j6x0tp.c 69 #define DPRINTF_PRINTF printf_nolog
70 #define DPRINTF(arg) if (j6x0tp_debug) DPRINTF_PRINTF arg
71 #define DPRINTFN(n, arg) if (j6x0tp_debug > (n)) DPRINTF_PRINTF arg

Completed in 13 milliseconds