Searched refs:SATA_APCTL_LOCK_PORT_BUSY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/impl/
H A Dsata.h415 * SATA_APCTL_LOCK_PORT_BUSY is set by cfgadm ioctls to prevent
419 #define SATA_APCTL_LOCK_PORT_BUSY 0x00400000 macro
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c1390 cportinfo->cport_event_flags |= SATA_APCTL_LOCK_PORT_BUSY;
1550 cportinfo->cport_event_flags |= SATA_APCTL_LOCK_PORT_BUSY;
1681 cportinfo->cport_event_flags &= ~SATA_APCTL_LOCK_PORT_BUSY;
3308 SATA_APCTL_LOCK_PORT_BUSY) == 0)) {
3330 SATA_APCTL_LOCK_PORT_BUSY) != 0) {
15799 cport_event_flags |= SATA_APCTL_LOCK_PORT_BUSY;
15830 cport_event_flags &= ~SATA_APCTL_LOCK_PORT_BUSY;
18158 if (event_flags & SATA_APCTL_LOCK_PORT_BUSY) {

Completed in 90 milliseconds