mountroot
if (mountroot("dummy") != 0) {
if (mountroot(bpath) != SUCCESS)
if (mountroot("bootfs") != 0)
extern int mountroot(char *str);
return (mountroot(path));
extern int mountroot(char *str);
_FSEMOPDEF(MOUNTROOT, mountroot),
_FSEMGUARD(MOUNTROOT, mountroot),
extern int mountroot(char *str);