Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dautri.c67 # define DPRINTF(x) if (autridebug) printf x
68 # define DPRINTFN(n,x) if (autridebug > (n)) printf x
69 int autridebug = 0; variable