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

  /src/sys/dev/ic/
mpu.c 53 #define DPRINTF(x) if (mpudebug) printf x
54 #define DPRINTFN(n,x) if (mpudebug >= (n)) printf x
55 int mpudebug = 0; variable in typeref:typename:int
mpu.c 53 #define DPRINTF(x) if (mpudebug) printf x
54 #define DPRINTFN(n,x) if (mpudebug >= (n)) printf x
55 int mpudebug = 0; variable in typeref:typename:int

Completed in 71 milliseconds