Home
last modified time | relevance | path

Searched refs:AHCIDBG_ENTRY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c597 AHCIDBG(AHCIDBG_INIT|AHCIDBG_ENTRY, ahci_ctlp, "ahci_attach enter", in ahci_attach()
1141 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, "ahci_detach enter", NULL); in ahci_detach()
1285 AHCIDBG(AHCIDBG_INIT|AHCIDBG_ENTRY, ahci_ctlp, in ahci_register_sata_hba_tran()
1388 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, in ahci_unregister_sata_hba_tran()
1452 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, in ahci_tran_probe_port()
1658 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, in ahci_tran_start()
1902 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, "ahci_do_sync_start enter: " in ahci_do_sync_start()
1999 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, "ahci_claim_free_slot enter " in ahci_claim_free_slot()
2232 AHCIDBG(AHCIDBG_ENTRY|AHCIDBG_INFO, ahci_ctlp, in ahci_deliver_satapkt()
2548 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, in ahci_tran_abort()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h596 #define AHCIDBG_ENTRY 0x0002 macro