Searched refs:global_avtab (Results 1 - 1 of 1) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | hierarchy.c | 186 avtab_t *global_avtab, in bounds_expand_parent_rules() 194 avtab_init(global_avtab); in bounds_expand_parent_rules() 195 rc = avtab_alloc(global_avtab, BOUNDS_AVTAB_SIZE); in bounds_expand_parent_rules() 200 args.avtab = global_avtab; in bounds_expand_parent_rules() 228 global_avtab, in bounds_expand_parent_rules() 241 avtab_destroy(global_avtab); in bounds_expand_parent_rules() 247 static int bounds_not_covered(avtab_t *global_avtab, avtab_t *cur_avtab, in bounds_not_covered() argument 253 if (global_avtab && data) { in bounds_not_covered() 254 datum = avtab_search(global_avtab, avtab_key); in bounds_not_covered() 282 avtab_t *global_avtab, avtab_ in bounds_check_rule() 185 bounds_expand_parent_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, struct bounds_cond_info **cond_info, uint32_t parent) bounds_expand_parent_rules() argument 281 bounds_check_rule(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cur_avtab, uint32_t child, uint32_t parent, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data, avtab_ptr_t *bad, int *numbad) bounds_check_rule() argument 322 bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cond_avtab, cond_av_list_t *rules, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_cond_rules() argument 371 bounds_check_child_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, struct bounds_cond_info *cond_info, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_child_rules() argument 417 avtab_t global_avtab; bounds_check_type() local [all...] |
Completed in 2 milliseconds