Searched refs:roldatum (Results 1 – 3 of 3) sorted by relevance
151 role_datum_t *roldatum; in context_from_record() local177 roldatum = (role_datum_t *) hashtab_search(policydb->p_roles.table, in context_from_record()179 if (!roldatum) { in context_from_record()183 scontext->role = roldatum->s.value; in context_from_record()
120 role_datum_t *roldatum; in sepol_user_modify() local163 roldatum = hashtab_search(policydb->p_roles.table, roles[i]); in sepol_user_modify()164 if (!roldatum) { in sepol_user_modify()171 ebitmap_for_each_positive_bit(&roldatum->dominates, rnode, bit) { in sepol_user_modify()
3048 role_datum_t *roldatum; in role_val_to_name_helper() local3050 roldatum = (role_datum_t *) datum; in role_val_to_name_helper()3052 if (v->val == roldatum->s.value) { in role_val_to_name_helper()