Searched defs:dev (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxczfs.c54 f = lxc_popen("zfs list 2> /dev/null");
150 char dev[MAXPATHLEN]; local
151 ret = snprintf(dev, MAXPATHLEN, "%s/%s", zfsroot, nname);
154 execlp("zfs", "zfs", "create", option, dev, (char *)NULL);
174 int dev0 = open("/dev/null", O_WRONLY);
293 char dev[MAXPATHLEN]; local
294 ret = snprintf(dev, MAXPATHLEN, "%s/%s", zfsroot, n);
298 execlp("zfs", "zfs", "create", option, dev, (char *)NULL);
/lxc/src/lxc/
H A Dconf.c297 { "dev", 1, MS_NODEV },
851 ret = snprintf(path, sizeof(path), "%s/dev/%s", rootfs->path ? rootfs->mount : "", d->name);
914 ret = snprintf(path, sizeof(path), "/dev/tty%d", i + 1);
920 /* create dev/lxc/tty%d" */
921 ret = snprintf(lxcpath, sizeof(lxcpath), "/dev/%s/tty%d", ttydir, i + 1);
956 /* If we populated /dev, then we need to create /dev/ttyN */
1045 * Just create a path for /dev under $lxcpath/$name and in rootfs
1054 INFO("Mounting container /dev");
1056 /* $(rootfs->mount) + "/dev/pt
1752 mount_entry(const char *fsname, const char *target, const char *fstype, unsigned long mountflags, const char *data, int optional, int dev, const char *rootfs) argument
1905 bool dev = hasmntopt(mntent, "dev") != NULL; local
[all...]

Completed in 16 milliseconds