Searched refs:mountroot (Results 1 – 5 of 5) sorted by relevance
391 extern int (*mountroot)(void);887 netboot = (mountroot == netboot_mountroot); in bsd_init()1144 mountroot = netboot_mountroot; in setconf()1148 mountroot = NULL; in setconf()
65 extern int (*mountroot)(void);462 mountroot = NULL; in imageboot_mount_image()950 mountroot = NULL; in imageboot_mount_ramdisk()
63 extern int (*mountroot)(void);
87 int (*mountroot)(void) = NULL; variable
1199 extern int (*mountroot)(void);1223 if (mountroot != NULL) { in vfs_mountroot()1227 error = (*mountroot)(); in vfs_mountroot()