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

/freebsd-10.1-release/sys/nfs/
H A Dbootp_subr.c260 void bootpboot_p_tree(struct radix_node *rn);
350 bootpboot_p_tree(struct radix_node *rn) function
361 bootpboot_p_tree(rn->rn_left);
362 bootpboot_p_tree(rn->rn_right);
378 bootpboot_p_tree(rnh->rnh_treetop);

Completed in 202 milliseconds