mount 149 include/sys/mount.h int mount(const char *, const char *, const char *, int, void *); mount 117 usr/sbin/diskutil/diskutil.c if (mount(argv[4], argv[5], argv[3], 0, NULL) < 0) { mount 135 usr/server/boot/boot.c if (mount("", "/", "ramfs", 0, NULL) < 0) mount 151 usr/server/boot/boot.c if (mount("/dev/ram0", "/boot", "arfs", 0, NULL) < 0) mount 175 usr/server/boot/boot.c mount(spec, file, type, 0, 0); mount 151 usr/test/fileio/fileio.c mount("", "/", "ramfs", 0, NULL); mount 153 usr/test/fileio/fileio.c mount("", "/dev", "devfs", 0, NULL); /* device */ mount 155 usr/test/fileio/fileio.c mount("/dev/ram0", "/boot", "arfs", 0, NULL); /* archive */ mount 51 usr/test/mount/mount.c if (mount(argv[3], argv[4], argv[2], 0, NULL) < 0) {