ahcidebug          40 dev/pci/ahci.c #define DPRINTF(m, f...) do { if ((ahcidebug & (m)) == (m)) printf(f); } \
ahcidebug          46 dev/pci/ahci.c int ahcidebug = AHCI_D_VERBOSE;
ahcidebug         618 dev/pci/ahci.c 	if (ahcidebug & AHCI_D_VERBOSE) {