Searched refs:FMD_ASRU_INVISIBLE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h97 #define FMD_ASRU_INVISIBLE 0x10 /* asru is not visibly administered */ macro
H A Dfmd_asru.c429 ap->asru_flags |= FMD_ASRU_INVISIBLE;
1252 if ((alp->al_asru->asru_flags & FMD_ASRU_INVISIBLE) &&
1280 if (!(flags & (FMD_ASRU_FAULTY | FMD_ASRU_INVISIBLE))) {
1509 boolean_t message = (ap->asru_flags & FMD_ASRU_INVISIBLE) == 0;
H A Dfmd_rpc_adm.c363 if (ap->asru_flags & FMD_ASRU_INVISIBLE)
454 rvp->rri_invisible = (ap->asru_flags & FMD_ASRU_INVISIBLE) != 0;

Completed in 66 milliseconds