Searched refs:mountroot (Results 1 – 5 of 5) sorted by relevance
394 extern int (*mountroot)(void);892 netboot = (mountroot == netboot_mountroot); in bsd_init()1153 mountroot = netboot_mountroot; in setconf()1157 mountroot = NULL; in setconf()
66 extern int (*mountroot)(void);464 mountroot = NULL; in imageboot_mount_image()973 mountroot = NULL; in imageboot_mount_ramdisk()
63 extern int (*mountroot)(void);
87 int (*mountroot)(void) = NULL; variable
1200 extern int (*mountroot)(void);1224 if (mountroot != NULL) { in vfs_mountroot()1228 error = (*mountroot)(); in vfs_mountroot()