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

  /src/sys/arch/evbmips/rmixl/
machdep.c 138 #ifdef MACHDEP_DEBUG
139 int machdep_debug=MACHDEP_DEBUG; variable in typeref:typename:int
140 # define DPRINTF(x) do { if (machdep_debug) printf x ; } while(0)
221 #ifdef MACHDEP_DEBUG
223 #endif /* MACHDEP_DEBUG */
284 #if defined(MULTIPROCESSOR) && defined(MACHDEP_DEBUG)
654 #ifdef MACHDEP_DEBUG
704 #ifdef MACHDEP_DEBUG
724 #ifdef MACHDEP_DEBUG
    [all...]
machdep.c 138 #ifdef MACHDEP_DEBUG
139 int machdep_debug=MACHDEP_DEBUG; variable in typeref:typename:int
140 # define DPRINTF(x) do { if (machdep_debug) printf x ; } while(0)
221 #ifdef MACHDEP_DEBUG
223 #endif /* MACHDEP_DEBUG */
284 #if defined(MULTIPROCESSOR) && defined(MACHDEP_DEBUG)
654 #ifdef MACHDEP_DEBUG
704 #ifdef MACHDEP_DEBUG
724 #ifdef MACHDEP_DEBUG
    [all...]

Completed in 21 milliseconds