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

  /src/sys/arch/sparc64/dev/
ebus.c 51 int ebus_debug = 0x0; variable in typeref:typename:int
52 #define DPRINTF(l, s) do { if (ebus_debug & l) printf s; } while (0)
ebus.c 51 int ebus_debug = 0x0; variable in typeref:typename:int
52 #define DPRINTF(l, s) do { if (ebus_debug & l) printf s; } while (0)
  /src/sys/arch/sparc/dev/
ebus.c 37 #if defined(DEBUG) && !defined(EBUS_DEBUG)
38 #define EBUS_DEBUG
41 #ifdef EBUS_DEBUG
48 int ebus_debug = 0; variable in typeref:typename:int
49 #define DPRINTF(l, s) do { if (ebus_debug & l) printf s; } while (0)
ebus.c 37 #if defined(DEBUG) && !defined(EBUS_DEBUG)
38 #define EBUS_DEBUG
41 #ifdef EBUS_DEBUG
48 int ebus_debug = 0; variable in typeref:typename:int
49 #define DPRINTF(l, s) do { if (ebus_debug & l) printf s; } while (0)

Completed in 75 milliseconds