mountrootfn       838 kern/subr_disk.c 	int (*mountrootfn)(void);
mountrootfn       872 kern/subr_disk.c 		mountrootfn = ext2fs_mountroot;
mountrootfn       880 kern/subr_disk.c 		mountrootfn = ffs_mountroot;
mountrootfn       888 kern/subr_disk.c 		mountrootfn = cd9660_mountroot;
mountrootfn       899 kern/subr_disk.c 		mountrootfn = ffs_mountroot;
mountrootfn       906 kern/subr_disk.c 	return (*mountrootfn)();