Lines Matching refs:hashtab_map
1135 if (hashtab_map(p->p_commons.table, common_index, p)) in policydb_index_classes()
1150 if (hashtab_map(p->p_classes.table, class_index, p)) in policydb_index_classes()
1165 if (hashtab_map(p->p_bools.table, cond_index_bool, p)) in policydb_index_bools()
1265 if (hashtab_map(p->symtab[i].table, index_f[i], p)) in policydb_index_others()
1271 if (hashtab_map(p->p_roles.table, policydb_role_cache, p)) in policydb_index_others()
1274 if (hashtab_map(p->p_users.table, policydb_user_cache, p)) in policydb_index_others()
1303 (void)hashtab_map(comdatum->permissions.table, perm_destroy, 0); in common_destroy()
1321 (void)hashtab_map(cladatum->permissions.table, perm_destroy, 0); in class_destroy()
1507 (void)hashtab_map(p->scope[i].table, scope_destroy, 0); in policydb_destroy()
1554 hashtab_map(p->filename_trans, filenametr_destroy, NULL); in policydb_destroy()
1557 hashtab_map(p->range_tr, range_tr_destroy, NULL); in policydb_destroy()
1581 (void)hashtab_map(symtab[i].table, destroy_f[i], 0); in symtabs_destroy()
4565 if (hashtab_map(p->symtab[i].table, index_f[i], p)) in policydb_reindex_users()
4569 if (hashtab_map(p->p_users.table, policydb_user_cache, p)) in policydb_reindex_users()