Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dnfsdiskless.h108 void bootpc_init(void);
H A Dbootp_subr.c1512 bootpc_init(void) in bootpc_init() function
1849 SYSINIT(bootp_rootconf, SI_SUB_ROOT_CONF, SI_ORDER_FIRST, bootpc_init, NULL);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c447 bootpc_init(); /* use bootp to get nfs_diskless filled in */ in nfs_mountroot()