FMD_ASRU_INVISIBLE
if ((alp->al_asru->asru_flags & FMD_ASRU_INVISIBLE) &&
if (!(flags & (FMD_ASRU_FAULTY | FMD_ASRU_INVISIBLE))) {
boolean_t message = (ap->asru_flags & FMD_ASRU_INVISIBLE) == 0;
ap->asru_flags |= FMD_ASRU_INVISIBLE;
if (ap->asru_flags & FMD_ASRU_INVISIBLE)
rvp->rri_invisible = (ap->asru_flags & FMD_ASRU_INVISIBLE) != 0;