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 | 639 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap() 695 ebitmap_union(bitmap, attr->users); in __cil_user_to_bitmap() 739 ebitmap_union(bitmap, attr->roles); in __cil_role_to_bitmap() 1151 ebitmap_union(out, &tmp); in __cil_expr_to_bitmap() 1181 ebitmap_union(out, &bitmap); in __cil_expr_list_to_bitmap() 1322 ebitmap_union(role->types, attr->types); in __cil_role_assign_types() 1412 ebitmap_union(user->roles, attr->roles); in __cil_user_assign_roles()
|
D | cil_binary.c | 1773 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
|
/external/selinux/libsepol/src/ |
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 | expand.c | 179 if (ebitmap_union(&new_type->types, &tmp_union)) { in attr_convert_callback() 766 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback() 784 if (ebitmap_union(®ular_role->types.types, in role_fix_callback() 859 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback() 874 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback() 1058 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback() 2457 if (ebitmap_union(&roles, in role_set_expand() 2539 if (ebitmap_union in type_set_expand() 2564 if (ebitmap_union in type_set_expand()
|
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() 2450 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes() 2489 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 | 1375 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements() 1402 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 1206 if (ebitmap_union(&mraw->cat, &set) < 0) goto err; in compute_raw_from_trans()
|