HomeSort by: relevance | last modified time | path
    Searched defs:rpst_iterator_match_p (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
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));
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));

Completed in 55 milliseconds