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

  /src/sys/arch/hpcmips/dev/
ucbsnd.c 70 int ucbsnd_debug = 1; variable in typeref:typename:int
71 #define DPRINTF(arg) if (ucbsnd_debug) printf arg;
72 #define DPRINTFN(n, arg) if (ucbsnd_debug > (n)) printf arg;
ucbsnd.c 70 int ucbsnd_debug = 1; variable in typeref:typename:int
71 #define DPRINTF(arg) if (ucbsnd_debug) printf arg;
72 #define DPRINTFN(n, arg) if (ucbsnd_debug > (n)) printf arg;

Completed in 22 milliseconds