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

/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c44 extern int (*mountroot)(void);
146 mountroot = NULL;
H A Dbsd_init.c356 extern int (*mountroot)(void);
860 netboot = (mountroot == netboot_mountroot);
1065 mountroot = netboot_mountroot;
1069 mountroot = NULL;
H A Dnetboot.c68 extern int (*mountroot)(void);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_conf.c92 int (*mountroot)(void) = NULL; variable
H A Dvfs_subr.c1009 * trying those that have mountroot routines, and try them until one
1012 extern int (*mountroot)(void);
1027 if (mountroot != NULL) {
1031 error = (*mountroot)();

Completed in 89 milliseconds