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

  /src/sys/dev/usb/
umcpmio.c 84 #define DPRINTF(x) do { if (umcpmiodebug) printf x; } while (0)
85 #define DPRINTFN(n, x) do { if (umcpmiodebug > (n)) printf x; } while (0)
86 int umcpmiodebug = 0; variable in typeref:typename:int
190 int d = umcpmiodebug;
195 umcpmiodebug = 20;
198 umcpmiodebug = d;
1913 umcpmio_verify_sysctl, 0, &umcpmiodebug, 0,
umcpmio.c 84 #define DPRINTF(x) do { if (umcpmiodebug) printf x; } while (0)
85 #define DPRINTFN(n, x) do { if (umcpmiodebug > (n)) printf x; } while (0)
86 int umcpmiodebug = 0; variable in typeref:typename:int
190 int d = umcpmiodebug;
195 umcpmiodebug = 20;
198 umcpmiodebug = d;
1913 umcpmio_verify_sysctl, 0, &umcpmiodebug, 0,

Completed in 28 milliseconds