Searched refs:mountroot (Results 1 – 9 of 9) sorted by relevance
85 const char *mountroot; in mkoneswap() local116 mountroot = in mkoneswap()118 if (fprintf(fp, "int (*mountroot)(void) = %s;\n", mountroot) < 0) in mkoneswap()
368 mountroot = dk_mountroot;411 mountroot = nfs_mountroot;471 if (mountroot == NULL) {491 mountroot = dk_mountroot;
45 int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */ variable
55 int (*mountroot)(void) = nfs_mountroot; variable
46 int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */ variable
1964 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()
142 extern int (*mountroot)(void);148 mountroot = mfs_mountroot;
281 extern int (*mountroot)(void);
253 if (mountroot != NULL) in vfs_mountroot()254 return ((*mountroot)()); in vfs_mountroot()