Searched defs:ahci_initialize_controller (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c122 static int ahci_initialize_controller(ahci_ctl_t *);
576 if (ahci_initialize_controller(ahci_ctlp) != AHCI_SUCCESS) {
952 status = ahci_initialize_controller(ahci_ctlp);
1326 * ahci_initialize_controller() during the driver attach or from a phy
3672 ahci_initialize_controller(ahci_ctl_t *ahci_ctlp) function
3679 "ahci_initialize_controller enter", NULL);
3704 "ahci_initialize_controller: failed to "
3725 * Reverse of ahci_initialize_controller()
3887 * 1. ahci_initialize_controller

Completed in 64 milliseconds