Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/tar/
Dsubst.c55 struct subst_rule *first_rule, *last_rule; member
66 subst->first_rule = subst->last_rule = NULL; in init_substitution()
89 if (subst->last_rule == NULL) in add_substitution()
92 subst->last_rule->next = rule; in add_substitution()
93 subst->last_rule = rule; in add_substitution()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
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()