Searched refs:lo_avd (Results 1 – 1 of 1) sorted by relevance
378 struct av_decision lo_avd; in type_attribute_bounds_av() local387 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()396 &lo_avd); in type_attribute_bounds_av()397 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av()399 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()404 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()413 &lo_avd); in type_attribute_bounds_av()416 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()421 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()431 &lo_avd); in type_attribute_bounds_av()[all …]
Completed in 6 milliseconds