Home
last modified time | relevance | path

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

/openbmc/qemu/tests/migration/
H A Dstress.c233 static int mount_misc(const char *fstype, const char *dir) in mount_misc() function
252 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()