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 479 ret = hashtab_insert(policydbp->p_commons.table,
510 ret = hashtab_insert(comdatum->permissions.table,
633 ret = hashtab_insert(cladatum->permissions.table,
    [all...]
  /external/libsepol/src/
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,
911 if (hashtab_insert
    [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,
policydb.c     [all...]
expand.c 201 ret = hashtab_insert(state->out->p_types.table,
290 ret = hashtab_insert(s->table, new_id, (hashtab_datum_t *) new_perm);
340 hashtab_insert(state->out->p_commons.table, new_id,
535 hashtab_insert(state->out->p_classes.table, new_id,
757 ret = hashtab_insert(state->out->p_types.table,
919 ret = hashtab_insert(state->out->p_roles.table,
1070 ret = hashtab_insert(state->out->p_users.table,
1183 ret = hashtab_insert(state->out->p_bools.table,
1234 if (hashtab_insert(state->out->p_levels.table,
1279 if (hashtab_insert(state->out->p_cats.table
    [all...]
conditional.c 609 if (hashtab_insert(h, key, booldatum))

Completed in 179 milliseconds