Home
last modified time | relevance | path

Searched refs:FMD_ASRU_FAULTY (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c580 alp->al_flags |= FMD_ASRU_FAULTY; in fmd_asru_hash_recreate()
581 ap->asru_flags |= FMD_ASRU_FAULTY; in fmd_asru_hash_recreate()
689 FMD_ASRU_PRESENT)) == (FMD_ASRU_FAULTY | FMD_ASRU_PRESENT)) { in fmd_asru_hash_replay_asru()
726 if (!(alp->al_flags & FMD_ASRU_FAULTY)) in fmd_asru_repair_if_aged()
1255 if (fmd_asru_clrflags(alp, FMD_ASRU_FAULTY, in fmd_asru_repair_containee()
1280 if (!(flags & (FMD_ASRU_FAULTY | FMD_ASRU_INVISIBLE))) { in fmd_asru_do_repair_containees()
1332 cleared = fmd_asru_clrflags(alp, FMD_ASRU_FAULTY, farap->fara_reason); in fmd_asru_repaired()
1463 (void) fmd_asru_clrflags(alp, FMD_ASRU_FAULTY, in fmd_asru_update_status()
1469 (void) fmd_asru_setflags(alp, FMD_ASRU_FAULTY); in fmd_asru_update_status()
1507 boolean_t faulty = (alp->al_flags & FMD_ASRU_FAULTY) != 0; in fmd_asru_logevent()
[all …]
H A Dfmd_asru.h93 #define FMD_ASRU_FAULTY 0x01 /* asru has been diagnosed as faulty */ macro
115 #define FMD_ASRU_STATE (FMD_ASRU_FAULTY | FMD_ASRU_UNUSABLE)
H A Dfmd_case.c330 if (state & FMD_ASRU_FAULTY) in fmd_case_set_lst()
349 *faultyp |= (alp->al_flags & FMD_ASRU_FAULTY); in fmd_case_faulty()
365 *not_faultyp |= !(alp->al_flags & FMD_ASRU_FAULTY); in fmd_case_not_faulty()
555 if (!(state & FMD_ASRU_PRESENT) || (!(state & FMD_ASRU_FAULTY) && in fmd_case_match_suspects()
559 else if ((state & FMD_ASRU_UNUSABLE) && (state & FMD_ASRU_FAULTY)) in fmd_case_match_suspects()
562 else if (state & FMD_ASRU_FAULTY) in fmd_case_match_suspects()
603 if (!(state & FMD_ASRU_FAULTY) && in fmd_case_fault_acquitted_matching()
610 (void) fmd_asru_setflags(alp, FMD_ASRU_FAULTY); in fmd_case_fault_acquitted_matching()
627 if (!(state & FMD_ASRU_FAULTY)) { in fmd_case_fault_all_matching()
633 (void) fmd_asru_setflags(alp, FMD_ASRU_FAULTY); in fmd_case_fault_all_matching()
[all …]
H A Dfmd_rpc_adm.c365 if (rrl->rrl_all == B_FALSE && !(ap->asru_flags & FMD_ASRU_FAULTY)) in fmd_adm_rsrclist_asru()
452 rvp->rri_faulty = (state & FMD_ASRU_FAULTY) != 0; in fmd_adm_rsrcinfo_1_svc()
H A Dfmd_api.c2189 if (alp->al_flags & FMD_ASRU_FAULTY) in fmd_rsrc_has_fault()
2192 if ((alp->al_flags & FMD_ASRU_FAULTY) && in fmd_rsrc_has_fault()