Home
last modified time | relevance | path

Searched refs:pmdetect (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Dahci_pm.c167 int pmdetect; in ahci_pm_port_probe() local
171 ahci_comreset(ap, &pmdetect); in ahci_pm_port_probe()
172 if (pmdetect) in ahci_pm_port_probe()
H A Dahci.c1620 int pmdetect;
1626 error = ahci_comreset(ap, &pmdetect);
1639 if (pmdetect) {
1643 error = ahci_comreset(ap, &pmdetect);
/dragonfly/sys/dev/disk/sili/
H A Dsili.c957 goto pmdetect; in sili_port_hardreset()
973 pmdetect: in sili_port_hardreset()