Home
last modified time | relevance | path

Searched refs:svdebug (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dsv.c101 #define DPRINTF(x) if (svdebug) printf x
102 #define DPRINTFN(n,x) if (svdebug>(n)) printf x
103 int svdebug = 0; variable