HomeSort by relevance Sort by last modified time
    Searched full:hashtab_map (Results 1 - 14 of 14) sorted by null

  /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/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))
expand.c 273 if (hashtab_map
450 if (hashtab_map
    [all...]
link.c 60 /* temporary variables, used during hashtab_map() calls */
326 hashtab_map(cladatum->permissions.table, permission_copy_callback,
    [all...]
hashtab.c 222 int hashtab_map(hashtab_t h, function
policydb.c 917 if (hashtab_map(p->p_commons.table, common_index, p))
932 if (hashtab_map(p->p_classes.table, class_index, p))
947 if (hashtab_map(p->p_bools.table, cond_index_bool, p))
1039 if (hashtab_map(p->symtab[i].table, index_f[i], p))
1045 if (hashtab_map(p->p_roles.table, policydb_role_cache, p))
1048 if (hashtab_map(p->p_users.table, policydb_user_cache, p))
1077 hashtab_map(comdatum->permissions.table, perm_destroy, 0);
1096 hashtab_map(cladatum->permissions.table, perm_destroy, 0);
1264 hashtab_map(p->scope[i].table, scope_destroy, 0);
1354 hashtab_map(symtab[i].table, destroy_f[i], 0)
    [all...]
write.c 855 if (hashtab_map(comdatum->permissions.table, perm_write, pd))
956 if (hashtab_map(cladatum->permissions.table, perm_write, pd))
    [all...]
services.c 811 if (hashtab_map
820 if (hashtab_map(cladatum->permissions.table, validate_perm,
1027 if (hashtab_map
    [all...]
  /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
policy_define.c 1079 if (hashtab_map
    [all...]
module_compiler.c 734 hashtab_map(cladatum->permissions.table, perm_destroy, NULL);
    [all...]
  /external/checkpolicy/test/
dismod.c 336 if (hashtab_map(p->p_types.table, display_type_callback, fp))
904 if (hashtab_map

Completed in 5018 milliseconds