Searched refs:role_val_to_struct (Results 1 – 7 of 7) sorted by relevance
57 role = p->role_val_to_struct[c->role - 1]; in context_is_valid()
170 r1 = policydb->role_val_to_struct[val1 - 1]; in constraint_expr_eval()171 r2 = policydb->role_val_to_struct[val2 - 1]; in constraint_expr_eval()1326 role = policydb->role_val_to_struct[i]; in sepol_get_user_sids()
824 p->role_val_to_struct[role->s.value - 1] = role; in role_index()1011 free(p->role_val_to_struct); in policydb_index_others()1012 p->role_val_to_struct = (role_datum_t **) in policydb_index_others()1014 if (!p->role_val_to_struct) in policydb_index_others()1255 if (p->role_val_to_struct) in policydb_destroy()1256 free(p->role_val_to_struct); in policydb_destroy()
2416 sub_attr = state->base->role_val_to_struct[i]; in expand_role_attributes()
2357 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()
498 role_datum_t **role_val_to_struct; member