Searched refs:hashtab_insert (Results 1 - 10 of 10) sorted by relevance
/external/libsepol/include/sepol/policydb/ |
H A D | hashtab.h | 63 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
|
/external/checkpolicy/ |
H A D | 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,
|
H A D | 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,
|
/external/libsepol/src/ |
H A D | 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...] |
H A D | genusers.c | 114 if (hashtab_insert(policydb->p_users.table,
|
H A D | hashtab.c | 66 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) function
|
H A D | users.c | 252 if (hashtab_insert(policydb->p_users.table, name,
|
H A D | policydb.c | 1470 * error codes from hashtab_insert 1484 /* FIX ME - the failures after the hashtab_insert will leave 1486 rc = hashtab_insert(pol->symtab[sym].table, key, datum); 1514 hashtab_insert(pol->scope[sym].table, key2, 1908 if (hashtab_insert(h, key, perdatum)) 1956 if (hashtab_insert(h, key, comdatum)) 2156 if (hashtab_insert(h, key, cladatum)) 2234 if (hashtab_insert(h, key, role)) 2326 if (hashtab_insert(h, key, typdatum)) 2895 if (hashtab_insert( [all...] |
H A D | 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(stat [all...] |
H A D | conditional.c | 609 if (hashtab_insert(h, key, booldatum))
|
Completed in 174 milliseconds