Lines Matching refs:tstate
180 static char *meta_sp_status_to_name(xsp_status_t xsp_status, uint_t tstate);
2022 * tstate - transient errored device state. If set the
2033 uint_t tstate
2040 * value for an 'Unavailable' return. tstate can be set because of
2043 if (tstate & MD_INACCESSIBLE) {
2102 uint_t tstate = 0;
2134 if (meta_get_tstate(msp->common.namep->dev, &tstate, ep) != 0)
2137 status = meta_sp_status_to_name(msp->status, tstate & MD_DEV_ERRORED);
2140 if (tstate & MD_ABR_CAP) {
5527 uint_t tstate = 0;
5531 &tstate, ep) != 0)
5537 tstate & MD_DEV_ERRORED));
6536 * node for each soft partition to get the value of tstate and
6555 uint_t tstate;
6579 /* Get tstate from Master */
6580 if (meta_mn_send_get_tstate(devnp->dev, &tstate, ep) != 0) {
6586 "Unable to get tstate for %s"), np->cname);
6591 if (!(tstate & MD_ABR_CAP))