Lines Matching refs:hashtab_map
1147 if (hashtab_map(p->p_commons.table, common_index, p)) in policydb_index_classes()
1162 if (hashtab_map(p->p_classes.table, class_index, p)) in policydb_index_classes()
1177 if (hashtab_map(p->p_bools.table, cond_index_bool, p)) in policydb_index_bools()
1278 if (hashtab_map(p->symtab[i].table, index_f[i], p)) in policydb_index_others()
1284 if (hashtab_map(p->p_roles.table, policydb_role_cache, p)) in policydb_index_others()
1287 if (hashtab_map(p->p_users.table, policydb_user_cache, p)) in policydb_index_others()
1316 (void)hashtab_map(comdatum->permissions.table, perm_destroy, 0); in common_destroy()
1334 (void)hashtab_map(cladatum->permissions.table, perm_destroy, 0); in class_destroy()
1520 (void)hashtab_map(p->scope[i].table, scope_destroy, 0); in policydb_destroy()
1567 hashtab_map(p->filename_trans, filenametr_destroy, NULL); in policydb_destroy()
1570 hashtab_map(p->range_tr, range_tr_destroy, NULL); in policydb_destroy()
1594 (void)hashtab_map(symtab[i].table, destroy_f[i], 0); in symtabs_destroy()
4599 if (hashtab_map(p->symtab[i].table, index_f[i], p)) in policydb_reindex_users()
4603 if (hashtab_map(p->p_users.table, policydb_user_cache, p)) in policydb_reindex_users()