/external/libsepol/src/ |
util.c | 93 rc = hashtab_map(cladatum->permissions.table, 96 rc = hashtab_map(cladatum->comdatum->
|
hierarchy.c | 399 * This function should be called with hashtab_map, it will return 0 on success, 1 on 425 * its parent doesn't have. This function should be called with hashtab_map, 468 if (hashtab_map(p->p_types.table, check_type_hierarchy_callback, &args)) 480 if (hashtab_map(p->p_roles.table, check_role_hierarchy_callback, &args)) 483 if (hashtab_map(p->p_users.table, check_user_hierarchy_callback, &args))
|
link.c | 60 /* temporary variables, used during hashtab_map() calls */ 333 hashtab_map(cladatum->permissions.table, permission_copy_callback, [all...] |
expand.c | 349 if (hashtab_map 544 if (hashtab_map [all...] |
hashtab.c | 222 int hashtab_map(hashtab_t h, function
|
policydb.c | 959 if (hashtab_map(p->p_commons.table, common_index, p)) 974 if (hashtab_map(p->p_classes.table, class_index, p)) 989 if (hashtab_map(p->p_bools.table, cond_index_bool, p)) 1081 if (hashtab_map(p->symtab[i].table, index_f[i], p)) 1087 if (hashtab_map(p->p_roles.table, policydb_role_cache, p)) 1090 if (hashtab_map(p->p_users.table, policydb_user_cache, p)) 1119 (void)hashtab_map(comdatum->permissions.table, perm_destroy, 0); 1138 (void)hashtab_map(cladatum->permissions.table, perm_destroy, 0); 1306 (void)hashtab_map(p->scope[i].table, scope_destroy, 0); 1396 (void)hashtab_map(symtab[i].table, destroy_f[i], 0) [all...] |
write.c | 855 if (hashtab_map(comdatum->permissions.table, perm_write, pd)) 959 if (hashtab_map(cladatum->permissions.table, perm_write, pd)) [all...] |
services.c | [all...] |
/external/libsepol/include/sepol/policydb/ |
hashtab.h | 112 If apply returns a non-zero status, then hashtab_map will cease 116 extern int hashtab_map(hashtab_t h, 122 Same as hashtab_map, except that if apply returns a non-zero status,
|
/external/libsepol/tests/ |
test-common.c | 146 hashtab_map(p->symtab[i].table, test_index_f[i], p);
|
/external/checkpolicy/ |
checkpolicy.c | 571 if (hashtab_map(policydbp->p_levels.table, check_level, NULL)) 703 hashtab_map(cladatum-> 709 hashtab_map
|
module_compiler.c | 734 hashtab_map(cladatum->permissions.table, perm_destroy, NULL); [all...] |
policy_define.c | 1079 if (hashtab_map [all...] |
/external/checkpolicy/test/ |
dismod.c | 336 if (hashtab_map(p->p_types.table, display_type_callback, fp)) 904 if (hashtab_map
|