Home
last modified time | relevance | path

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

/freebsd-12.1/sys/nfs/
H A Dbootp_subr.c268 void bootpboot_p_tree(struct radix_node *rn);
358 bootpboot_p_tree(struct radix_node *rn) in bootpboot_p_tree() function
369 bootpboot_p_tree(rn->rn_left); in bootpboot_p_tree()
370 bootpboot_p_tree(rn->rn_right); in bootpboot_p_tree()
387 bootpboot_p_tree(rnh->rnh_treetop); in bootpboot_p_rtlist()