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

  /src/sys/arch/ews4800mips/ews4800mips/
bus_space.c 44 #ifdef BUS_SPACE_DEBUG
45 int bus_space_debug = 0; variable in typeref:typename:int
47 if (bus_space_debug) \
50 if (bus_space_debug > (n)) \
bus_space.c 44 #ifdef BUS_SPACE_DEBUG
45 int bus_space_debug = 0; variable in typeref:typename:int
47 if (bus_space_debug) \
50 if (bus_space_debug > (n)) \
  /src/sys/arch/playstation2/playstation2/
bus_space.c 40 #ifdef BUS_SPACE_DEBUG
41 int bus_space_debug = 0; variable in typeref:typename:int
43 if (bus_space_debug) \
46 if (bus_space_debug > (n)) \
bus_space.c 40 #ifdef BUS_SPACE_DEBUG
41 int bus_space_debug = 0; variable in typeref:typename:int
43 if (bus_space_debug) \
46 if (bus_space_debug > (n)) \
  /src/sys/arch/sparc64/sparc64/
machdep.c 141 int bus_space_debug = 0; /* This may be used by macros elsewhere. */ variable in typeref:typename:int
143 #define DPRINTF(l, s) do { if (bus_space_debug & l) printf s; } while (0)
machdep.c 141 int bus_space_debug = 0; /* This may be used by macros elsewhere. */ variable in typeref:typename:int
143 #define DPRINTF(l, s) do { if (bus_space_debug & l) printf s; } while (0)

Completed in 29 milliseconds