Home
last modified time | relevance | path

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

/openbsd/usr.sbin/config/
H A Dmkswap.c89 char fname[200], *mountroot; in mkoneswap() local
119 mountroot = in mkoneswap()
121 if (fprintf(fp, "int (*mountroot)(void) = %s;\n", mountroot) < 0) in mkoneswap()
/openbsd/sys/conf/
H A Dswapgeneric.c45 int (*mountroot)(void) = NULL; /* tells autoconf.c that we are "generic" */ variable
/openbsd/sys/kern/
H A Dinit_main.c461 if (mountroot == NULL || ((*mountroot)() != 0)) in main()
H A Dsubr_disk.c1483 if (mountroot == NULL && bootdv == NULL) in setroot()
1570 } else if (mountroot == nfs_mountroot) { in setroot()
1574 } else if (mountroot == NULL && rootdev == NODEV) { in setroot()
1635 mountroot = nfs_mountroot; in setroot()
1640 mountroot = dk_mountroot; in setroot()
/openbsd/sys/sys/
H A Dsystm.h386 extern int (*mountroot)(void);