Searched refs:sepol_role (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_binary.c115 static int __cil_get_sepol_role_datum(policydb_t *pdb, struct cil_symtab_datum *datum, role_datum_t **sepol_role) argument
117 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn);
118 if (*sepol_role == NULL) {
407 role_datum_t *sepol_role = cil_malloc(sizeof(*sepol_role)); local
408 role_datum_init(sepol_role);
418 rc = symtab_insert(pdb, SYM_ROLES, (hashtab_key_t)key, sepol_role, SCOPE_DECL, 0, &value);
422 if (ebitmap_set_bit(&sepol_role->dominates, value - 1, 1)) {
427 sepol_role->s.value = value;
432 role_datum_destroy(sepol_role);
440 role_datum_t *sepol_role = NULL; local
465 role_datum_t *sepol_role = NULL; local
756 role_datum_t *sepol_role = NULL; local
2014 role_datum_t *sepol_role = NULL; local
2567 role_datum_t *sepol_role = NULL; local
[all...]

Completed in 82 milliseconds