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

  /src/sys/dev/usb/
ucycom.c 72 #define DPRINTF(x) if (ucycomdebug) printf x
73 #define DPRINTFN(n, x) if (ucycomdebug > (n)) printf x
74 int ucycomdebug = 20; variable in typeref:typename:int
546 if (ucycomdebug > 10) {
571 if (ucycomdebug > 10) {
592 if (ucycomdebug > 5) {
990 if (ucycomdebug > 5) {
ucycom.c 72 #define DPRINTF(x) if (ucycomdebug) printf x
73 #define DPRINTFN(n, x) if (ucycomdebug > (n)) printf x
74 int ucycomdebug = 20; variable in typeref:typename:int
546 if (ucycomdebug > 10) {
571 if (ucycomdebug > 10) {
592 if (ucycomdebug > 5) {
990 if (ucycomdebug > 5) {
ucycom.c 72 #define DPRINTF(x) if (ucycomdebug) printf x
73 #define DPRINTFN(n, x) if (ucycomdebug > (n)) printf x
74 int ucycomdebug = 20; variable in typeref:typename:int
546 if (ucycomdebug > 10) {
571 if (ucycomdebug > 10) {
592 if (ucycomdebug > 5) {
990 if (ucycomdebug > 5) {

Completed in 73 milliseconds