Searched refs:FMD_ASRU_UNUSABLE (Results 1 – 4 of 4) sorted by relevance
584 alp->al_flags |= FMD_ASRU_UNUSABLE; in fmd_asru_hash_recreate()585 ap->asru_flags |= FMD_ASRU_UNUSABLE; in fmd_asru_hash_recreate()1454 (void) fmd_asru_setflags(alp, FMD_ASRU_UNUSABLE); in fmd_asru_update_status()1456 (void) fmd_asru_clrflags(alp, FMD_ASRU_UNUSABLE, 0); in fmd_asru_update_status()1499 (void) fmd_asru_setflags(alp, FMD_ASRU_UNUSABLE); in fmd_asru_close_status()1508 boolean_t unusable = (alp->al_flags & FMD_ASRU_UNUSABLE) != 0; in fmd_asru_logevent()1619 if (sflag == FMD_ASRU_UNUSABLE) in fmd_asru_clrflags()1662 int us, st = (alp->al_flags & (FMD_ASRU_FAULTY | FMD_ASRU_UNUSABLE)); in fmd_asru_al_getstate()1678 return (st | FMD_ASRU_UNUSABLE); in fmd_asru_al_getstate()1682 return (st | FMD_ASRU_UNUSABLE); in fmd_asru_al_getstate()[all …]
94 #define FMD_ASRU_UNUSABLE 0x02 /* asru can not be used at present */ macro115 #define FMD_ASRU_STATE (FMD_ASRU_FAULTY | FMD_ASRU_UNUSABLE)
328 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()
453 rvp->rri_unusable = (state & FMD_ASRU_UNUSABLE) != 0; in fmd_adm_rsrcinfo_1_svc()