Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/ !
H A Dbsd_init.c394 extern int (*mountroot)(void);
892 netboot = (mountroot == netboot_mountroot); in bsd_init()
1153 mountroot = netboot_mountroot; in setconf()
1157 mountroot = NULL; in setconf()
H A Dimageboot.c66 extern int (*mountroot)(void);
464 mountroot = NULL; in imageboot_mount_image()
973 mountroot = NULL; in imageboot_mount_ramdisk()
H A Dnetboot.c63 extern int (*mountroot)(void);
/xnu-12377.81.4/bsd/vfs/ !
H A Dvfs_conf.c87 int (*mountroot)(void) = NULL; variable
H A Dvfs_subr.c1200 extern int (*mountroot)(void);
1224 if (mountroot != NULL) { in vfs_mountroot()
1228 error = (*mountroot)(); in vfs_mountroot()