HomeSort by: relevance | last modified time | path
    Searched defs:opldebug (Results 1 - 1 of 1) 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

Completed in 29 milliseconds