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

/freebsd-9.3-release/sys/dev/ata/
H A Data-raid.c587 if (rdp->status & AR_S_DEGRADED) {
869 rdp->status &= ~AR_S_DEGRADED;
899 rdp->status |= AR_S_DEGRADED;
913 rdp->status |= AR_S_DEGRADED;
930 else if (rdp->status & AR_S_DEGRADED) {
1269 if (!(rdp->status & AR_S_DEGRADED) || !(rdp->status & AR_S_READY))
1320 if (!(rdp->status & AR_S_DEGRADED) || !(rdp->status & AR_S_READY))
2523 raid->status |= AR_S_DEGRADED;
3453 raid->status |= AR_S_DEGRADED;
3601 raid->status |= AR_S_DEGRADED;
[all...]
H A Data-raid.h61 #define AR_S_DEGRADED 0x0002 macro

Completed in 103 milliseconds