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

  /src/sys/dev/wscons/
wsmux.c 79 #define DPRINTF(x) if (wsmuxdebug) printf x
80 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
81 int wsmuxdebug = 0; variable in typeref:typename:int
wsmux.c 79 #define DPRINTF(x) if (wsmuxdebug) printf x
80 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
81 int wsmuxdebug = 0; variable in typeref:typename:int

Completed in 22 milliseconds