Home
last modified time | relevance | path

Searched refs:last_rule (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/tar/
H A Dsubst.c38 struct subst_rule *first_rule, *last_rule; member
49 subst->first_rule = subst->last_rule = NULL; in init_substitution()
72 if (subst->last_rule == NULL) in add_substitution()
75 subst->last_rule->next = rule; in add_substitution()
76 subst->last_rule = rule; in add_substitution()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c293 uint32_t rule_gindex, rule_index, last_rule;
306 last_rule = rule_gindex + lpm->rule_info[depth - 1].used_rules;
308 for (; rule_index < last_rule; rule_index++) {
399 uint32_t rule_gindex, last_rule, rule_index;
404 last_rule = rule_gindex + lpm->rule_info[depth - 1].used_rules;
407 for (rule_index = rule_gindex; rule_index < last_rule; rule_index++) {
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4174 bool last_rule = next_rule->size == 0 && next_rule->id == 0 && in handle_eth_header_mcast_prio() local
4177 if (last_rule) in handle_eth_header_mcast_prio()