Searched refs:ebitmap_match_any (Results 1 – 4 of 4) sorted by relevance
74 } else if (ebitmap_match_any(a1->types, a2->types)) { in cil_type_match_any()137 rc = ebitmap_match_any(&map, a->types); in cil_self_match_any()278 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any()
90 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);
480 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match()496 rc2 = ebitmap_match_any(&avrule->stypes.types, &match); in check_assertion_avtab_match()501 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); in check_assertion_avtab_match()
227 int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_match_any() function