Home | Sort by: relevance | last modified time | path |
/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 |