HomeSort by: relevance | last modified time | path
    Searched refs:evaluations (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-remember.mk 27 # evaluations in global scope could not overwrite the variable '_' anymore,
parse-var.mk 67 # multi-level evaluations like 'other=${OTHER}' with OTHER='$$ ${THIRD}'
cond-func-empty.mk 182 # unnecessary evaluations were fixed in several commits, starting with var.c
  /src/sys/dist/pf/net/
pf_norm.c 872 r->evaluations++;
1117 r->evaluations++;
1287 r->evaluations++;
pf_ioctl.c 1558 rule->evaluations = rule->packets[0] = rule->packets[1] =
1640 rule->evaluations = 0;
1813 newrule->evaluations = 0;
2219 rule->evaluations = 0;
pfvar.h 545 u_int64_t evaluations; member in struct:pf_rule
pf.c 2546 r->evaluations++;
3263 r->evaluations++;
3752 r->evaluations++;
  /src/dist/pf/sbin/pfctl/
pfctl.c 734 printf(" [ Evaluations: %-8llu Packets: %-8llu "
736 (unsigned long long)rule->evaluations,
813 (unsigned long long)pr.rule.evaluations,
858 (unsigned long long)pr.rule.evaluations,
pfctl_optimize.c 182 PF_RULE_FIELD(evaluations, DC),

Completed in 23 milliseconds