Home
last modified time | relevance | path

Searched refs:FMD_ASRU_UNUSABLE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c584 alp->al_flags |= FMD_ASRU_UNUSABLE; in fmd_asru_hash_recreate()
585 ap->asru_flags |= FMD_ASRU_UNUSABLE; in fmd_asru_hash_recreate()
1619 if (sflag == FMD_ASRU_UNUSABLE) in fmd_asru_clrflags()
1678 return (st | FMD_ASRU_UNUSABLE); in fmd_asru_al_getstate()
1682 return (st | FMD_ASRU_UNUSABLE); in fmd_asru_al_getstate()
1704 st |= FMD_ASRU_UNUSABLE; in fmd_asru_al_getstate()
1706 st &= ~FMD_ASRU_UNUSABLE; in fmd_asru_al_getstate()
1710 st |= FMD_ASRU_UNUSABLE; in fmd_asru_al_getstate()
1716 st &= ~FMD_ASRU_UNUSABLE; in fmd_asru_al_getstate()
1769 st |= FMD_ASRU_UNUSABLE; in fmd_asru_getstate()
[all …]
H A Dfmd_asru.h94 #define FMD_ASRU_UNUSABLE 0x02 /* asru can not be used at present */ macro
115 #define FMD_ASRU_STATE (FMD_ASRU_FAULTY | FMD_ASRU_UNUSABLE)
H A Dfmd_case.c328 if (state & FMD_ASRU_UNUSABLE) in fmd_case_set_lst()
357 *usablep |= !(fmd_asru_al_getstate(alp) & FMD_ASRU_UNUSABLE); in fmd_case_usable()
391 *rvalp |= ((state & FMD_ASRU_UNUSABLE) && (state & FMD_ASRU_PRESENT)); in fmd_case_unusable_and_present()
559 else if ((state & FMD_ASRU_UNUSABLE) && (state & FMD_ASRU_FAULTY)) in fmd_case_match_suspects()
672 if ((state & FMD_ASRU_PRESENT) && (state & FMD_ASRU_UNUSABLE) && in fmd_case_acquit_isolated()
993 (void) fmd_asru_clrflags(alp, FMD_ASRU_UNUSABLE, 0); in fmd_case_convict()
1730 (void) fmd_asru_setflags(alp, FMD_ASRU_UNUSABLE); in fmd_case_unusable()
H A Dfmd_rpc_adm.c453 rvp->rri_unusable = (state & FMD_ASRU_UNUSABLE) != 0; in fmd_adm_rsrcinfo_1_svc()