HomeSort by relevance Sort by last modified time
    Searched refs:hashtab_insert (Results 1 - 10 of 10) sorted by null

  /external/libsepol/include/sepol/policydb/
hashtab.h 63 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
  /external/checkpolicy/
module_compiler.c 264 if (hashtab_insert(roles_tab, dest_id, dest_role)) {
468 if (hashtab_insert(users_tab, dest_id, dest_user)) {
536 if (hashtab_insert(types_tab, id, dest_typdatum)) {
586 if (hashtab_insert(roles_tab, id, dest_roledatum)) {
840 hashtab_insert(datum->permissions.table, perm_id,
    [all...]
policy_define.c 383 ret = hashtab_insert(policydbp->p_commons.table,
414 ret = hashtab_insert(comdatum->permissions.table,
537 ret = hashtab_insert(cladatum->permissions.table,
    [all...]
  /external/libsepol/src/
link.c 162 ret = hashtab_insert(dest_class->permissions.table,
270 ret = hashtab_insert(state->base->p_classes.table,
352 ret = hashtab_insert(state->base->p_roles.table,
373 if (hashtab_insert
450 ret = hashtab_insert(state->base->p_types.table,
472 if (hashtab_insert
518 ret = hashtab_insert(state->base->p_users.table,
538 if (hashtab_insert
582 ret = hashtab_insert(state->base->p_bools.table,
861 if (hashtab_insert
    [all...]
genusers.c 107 if (hashtab_insert(policydb->p_users.table,
hashtab.c 66 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) function
users.c 252 if (hashtab_insert(policydb->p_users.table, name,
policydb.c 1407 * error codes from hashtab_insert
1421 /* FIX ME - the failures after the hashtab_insert will leave
1423 rc = hashtab_insert(pol->symtab[sym].table, key, datum);
    [all...]
expand.c 125 ret = hashtab_insert(state->out->p_types.table,
214 ret = hashtab_insert(s->table, new_id, (hashtab_datum_t *) new_perm);
262 hashtab_insert(state->out->p_commons.table, new_id,
404 hashtab_insert(state->out->p_classes.table, new_id,
626 ret = hashtab_insert(state->out->p_types.table,
782 ret = hashtab_insert(state->out->p_roles.table,
928 ret = hashtab_insert(state->out->p_users.table,
1041 ret = hashtab_insert(state->out->p_bools.table,
1092 if (hashtab_insert(state->out->p_levels.table,
1137 if (hashtab_insert(state->out->p_cats.table
    [all...]
conditional.c 609 if (hashtab_insert(h, key, booldatum))

Completed in 167 milliseconds