Lines Matching refs:hashtab_map
4215 rc = hashtab_map(policydb->p_commons.table, &__cil_common_val_array_insert, policydb);
4222 rc = hashtab_map(policydb->p_classes.table, &__cil_class_val_array_insert, policydb);
4229 rc = hashtab_map(policydb->p_roles.table, &__cil_role_val_array_insert, policydb);
4236 rc = hashtab_map(policydb->p_types.table, &__cil_type_val_array_insert, policydb);
4243 rc = hashtab_map(policydb->p_users.table, &__cil_user_val_array_insert, policydb);
4250 rc = hashtab_map(policydb->p_bools.table, &__cil_bool_val_array_insert, policydb);
4256 rc = hashtab_map(policydb->p_levels.table, &__cil_level_val_array_insert, policydb);
4262 rc = hashtab_map(policydb->p_cats.table, &__cil_cat_val_array_insert, policydb);
5127 rc = hashtab_map(avrulex_ioctl_table, __cil_avrulex_ioctl_to_policydb, pdb);
5187 if (hashtab_map(pdb->p_roles.table, policydb_role_cache, pdb)) {
5193 if (hashtab_map(pdb->p_users.table, policydb_user_cache, pdb)) {
5203 hashtab_map(avrulex_ioctl_table, __cil_avrulex_ioctl_destroy, NULL);