Home | History | Annotate | Download | only in gen

Lines Matching refs:t_root

74 	t->t_root = NULL;
161 struct rpst_node *n = t->t_root;
166 n->n_children[0] = t->t_root;
167 t->t_root->n_parent = n;
168 t->t_root = n;
235 return rpst_insert_node1(&t->t_root, n, rpst_startmask(t));
253 return &t->t_root;
382 n = t->t_root;
448 KASSERT(n == t->t_root || rpst_iterator_match_p(n, it));
475 KASSERT(t->t_root == n);
476 KASSERT(&t->t_root == where);
541 rpst_dump_node(t->t_root, 0);