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

  /src/sys/arch/sparc64/dev/
vbus.c 38 int vbus_debug = 0x00|VBUS_INTR; variable in typeref:typename:int
39 #define DPRINTF(l, s) do { if (vbus_debug & l) printf s; } while (0)
vbus.c 38 int vbus_debug = 0x00|VBUS_INTR; variable in typeref:typename:int
39 #define DPRINTF(l, s) do { if (vbus_debug & l) printf s; } while (0)

Completed in 25 milliseconds