Searched refs:ebitmap_is_empty (Results 1 – 10 of 10) sorted by relevance
42 CU_ASSERT(ebitmap_is_empty(&e)); in test_ebitmap_init_destroy()50 CU_ASSERT(ebitmap_is_empty(&e)); in test_ebitmap_init_destroy()138 CU_ASSERT(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()139 CU_ASSERT_TRUE(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()147 CU_ASSERT(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()153 CU_ASSERT_FALSE(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()159 CU_ASSERT_FALSE(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()165 CU_ASSERT_FALSE(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()171 CU_ASSERT_FALSE(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()177 CU_ASSERT_FALSE(ebitmap_is_empty(&e)); in test_ebitmap_set_and_get()[all …]
267 if (ebitmap_is_empty(&src_matches)) in report_assertion_avtab_matches()271 if (ebitmap_is_empty(&avrule->ttypes.types)) { in report_assertion_avtab_matches()290 if (!ebitmap_is_empty(&self_matches)) { in report_assertion_avtab_matches()298 if (ebitmap_is_empty(&tgt_matches)) in report_assertion_avtab_matches()438 if (ebitmap_is_empty(&src_matches)) { in check_assertion_extended_permissions()444 if (ebitmap_is_empty(&avrule->ttypes.types)) { in check_assertion_extended_permissions()463 if (!ebitmap_is_empty(&self_matches)) { in check_assertion_extended_permissions()471 if (ebitmap_is_empty(&tgt_matches)) { in check_assertion_extended_permissions()512 if (ebitmap_is_empty(&avrule->ttypes.types)) { in check_assertion_notself_match()
842 has_positive = pos && !ebitmap_is_empty(pos); in cil_print_attr_strs()843 has_negative = neg && !ebitmap_is_empty(neg); in cil_print_attr_strs()851 has_positive = pos && !ebitmap_is_empty(pos); in cil_print_attr_strs()1069 if (!ebitmap_is_empty(&ts->negset) || ts->flags != 0) { in process_typeset()1211 if (!ebitmap_is_empty(&avrule->ttypes.types) || !ebitmap_is_empty(&avrule->ttypes.negset)) { in avrule_list_to_cil()2132 if (ebitmap_is_empty(&order)) { in class_order_to_cil()2238 if (!ebitmap_is_empty(&role->roles)) { in role_to_cil()2332 if (!ebitmap_is_empty(&type->types)) { in type_to_cil()2435 if (!ebitmap_is_empty(&level->level->cat)) { in sens_to_cil()2450 if (ebitmap_is_empty(&order)) { in sens_order_to_cil()[all …]
155 if (!ebitmap_is_empty(&type_set->types)) in validate_empty_type_set()157 if (!ebitmap_is_empty(&type_set->negset)) in validate_empty_type_set()309 if (!ebitmap_is_empty(&cexp->names)) in validate_constraint_nodes()362 if (!ebitmap_is_empty(&cexp->names)) in validate_constraint_nodes()578 if (!ebitmap_is_empty(&type->types)) in validate_type_datum()1475 if (!ebitmap_is_empty(&scope_index->scope[SYM_COMMONS])) in validate_scope_index()
1146 if (!ebitmap_is_empty(&level->level->cat)) { in write_sensitivitycategory_rules_to_cil()1569 if (ebitmap_is_empty(typemap)) continue; in write_type_attribute_sets_to_cil()1987 if (!ebitmap_is_empty(cats)) { in level_to_str()2296 if (types && !ebitmap_is_empty(types)) { in write_role_decl_rules_to_cil()2482 if (roles && !ebitmap_is_empty(roles)) { in write_user_decl_rules_to_cil()
1132 if (!ebitmap_is_empty(&level->level->cat)) { in write_level_rules_to_conf()1943 if (!ebitmap_is_empty(cats)) { in level_to_str()2229 if (ebitmap_is_empty(&role->types.types)) continue; in write_role_decl_rules_to_conf()2383 if (!ebitmap_is_empty(&user->roles.roles)) { in write_user_decl_rules_to_conf()
2539 unsigned char expand = alwaysexpand || !ebitmap_is_empty(&set->negset) || set->flags; in type_set_expand()
138 if (ebitmap_is_empty(&map)) { in cil_self_match_any()179 if (ebitmap_is_empty(&smap)) { in cil_notself_match_any()227 if (ebitmap_is_empty(&smap)) { in cil_other_match_any()237 if (ebitmap_is_empty(&tmap)) { in cil_other_match_any()
936 if (ebitmap_is_empty(types)) { in cil_create_attribute_all_and_not_d()996 if (ebitmap_is_empty(types)) { in cil_create_attribute_d1_and_not_d2()1056 if (ebitmap_is_empty(types)) { in cil_create_attribute_d1_and_d2()
42 #define ebitmap_is_empty(e) (((e)->node) == NULL) macro