• Home
  • Raw
  • Download

Lines Matching refs:hashtab_search

223 	t = hashtab_search(policydbp->p_types.table, type);  in define_permissive()
342 cladatum = hashtab_search(policydbp->p_classes.table, id); in read_classes()
372 cladatum = hashtab_search(policydbp->p_classes.table, id); in define_default_user()
404 cladatum = hashtab_search(policydbp->p_classes.table, id); in define_default_role()
436 cladatum = hashtab_search(policydbp->p_classes.table, id); in define_default_type()
468 cladatum = hashtab_search(policydbp->p_classes.table, id); in define_default_range()
502 comdatum = hashtab_search(policydbp->p_commons.table, id); in define_common_perms()
596 cladatum = (class_datum_t *) hashtab_search(policydbp->p_classes.table, in define_av_perms()
620 (common_datum_t *) hashtab_search(policydbp->p_commons. in define_av_perms()
658 (perm_datum_t *) hashtab_search(cladatum->comdatum-> in define_av_perms()
847 (level_datum_t *) hashtab_search(policydbp->p_levels.table, in define_dominance()
1039 levdatum = (level_datum_t *) hashtab_search(policydbp->p_levels.table, in define_level()
1067 (cat_datum_t *) hashtab_search(policydbp->p_cats. in define_level()
1078 (cat_datum_t *) hashtab_search(policydbp->p_cats. in define_level()
1096 (cat_datum_t *) hashtab_search(policydbp->p_cats. in define_level()
1179 aliasdatum = hashtab_search(policydbp->symtab[SYM_TYPES].table, id); in add_aliases_to_type()
1222 t = hashtab_search(policydbp->p_types.table, id); in define_typealias()
1254 t = hashtab_search(policydbp->p_types.table, id); in define_typeattribute()
1267 attr = hashtab_search(policydbp->p_types.table, id); in define_typeattribute()
1304 bounds = hashtab_search(policydbp->p_types.table, bounds_id); in define_typebounds_helper()
1315 type = hashtab_search(policydbp->p_types.table, type_id); in define_typebounds_helper()
1417 attr = hashtab_search(policydbp->p_types.table, id); in define_type()
1490 t = hashtab_search(policydbp->p_types.table, id); in set_types()
1562 datum = (type_datum_t *) hashtab_search(policydbp->p_types.table, in define_compute_type_helper()
1828 hashtab_search(cladatum->permissions.table, id); in define_te_avtab_helper()
1832 hashtab_search(cladatum->comdatum-> in define_te_avtab_helper()
1941 role = hashtab_search(policydbp->p_roles.table, id); in define_role_types()
1991 attr = hashtab_search(policydbp->p_roles.table, id); in define_role_attr()
2041 r = hashtab_search(policydbp->p_roles.table, id); in define_roleattribute()
2055 attr = hashtab_search(policydbp->p_roles.table, id); in define_roleattribute()
2190 role = (role_datum_t *) hashtab_search(policydbp->p_roles.table, in define_role_dom()
2322 r = hashtab_search(policydbp->p_roles.table, id); in set_roles()
2385 cladatum = hashtab_search(policydbp->p_classes.table, in define_role_trans()
2409 role = hashtab_search(policydbp->p_roles.table, id); in define_role_trans()
2596 typdatum = hashtab_search(policydbp->p_types.table, id); in define_filename_trans()
2805 (class_datum_t *) hashtab_search(policydbp->p_classes.table, in define_constraint()
2852 (perm_datum_t *) hashtab_search(cladatum-> in define_constraint()
2861 hashtab_search(cladatum-> in define_constraint()
2947 (class_datum_t *) hashtab_search(policydbp->p_classes.table, in define_validatetrans()
3074 (user_datum_t *) hashtab_search(policydbp-> in define_cexpr()
3093 (role_datum_t *) hashtab_search(policydbp-> in define_cexpr()
3322 (cond_bool_datum_t *) hashtab_search(policydbp->p_bools. in define_cond_expr()
3365 r = hashtab_search(policydbp->p_roles.table, id); in set_user_roles()
3396 cdatum = (cat_datum_t *) hashtab_search(policydbp->p_cats.table, in parse_categories()
3404 cdatum = (cat_datum_t *) hashtab_search(policydbp->p_cats.table, in parse_categories()
3417 cdatum = (cat_datum_t *) hashtab_search(policydbp->p_cats.table, in parse_categories()
3458 cdatum = (cat_datum_t *) hashtab_search(policydbp->p_cats.table, in parse_semantic_categories()
3467 cdatum = (cat_datum_t *) hashtab_search(policydbp->p_cats.table, in parse_semantic_categories()
3475 cdatum = (cat_datum_t *) hashtab_search(policydbp->p_cats.table, in parse_semantic_categories()
3545 hashtab_search(policydbp->p_levels.table, in define_user()
3570 hashtab_search(policydbp->p_levels.table, in define_user()
3658 usrdatum = (user_datum_t *) hashtab_search(policydbp->p_users.table, in parse_security_context()
3681 role = (role_datum_t *) hashtab_search(policydbp->p_roles.table, in parse_security_context()
3704 typdatum = (type_datum_t *) hashtab_search(policydbp->p_types.table, in parse_security_context()
3728 hashtab_search(policydbp->p_levels.table, in parse_security_context()
4682 cladatum = hashtab_search(policydbp->p_classes.table, in define_range_trans()
4702 levdatum = hashtab_search(policydbp->p_levels.table, id); in define_range_trans()