Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/isa/
H A Dsbdsp.c74 #define DPRINTF(x) if (sbdspdebug) printf x
75 #define DPRINTFN(n,x) if (sbdspdebug >= (n)) printf x
76 int sbdspdebug = 0; variable