Searched refs:max_log (Results 1 – 5 of 5) sorted by relevance
699 int log, max_skip, max_log; in compute_alignments() local746 max_log = LABEL_ALIGN (label); in compute_alignments()788 if (max_log < log) in compute_alignments()790 max_log = log; in compute_alignments()805 if (max_log < log) in compute_alignments()807 max_log = log; in compute_alignments()811 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()858 int max_log; in shorten_branches() local906 max_log = 0; in shorten_branches()924 if (max_log < log) in shorten_branches()[all …]
670 int log, max_skip, max_log; in compute_alignments() local721 max_log = LABEL_ALIGN (label); in compute_alignments()771 if (max_log < log) in compute_alignments()773 max_log = log; in compute_alignments()791 if (max_log < log) in compute_alignments()793 max_log = log; in compute_alignments()797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()906 int max_log; in shorten_branches() local933 max_log = 0; in shorten_branches()948 if (max_log < log) in shorten_branches()[all …]
269 uint32_t max_log; /* how many do we log -- 0 = all */ member
1411 if (l->max_log != 0 && l->log_left == 0) in ipfw_log()1415 limit_reached = l->max_log; in ipfw_log()5214 l->log_left = l->max_log; in clear_counters()5440 ((ipfw_insn_log *)cmd)->max_log; in ipfw_check_ioc_rule()
978 if (logptr->max_log > 0) in show_ipfw()979 printf(" log logamount %d", logptr->max_log); in show_ipfw()2868 c->max_log = atoi(*av); in add()