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

  /src/sys/dev/pci/
if_iwn.c 239 #ifdef IWN_DEBUG
400 #ifdef IWN_DEBUG
401 #define DPRINTF(x) do { if (iwn_debug > 0) printf x; } while (0)
402 #define DPRINTFN(n, x) do { if (iwn_debug >= (n)) printf x; } while (0)
403 int iwn_debug = 0; variable in typeref:typename:int
1710 #ifdef IWN_DEBUG
1712 if (iwn_debug > 0) {
1719 #ifdef IWN_DEBUG
if_iwn.c 239 #ifdef IWN_DEBUG
400 #ifdef IWN_DEBUG
401 #define DPRINTF(x) do { if (iwn_debug > 0) printf x; } while (0)
402 #define DPRINTFN(n, x) do { if (iwn_debug >= (n)) printf x; } while (0)
403 int iwn_debug = 0; variable in typeref:typename:int
1710 #ifdef IWN_DEBUG
1712 if (iwn_debug > 0) {
1719 #ifdef IWN_DEBUG

Completed in 29 milliseconds