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

  /src/sys/dev/pci/
arcmsr.c 61 int arcdebug = 0; variable in typeref:typename:int
63 #define DPRINTF(p...) do { if (arcdebug) printf(p); } while (0)
64 #define DNPRINTF(n, p...) do { if ((n) & arcdebug) printf(p); } while (0)
1636 if (arcdebug & ARC_D_DB) {
1684 if (arcdebug & ARC_D_DB) {
arcmsr.c 61 int arcdebug = 0; variable in typeref:typename:int
63 #define DPRINTF(p...) do { if (arcdebug) printf(p); } while (0)
64 #define DNPRINTF(n, p...) do { if ((n) & arcdebug) printf(p); } while (0)
1636 if (arcdebug & ARC_D_DB) {
1684 if (arcdebug & ARC_D_DB) {

Completed in 22 milliseconds