Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/config/
Dmkswap.c85 const char *mountroot; in mkoneswap() local
116 mountroot = in mkoneswap()
118 if (fprintf(fp, "int (*mountroot)(void) = %s;\n", mountroot) < 0) in mkoneswap()
/mirbsd/src/sys/arch/i386/i386/
Dautoconf.c368 mountroot = dk_mountroot;
411 mountroot = nfs_mountroot;
471 if (mountroot == NULL) {
491 mountroot = dk_mountroot;
/mirbsd/src/sys/conf/
Dswapgeneric.c45 int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */ variable
/mirbsd/src/sys/nfs/
Dswapnfs.c55 int (*mountroot)(void) = nfs_mountroot; variable
/mirbsd/src/sys/arch/sparc/sparc/
Dswapgeneric.c46 int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */ variable
Dautoconf.c1964 mountroot = dk_mountroot; in setroot()
1995 if (mountroot == NULL && bootdv == NULL) in setroot()
2073 } else if (mountroot == NULL) { in setroot()
2118 mountroot = nfs_mountroot; in setroot()
2123 mountroot = dk_mountroot; in setroot()
/mirbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c142 extern int (*mountroot)(void);
148 mountroot = mfs_mountroot;
/mirbsd/src/sys/sys/
Dsystm.h281 extern int (*mountroot)(void);
/mirbsd/src/sys/kern/
Dvfs_subr.c253 if (mountroot != NULL) in vfs_mountroot()
254 return ((*mountroot)()); in vfs_mountroot()