Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c281 void bootpboot_p_tree(struct radix_node *rn);
371 bootpboot_p_tree(struct radix_node *rn) in bootpboot_p_tree() function
382 bootpboot_p_tree(rn->rn_left); in bootpboot_p_tree()
383 bootpboot_p_tree(rn->rn_right); in bootpboot_p_tree()
399 bootpboot_p_tree(rnh->rnh_treetop); in bootpboot_p_rtlist()