Lines Matching refs:hashtab_search
169 hashtab_search(policydbp->symtab[symbol_type].table, in create_symbol()
232 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()
294 *role = hashtab_search(policydbp->symtab[SYM_ROLES].table, id); in create_role()
338 dest_role = hashtab_search(roles_tab, key); in declare_role()
430 *type = hashtab_search(policydbp->symtab[SYM_TYPES].table, id); in create_type()
477 bounds = hashtab_search(users_tab, bounds_id); in user_implicit_bounds()
572 dest_user = hashtab_search(users_tab, key); in declare_user()
631 dest_typdatum = hashtab_search(types_tab, id); in get_local_type()
680 dest_roledatum = hashtab_search(roles_tab, id); in get_local_role()
826 datum = hashtab_search(policydbp->p_classes.table, class_id); in require_class()
836 perm = hashtab_search(datum->permissions.table, perm_id); in require_class()
839 hashtab_search(datum->comdatum->permissions.table, in require_class()
1132 (scope_datum_t *) hashtab_search(policydbp->scope[symbol_type]. in is_id_in_scope()
1179 (class_datum_t *) hashtab_search(policydbp->p_classes.table, in is_perm_in_scope()
1185 perdatum = (perm_datum_t *) hashtab_search(cladatum->permissions.table, in is_perm_in_scope()