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

  /src/sys/dev/pci/
sv.c 101 #define DPRINTF(x) if (svdebug) printf x
102 #define DPRINTFN(n,x) if (svdebug>(n)) printf x
103 int svdebug = 0; variable in typeref:typename:int
sv.c 101 #define DPRINTF(x) if (svdebug) printf x
102 #define DPRINTFN(n,x) if (svdebug>(n)) printf x
103 int svdebug = 0; variable in typeref:typename:int

Completed in 26 milliseconds