Home
last modified time | relevance | path

Searched refs:numbad (Results 1 - 3 of 3) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dhierarchy.c285 avtab_ptr_t *bad, int *numbad) in bounds_check_rule()
311 (*numbad)++; in bounds_check_rule()
326 int *numbad) in bounds_check_cond_rules()
340 datum->data, bad, numbad); in bounds_check_cond_rules()
355 int numbad; member
368 k->target_class, d->data, &a->bad, &a->numbad); in bounds_check_rule_callback()
375 avtab_ptr_t *bad, int *numbad) in bounds_check_child_rules()
387 args.numbad = 0; in bounds_check_child_rules()
396 &args.bad, &args.numbad); in bounds_check_child_rules()
402 &args.bad, &args.numbad); in bounds_check_child_rules()
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
413 bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_type() argument
436 int numbad; global() member
[all...]
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dhierarchy.h39 uint32_t parent, avtab_ptr_t *bad, int *numbad);
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c4955 int numbad = 0; in cil_check_type_bounds() local
4966 rc = bounds_check_type(NULL, pdb, child->s.value, parent->s.value, &bad, &numbad); in cil_check_type_bounds()
5029 if (count_bad >= 4 && numbad > 4 && log_level == CIL_ERR) { in cil_check_type_bounds()
5030 cil_log(CIL_ERR, " Only first 4 of %d bad rules shown (use \"-v\" to show all)\n", numbad); in cil_check_type_bounds()

Completed in 8 milliseconds