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

  /src/sys/dev/pci/
if_iwi.c 72 #ifdef IWI_DEBUG
73 #define DPRINTF(x) if (iwi_debug > 0) printf x
74 #define DPRINTFN(n, x) if (iwi_debug >= (n)) printf x
75 int iwi_debug = 4; variable in typeref:typename:int
1251 #ifdef IWI_DEBUG
1263 #ifdef IWI_DEBUG
2440 #ifdef IWI_DEBUG
2441 if (iwi_debug > 0) {
2598 #ifdef IWI_DEBUG
2599 if (iwi_debug > 0)
    [all...]
if_iwi.c 72 #ifdef IWI_DEBUG
73 #define DPRINTF(x) if (iwi_debug > 0) printf x
74 #define DPRINTFN(n, x) if (iwi_debug >= (n)) printf x
75 int iwi_debug = 4; variable in typeref:typename:int
1251 #ifdef IWI_DEBUG
1263 #ifdef IWI_DEBUG
2440 #ifdef IWI_DEBUG
2441 if (iwi_debug > 0) {
2598 #ifdef IWI_DEBUG
2599 if (iwi_debug > 0)
    [all...]

Completed in 23 milliseconds