Symbol: hashtab_map
security/selinux/ss/conditional.c
737
hashtab_map(&newdb->p_bools.table, cond_bools_index, cond_bool_array);
security/selinux/ss/conditional.c
747
hashtab_map(&p->p_bools.table, cond_bools_destroy, NULL);
security/selinux/ss/hashtab.h
136
int hashtab_map(struct hashtab *h, int (*apply)(void *k, void *d, void *args),
security/selinux/ss/policydb.c
1923
rc = hashtab_map(&p->p_users.table, user_bounds_sanity_check, p);
security/selinux/ss/policydb.c
1927
rc = hashtab_map(&p->p_roles.table, role_bounds_sanity_check, p);
security/selinux/ss/policydb.c
1931
rc = hashtab_map(&p->p_types.table, type_bounds_sanity_check, p);
security/selinux/ss/policydb.c
204
hashtab_map(&comdatum->permissions.table, perm_destroy, NULL);
security/selinux/ss/policydb.c
233
hashtab_map(&cladatum->permissions.table, perm_destroy, NULL);
security/selinux/ss/policydb.c
3128
return hashtab_map(&p->role_tr, role_trans_write_one, &pd);
security/selinux/ss/policydb.c
3230
rc = hashtab_map(&comdatum->permissions.table, perm_write, fp);
security/selinux/ss/policydb.c
3345
rc = hashtab_map(&cladatum->permissions.table, perm_write, fp);
security/selinux/ss/policydb.c
3754
rc = hashtab_map(&p->range_tr, range_write_helper, &pd);
security/selinux/ss/policydb.c
3862
rc = hashtab_map(&p->filename_trans,
security/selinux/ss/policydb.c
3870
rc = hashtab_map(&p->filename_trans, filename_write_helper, fp);
security/selinux/ss/policydb.c
3971
rc = hashtab_map(&p->symtab[i].table, write_f[i], &pd);
security/selinux/ss/policydb.c
768
rc = hashtab_map(&p->symtab[i].table, index_f[i], p);
security/selinux/ss/policydb.c
789
hashtab_map(&p->symtab[i].table, destroy_f[i], NULL);
security/selinux/ss/policydb.c
832
hashtab_map(&p->role_tr, role_tr_destroy, NULL);
security/selinux/ss/policydb.c
842
hashtab_map(&p->filename_trans, filenametr_destroy, NULL);
security/selinux/ss/policydb.c
845
hashtab_map(&p->range_tr, range_tr_destroy, NULL);
security/selinux/ss/services.c
3315
rc = hashtab_map(&policydb->p_classes.table, get_classes_callback,
security/selinux/ss/services.c
3367
rc = hashtab_map(&match->comdatum->permissions.table,
security/selinux/ss/services.c
3373
rc = hashtab_map(&match->permissions.table, get_permissions_callback,
security/selinux/ss/services.c
481
hashtab_map(&common_dat->permissions.table,
security/selinux/ss/services.c
485
if (hashtab_map(&tclass_dat->permissions.table,