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

  /src/sys/dev/apm/
apm.c 40 #if defined(DEBUG) && !defined(APMDEBUG)
41 #define APMDEBUG
62 #ifdef APMDEBUG
63 #define DPRINTF(f, x) do { if (apmdebug & (f)) printf x; } while (0)
67 int apmdebug = APMDEBUG_VALUE; variable in typeref:typename:int
69 int apmdebug = 0; variable in typeref:typename:int
74 #endif /* APMDEBUG */
285 #ifdef APMDEBUG
313 #ifdef APMDEBUG
337 #ifdef APMDEBUG
    [all...]
apm.c 40 #if defined(DEBUG) && !defined(APMDEBUG)
41 #define APMDEBUG
62 #ifdef APMDEBUG
63 #define DPRINTF(f, x) do { if (apmdebug & (f)) printf x; } while (0)
67 int apmdebug = APMDEBUG_VALUE; variable in typeref:typename:int
69 int apmdebug = 0; variable in typeref:typename:int
74 #endif /* APMDEBUG */
285 #ifdef APMDEBUG
313 #ifdef APMDEBUG
337 #ifdef APMDEBUG
    [all...]
  /src/sys/dev/hpc/apm/
apmdev.c 42 #if defined(DEBUG) && !defined(APMDEBUG)
43 #define APMDEBUG
62 #ifdef APMDEBUG
63 #define DPRINTF(f, x) do { if (apmdebug & (f)) printf x; } while (0)
67 int apmdebug = APMDEBUG_VALUE; variable in typeref:typename:int
69 int apmdebug = 0; variable in typeref:typename:int
74 #endif /* APMDEBUG */
293 #ifdef APMDEBUG
321 #ifdef APMDEBUG
347 #ifdef APMDEBUG
    [all...]
apmdev.c 42 #if defined(DEBUG) && !defined(APMDEBUG)
43 #define APMDEBUG
62 #ifdef APMDEBUG
63 #define DPRINTF(f, x) do { if (apmdebug & (f)) printf x; } while (0)
67 int apmdebug = APMDEBUG_VALUE; variable in typeref:typename:int
69 int apmdebug = 0; variable in typeref:typename:int
74 #endif /* APMDEBUG */
293 #ifdef APMDEBUG
321 #ifdef APMDEBUG
347 #ifdef APMDEBUG
    [all...]

Completed in 62 milliseconds