Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dbsd_init.c382 extern int (*mountroot)(void);
846 netboot = (mountroot == netboot_mountroot); in bsd_init()
1101 mountroot = netboot_mountroot; in setconf()
1105 mountroot = NULL; in setconf()
H A Dimageboot.c65 extern int (*mountroot)(void);
442 mountroot = NULL; in imageboot_mount_image()
925 mountroot = NULL; in imageboot_mount_ramdisk()
H A Dnetboot.c64 extern int (*mountroot)(void);
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_conf.c87 int (*mountroot)(void) = NULL; variable
H A Dvfs_subr.c1134 extern int (*mountroot)(void);
1150 if (mountroot != NULL) { in vfs_mountroot()
1154 error = (*mountroot)(); in vfs_mountroot()