Searched refs:mb_effective (Results 1 – 2 of 2) sorted by relevance
236 element = &mb->mb_effective; in biba_subject_dominate_high()262 &effective->mb_effective) && in biba_effective_in_range()277 return (biba_dominate_element(&a->mb_effective, &b->mb_effective)); in biba_dominate_effective()300 return (biba_equal_element(&a->mb_effective, &b->mb_effective)); in biba_equal_effective()362 switch (mb->mb_effective.mbe_type) { in biba_valid()369 if (mb->mb_effective.mbe_grade != 0 || in biba_valid()371 mb->mb_effective.mbe_compartments)) in biba_valid()453 mb->mb_effective.mbe_type = type; in biba_set_effective()454 mb->mb_effective.mbe_grade = grade; in biba_set_effective()457 sizeof(mb->mb_effective.mbe_compartments)); in biba_set_effective()[all …]
83 struct mac_biba_element mb_effective; member