Searched refs:ebitmap_union (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 81 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
|
/external/selinux/libsepol/cil/src/ |
D | cil_post.c | 888 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap() 944 ebitmap_union(bitmap, attr->users); in __cil_user_to_bitmap() 988 ebitmap_union(bitmap, attr->roles); in __cil_role_to_bitmap() 1400 ebitmap_union(out, &tmp); in __cil_expr_to_bitmap() 1430 ebitmap_union(out, &bitmap); in __cil_expr_list_to_bitmap() 1620 ebitmap_union(role->types, attr->types); in __cil_role_assign_types() 1710 ebitmap_union(user->roles, attr->roles); in __cil_user_assign_roles()
|
D | cil_binary.c | 1779 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
|
/external/selinux/libsepol/src/ |
D | expand.c | 180 if (ebitmap_union(&new_type->types, &tmp_union)) { in attr_convert_callback() 767 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback() 785 if (ebitmap_union(®ular_role->types.types, in role_fix_callback() 860 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback() 875 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback() 1059 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback() 2485 if (ebitmap_union(&roles, in role_set_expand() 2571 if (ebitmap_union(&types, &type->types)) { in type_set_expand() 2587 if (ebitmap_union in type_set_expand()
|
D | assertion.c | 257 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches() 428 rc = ebitmap_union(&tgt_matches, &self_matches); in check_assertion_extended_permissions()
|
D | link.c | 1031 if (ebitmap_union(&dst->roles, &tmp)) { in role_set_or_convert() 1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) { in role_fix_callback() 1146 if (ebitmap_union(&dest_role->roles, &e_tmp)) { in role_fix_callback() 1201 if (ebitmap_union(&new_type->types, &e_tmp)) { in type_fix_callback() 2459 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes() 2498 if (ebitmap_union(&base_role->roles, &decl_role->roles)) { in populate_decl_roleattributes()
|
D | ebitmap.c | 61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union() function
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 1376 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements() 1403 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 1207 if (ebitmap_union(&mraw->cat, &set) < 0) goto err; in compute_raw_from_trans()
|