Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dsv.c67 #define DPRINTF(x) if (svdebug) printf x
68 #define DPRINTFN(n,x) if (svdebug>(n)) printf x
69 static int svdebug = 100; variable