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

  /src/sys/dev/pci/
auich.c 92 /* #define AUICH_DEBUG */
237 #ifdef AUICH_DEBUG
238 #define DPRINTF(l,x) do { if (auich_debug & (l)) aprint_normal_dev x; } while(0)
239 int auich_debug = 0xfffe; variable in typeref:typename:int
904 #ifdef AUICH_DEBUG
1067 #if AUICH_DEBUG
auich.c 92 /* #define AUICH_DEBUG */
237 #ifdef AUICH_DEBUG
238 #define DPRINTF(l,x) do { if (auich_debug & (l)) aprint_normal_dev x; } while(0)
239 int auich_debug = 0xfffe; variable in typeref:typename:int
904 #ifdef AUICH_DEBUG
1067 #if AUICH_DEBUG

Completed in 24 milliseconds