mountroot 217 arch/i386/i386/autoconf.c mountroot = nfs_mountroot; /* potentially */
mountroot 45 conf/swapgeneric.c int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */
mountroot 1060 kern/subr_disk.c mountroot = NULL;
mountroot 1068 kern/subr_disk.c if (mountroot == NULL && bootdv == NULL)
mountroot 1155 kern/subr_disk.c } else if (mountroot == nfs_mountroot) {
mountroot 1159 kern/subr_disk.c } else if (mountroot == NULL) {
mountroot 1194 kern/subr_disk.c mountroot = nfs_mountroot;
mountroot 1199 kern/subr_disk.c mountroot = dk_mountroot;
mountroot 231 kern/vfs_subr.c if (mountroot != NULL)
mountroot 232 kern/vfs_subr.c return ((*mountroot)());
mountroot 300 sys/systm.h extern int (*mountroot)(void);
mountroot 141 ufs/mfs/mfs_vfsops.c extern int (*mountroot)(void);
mountroot 147 ufs/mfs/mfs_vfsops.c mountroot = mfs_mountroot;