Searched refs:lo_avd (Results 1 – 1 of 1) sorted by relevance
546 struct av_decision lo_avd; in type_attribute_bounds_av() local560 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()568 &lo_avd); in type_attribute_bounds_av()569 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()571 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()575 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()583 &lo_avd); in type_attribute_bounds_av()584 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()586 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()590 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()[all …]