HomeSort by: relevance | last modified time | path
    Searched defs:opldebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
opl.c 64 #define DPRINTF(x) if (opldebug) printf x
65 #define DPRINTFN(n,x) if (opldebug >= (n)) printf x
66 int opldebug = 0; variable in typeref:typename:int
opl.c 64 #define DPRINTF(x) if (opldebug) printf x
65 #define DPRINTFN(n,x) if (opldebug >= (n)) printf x
66 int opldebug = 0; variable in typeref:typename:int

Completed in 23 milliseconds