Searched refs:role_val_to_struct (Results 1 – 11 of 11) sorted by relevance
58 role = p->role_val_to_struct[c->role - 1]; in context_is_valid()
511 r1 = policydb->role_val_to_struct[val1 - 1]; in constraint_expr_eval_reason()512 r2 = policydb->role_val_to_struct[val2 - 1]; in constraint_expr_eval_reason()2200 role = policydb->role_val_to_struct[i]; in sepol_get_user_sids()
1010 p->role_val_to_struct[role->s.value - 1] = role; in role_index()1212 free(p->role_val_to_struct); in policydb_index_others()1213 p->role_val_to_struct = (role_datum_t **) in policydb_index_others()1215 if (!p->role_val_to_struct) in policydb_index_others()1477 if (p->role_val_to_struct) in policydb_destroy()1478 free(p->role_val_to_struct); in policydb_destroy()
526 rp = a->p->role_val_to_struct[r->bounds - 1]; in bounds_check_role_callback()
1230 role = pdb->role_val_to_struct[i]; in write_role_attributes_to_conf()2109 role = pdb->role_val_to_struct[i]; in write_role_decl_rules_to_conf()
1256 role = pdb->role_val_to_struct[i]; in write_role_attributes_to_cil()2144 role = pdb->role_val_to_struct[i]; in write_role_decl_rules_to_cil()
2444 sub_attr = state->base->role_val_to_struct[i]; in expand_role_attributes()
2482 role = base->role_val_to_struct[i]; in role_set_expand()
82 CU_ASSERT(p->role_val_to_struct[d->s.value - 1] == d); in role_test_index()
544 role_datum_t **role_val_to_struct; member
4003 pdb->role_val_to_struct[role->s.value - 1] = role; in __cil_role_val_array_insert()4094 policydb->role_val_to_struct = cil_malloc(sizeof(role_datum_t *) * policydb->p_roles.nprim); in __cil_policydb_val_arrays_create()