Searched refs:cur_avtab (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | hierarchy.c | 249 static int bounds_not_covered(avtab_t *global_avtab, avtab_t *cur_avtab, in bounds_not_covered() argument 252 avtab_datum_t *datum = avtab_search(cur_avtab, avtab_key); in bounds_not_covered() 284 avtab_t *global_avtab, avtab_t *cur_avtab, in bounds_check_rule() argument 307 d = bounds_not_covered(global_avtab, cur_avtab, in bounds_check_rule() 311 d = bounds_not_covered(global_avtab, cur_avtab, in bounds_check_rule() 355 avtab_t *cur_avtab; member 370 return bounds_check_rule(a->handle, a->p, NULL, a->cur_avtab, a->child, in bounds_check_rule_callback() 387 args.cur_avtab = global_avtab; in bounds_check_child_rules()
|