Searched refs:mountroot (Results 1 – 8 of 8) sorted by relevance
49 if (mountroot(path) == VFS_SUCCESS) { in determine_fstype_and_mountroot()55 if (mountroot(path) == VFS_SUCCESS) { in determine_fstype_and_mountroot()
187 if (mountroot(bpath) != SUCCESS) in bootprog()
43 extern int mountroot(char *str);147 if (mountroot("bootfs") != 0) in main()
123 mountroot(char *name) in mountroot() function177 if (mountroot("dummy") != 0) { in read_stage2_blocklist()
113 mountroot(char *str) in mountroot() function284 return (mountroot(path)); in kern_mountroot()
71 extern int mountroot(char *str);
97 extern int mountroot(char *str);
196 _FSEMOPDEF(MOUNTROOT, mountroot),212 _FSEMGUARD(MOUNTROOT, mountroot),