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

  /src/sys/dev/pcmcia/
if_xi.c 109 #define XIDEBUG
112 #ifdef XIDEBUG
113 #define DPRINTF(cat, x) if (xidebug & (cat)) printf x
122 int xidebug = XIDEBUG_VALUE; variable in typeref:typename:int
124 int xidebug = 0; variable in typeref:typename:int
155 #ifdef XIDEBUG
233 #ifdef XIDEBUG
1000 #ifdef XIDEBUG
1001 if (xidebug & XID_MCAST) {
1020 #ifdef XIDEBUG
    [all...]
if_xi.c 109 #define XIDEBUG
112 #ifdef XIDEBUG
113 #define DPRINTF(cat, x) if (xidebug & (cat)) printf x
122 int xidebug = XIDEBUG_VALUE; variable in typeref:typename:int
124 int xidebug = 0; variable in typeref:typename:int
155 #ifdef XIDEBUG
233 #ifdef XIDEBUG
1000 #ifdef XIDEBUG
1001 if (xidebug & XID_MCAST) {
1020 #ifdef XIDEBUG
    [all...]

Completed in 22 milliseconds