rpst.c | 360 rpst_iterator_match_p(const struct rpst_node *n, const struct rpst_iterator *it) function in typeref:typename:bool __unused 448 KASSERT(n == t->t_root || rpst_iterator_match_p(n, it)); 465 KASSERT(rpst_iterator_match_p(n, it)); 596 n->found == rpst_iterator_match_p(&n->n, &it));
|