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

  /external/selinux/libsepol/cil/src/
cil_strpool.c 75 int rc = hashtab_insert(cil_strpool_tab, (hashtab_key_t)strpool_ref->str, strpool_ref);
cil_symtab.c 90 int rc = hashtab_insert(symtab->table, key, (hashtab_datum_t)datum);
cil_binary.c 314 rc = hashtab_insert(sepol_common->permissions.table, key, sepol_perm);
384 rc = hashtab_insert(sepol_class->permissions.table, key, sepol_perm);
1204 rc = hashtab_insert(filename_trans_table, (hashtab_key_t)new, &(new->otype));
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 65 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
  /external/selinux/policycoreutils/newrole/
hashtab.h 68 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
hashtab.c 45 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) function
newrole.c 285 ret = hashtab_insert(app_service_names, app, service);
    [all...]
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 202 hashtab_insert(mods,
209 hashtab_insert(reqs, req_name,
  /external/selinux/libsepol/src/
policydb.c     [all...]
genusers.c 114 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,
link.c 162 ret = hashtab_insert(dest_class->permissions.table,
306 ret = hashtab_insert(state->base->p_classes.table,
394 ret = hashtab_insert(state->base->p_roles.table,
415 if (hashtab_insert
492 ret = hashtab_insert(state->base->p_types.table,
514 if (hashtab_insert
560 ret = hashtab_insert(state->base->p_users.table,
580 if (hashtab_insert
624 ret = hashtab_insert(state->base->p_bools.table,
912 if (hashtab_insert
    [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);
264 hashtab_insert(state->out->p_commons.table, new_id,
459 hashtab_insert(state->out->p_classes.table, new_id,
681 ret = hashtab_insert(state->out->p_types.table,
843 ret = hashtab_insert(state->out->p_roles.table,
995 ret = hashtab_insert(state->out->p_users.table,
1108 ret = hashtab_insert(state->out->p_bools.table,
1159 if (hashtab_insert(state->out->p_levels.table,
1204 if (hashtab_insert(state->out->p_cats.table
    [all...]
conditional.c 609 if (hashtab_insert(h, key, booldatum))
  /external/selinux/checkpolicy/
module_compiler.c 265 if (hashtab_insert(roles_tab, dest_id, dest_role)) {
469 if (hashtab_insert(users_tab, dest_id, dest_user)) {
537 if (hashtab_insert(types_tab, id, dest_typdatum)) {
587 if (hashtab_insert(roles_tab, id, dest_roledatum)) {
841 hashtab_insert(datum->permissions.table, perm_id,
    [all...]
policy_define.c 516 ret = hashtab_insert(policydbp->p_commons.table,
547 ret = hashtab_insert(comdatum->permissions.table,
670 ret = hashtab_insert(cladatum->permissions.table,
    [all...]

Completed in 549 milliseconds