Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dsbdsp.c109 #define DPRINTF(x) if (sbdspdebug) printf x
110 #define DPRINTFN(n,x) if (sbdspdebug >= (n)) printf x
111 int sbdspdebug = 0; variable