Searched refs:ebitmap_union (Results 1 - 8 of 8) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h80 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
/external/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c124 rc = ebitmap_union(&typeset->negset, &policydb->attr_type_map[type->s.value - 1]);
126 rc = ebitmap_union(&typeset->types, &policydb->attr_type_map[type->s.value - 1]);
/external/selinux/libsepol/cil/src/
H A Dcil_post.c603 ebitmap_union(bitmap, attr->types);
655 ebitmap_union(bitmap, attr->roles);
955 ebitmap_union(out, &tmp);
985 ebitmap_union(out, &bitmap);
1062 ebitmap_union(role->types, attr->types);
/external/selinux/libsepol/src/
H A Dlink.c1031 if (ebitmap_union(&dst->roles, &tmp)) {
1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
1146 if (ebitmap_union(&dest_role->roles, &e_tmp)) {
1201 if (ebitmap_union(&new_type->types, &e_tmp)) {
2450 if (ebitmap_union(&role->roles, &sub_attr->roles)) {
2489 if (ebitmap_union(&base_role->roles, &decl_role->roles)) {
H A Debitmap.c61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) function
H A Dexpand.c178 if (ebitmap_union(&new_type->types, &tmp_union)) {
765 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
783 if (ebitmap_union(&regular_role->types.types,
858 if (ebitmap_union(&new_role->dominates, &role->dominates)) {
873 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) {
1057 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) {
2434 if (ebitmap_union(&roles,
2503 if (ebitmap_union
2528 if (ebitmap_union
/external/selinux/checkpolicy/
H A Dmodule_compiler.c1495 if (ebitmap_union(dest_bitmap, src_bitmap)) {
1522 if (ebitmap_union(dest_bitmap, src_bitmap)) {
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c1207 if (ebitmap_union(&mraw->cat, &set) < 0) goto err;

Completed in 1725 milliseconds