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

  /src/sys/arch/arm/gemini/
gemini_ipm.c 24 // #define IPMDEBUG
25 #if defined IPMDEBUG
26 static int ipmdebug; variable in typeref:typename:int
27 # define DPRINTFN(n, x) do { if ((n) >= ipmdebug) printf x ; } while (1)
76 #ifdef IPMDEBUG
77 if (ipmdebug >= 3)
93 #ifdef IPMDEBUG
94 if (ipmdebug >= 3)
gemini_ipm.c 24 // #define IPMDEBUG
25 #if defined IPMDEBUG
26 static int ipmdebug; variable in typeref:typename:int
27 # define DPRINTFN(n, x) do { if ((n) >= ipmdebug) printf x ; } while (1)
76 #ifdef IPMDEBUG
77 if (ipmdebug >= 3)
93 #ifdef IPMDEBUG
94 if (ipmdebug >= 3)

Completed in 23 milliseconds