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

  /src/sys/dev/usb/
slurm.c 50 int slurmdebug = 0; variable in typeref:typename:int
51 #define DPRINTFN(n, x) do { if (slurmdebug > (n)) printf x; } while (0)
slurm.c 50 int slurmdebug = 0; variable in typeref:typename:int
51 #define DPRINTFN(n, x) do { if (slurmdebug > (n)) printf x; } while (0)
slurm.c 50 int slurmdebug = 0; variable in typeref:typename:int
51 #define DPRINTFN(n, x) do { if (slurmdebug > (n)) printf x; } while (0)

Completed in 33 milliseconds