Home
last modified time | relevance | path

Searched refs:mountroot (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/bsd/kern/
H A Dbsd_init.c391 extern int (*mountroot)(void);
882 netboot = (mountroot == netboot_mountroot); in bsd_init()
1139 mountroot = netboot_mountroot; in setconf()
1143 mountroot = NULL; in setconf()
H A Dimageboot.c65 extern int (*mountroot)(void);
442 mountroot = NULL; in imageboot_mount_image()
930 mountroot = NULL; in imageboot_mount_ramdisk()
H A Dnetboot.c63 extern int (*mountroot)(void);
/xnu-10002.81.5/bsd/vfs/
H A Dvfs_conf.c87 int (*mountroot)(void) = NULL; variable
H A Dvfs_subr.c1207 extern int (*mountroot)(void);
1231 if (mountroot != NULL) { in vfs_mountroot()
1235 error = (*mountroot)(); in vfs_mountroot()