Home
last modified time | relevance | path

Searched refs:role_val_to_struct (Results 1 – 7 of 7) sorted by relevance

/external/libsepol/src/
Dcontext.c57 role = p->role_val_to_struct[c->role - 1]; in context_is_valid()
Dservices.c170 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()
Dpolicydb.c824 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()
Dlink.c2416 sub_attr = state->base->role_val_to_struct[i]; in expand_role_attributes()
Dexpand.c2357 role = base->role_val_to_struct[i]; in role_set_expand()
/external/libsepol/tests/
Dtest-common.c82 CU_ASSERT(p->role_val_to_struct[d->s.value - 1] == d); in role_test_index()
/external/libsepol/include/sepol/policydb/
Dpolicydb.h498 role_datum_t **role_val_to_struct; member