Home | Sort by: relevance | last modified time | path |
/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 |