Searched refs:numbad (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | hierarchy.c | 285 avtab_ptr_t *bad, int *numbad) in bounds_check_rule() argument 311 (*numbad)++; in bounds_check_rule() 326 int *numbad) in bounds_check_cond_rules() argument 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() argument 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() [all …]
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | hierarchy.h | 39 uint32_t parent, avtab_ptr_t *bad, int *numbad);
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 4955 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()
|