Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dmount_internal.h456 int vfs_mountroot(void);
/xnu-11215/bsd/kern/
H A Dimageboot.c444 error = vfs_mountroot(); in imageboot_mount_image()
931 err = vfs_mountroot(); in imageboot_mount_ramdisk()
H A Dbsd_init.c891 if (0 == (err = vfs_mountroot())) { in bsd_init()
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c1202 vfs_mountroot(void) in vfs_mountroot() function