Lines Matching refs:tstate
479 uint_t tstate /* Errored tstate flags */
498 if (tstate & MD_INACCESSIBLE) {
599 uint_t tstate
606 if (tstate != 0) {
645 uint_t top_tstate, /* Errored tstate flags */
663 uint_t tstate = 0;
676 if (meta_get_tstate(namep->dev, &tstate, ep) != 0)
679 tstate & MD_DEV_ERRORED);
689 col_state = raid_col_state_to_name(colp, &tv, tstate);
796 uint_t tstate = 0;
823 if (meta_get_tstate(raidp->common.namep->dev, &tstate, ep) != 0)
826 tstate &= MD_DEV_ERRORED; /* extract the errored tstate bits */
827 raid_state = raid_state_to_name(raidp, &tv, tstate);
842 if ((tstate == 0) || (tstate & MD_INACCESSIBLE)) {
844 if (tstate & MD_INACCESSIBLE) {
997 len, tstate, ep) != 0) {
1052 options, len, tstate, ep) != 0) {
1586 uint_t tstate;
1607 if (meta_get_tstate(raidnp->dev, &tstate, ep) != 0) {
1610 if (tstate & MD_INACCESSIBLE) {
1732 uint_t tstate;
1753 if (meta_get_tstate(raidnp->dev, &tstate, ep) != 0) {
1756 if (tstate & MD_INACCESSIBLE) {