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

  /src/sys/dev/pci/
if_wpi.c 164 #ifdef WPI_DEBUG
165 #define DPRINTF(x) do { if (wpi_debug > 0) printf x; } while (0)
166 #define DPRINTFN(n, x) do { if (wpi_debug >= (n)) printf x; } while (0)
167 int wpi_debug = 1; variable in typeref:typename:int
753 #ifdef WPI_DEBUG
754 if (ntries == 100 && wpi_debug > 0)
849 #ifdef WPI_DEBUG
850 if (ntries == 100 && wpi_debug > 0) {
1790 #ifdef WPI_DEBUG
3457 #ifdef WPI_DEBUG
    [all...]
if_wpi.c 164 #ifdef WPI_DEBUG
165 #define DPRINTF(x) do { if (wpi_debug > 0) printf x; } while (0)
166 #define DPRINTFN(n, x) do { if (wpi_debug >= (n)) printf x; } while (0)
167 int wpi_debug = 1; variable in typeref:typename:int
753 #ifdef WPI_DEBUG
754 if (ntries == 100 && wpi_debug > 0)
849 #ifdef WPI_DEBUG
850 if (ntries == 100 && wpi_debug > 0) {
1790 #ifdef WPI_DEBUG
3457 #ifdef WPI_DEBUG
    [all...]
if_wpi.c 164 #ifdef WPI_DEBUG
165 #define DPRINTF(x) do { if (wpi_debug > 0) printf x; } while (0)
166 #define DPRINTFN(n, x) do { if (wpi_debug >= (n)) printf x; } while (0)
167 int wpi_debug = 1; variable in typeref:typename:int
753 #ifdef WPI_DEBUG
754 if (ntries == 100 && wpi_debug > 0)
849 #ifdef WPI_DEBUG
850 if (ntries == 100 && wpi_debug > 0) {
1790 #ifdef WPI_DEBUG
3457 #ifdef WPI_DEBUG
    [all...]

Completed in 120 milliseconds