Searched refs:mount_misc (Results 1 – 1 of 1) sorted by relevance
233 static int mount_misc(const char *fstype, const char *dir) in mount_misc() function252 if (mount_misc("proc", "/proc") < 0 || in mount_all()253 mount_misc("sysfs", "/sys") < 0 || in mount_all()254 mount_misc("tmpfs", "/dev") < 0) in mount_all()