Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bart/
H A Drules.c45 static struct rule *first_rule = NULL, *current_rule = NULL; variable
798 if (first_rule == NULL) { in add_single_rule()
799 first_rule = gen_rulestruct(); in add_single_rule()
800 current_rule = first_rule; in add_single_rule()
955 curr_root = first_rule; in get_last_entry()
976 return (first_rule); in get_first_subtree()