Searched refs:ta_devpath (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/fs/common/
H A Dfstest_ext2fs.c50 char ta_devpath[MAXPATHLEN]; member in struct:ext2fstestargs
78 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.ext2fs", num);
80 args->ta_uargs.fspec = args->ta_devpath;
82 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
100 res = rump_pub_etfs_remove(args->ta_devpath);
H A Dfstest_msdosfs.c50 char ta_devpath[MAXPATHLEN]; member in struct:msdosfstestargs
78 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.msdosfs", num);
80 args->ta_uargs.fspec = args->ta_devpath;
83 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
101 res = rump_pub_etfs_remove(args->ta_devpath);
H A Dfstest_sysvbfs.c50 char ta_devpath[MAXPATHLEN]; member in struct:sysvbfstestargs
78 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.sysvbfs", num);
80 args->ta_uargs.fspec = args->ta_devpath;
82 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
100 res = rump_pub_etfs_remove(args->ta_devpath);
H A Dfstest_v7fs.c50 char ta_devpath[MAXPATHLEN]; member in struct:v7fstestargs
78 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.v7fs", num);
80 args->ta_uargs.fspec = args->ta_devpath;
83 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
101 res = rump_pub_etfs_remove(args->ta_devpath);
H A Dfstest_ffs.c51 char ta_devpath[MAXPATHLEN]; member in struct:ffstestargs
83 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.ffs", num);
85 args->ta_uargs.fspec = args->ta_devpath;
87 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
106 res = rump_pub_etfs_remove(args->ta_devpath);
H A Dfstest_udf.c51 char ta_devpath[MAXPATHLEN]; member in struct:udftestargs
86 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.udf", num);
88 args->ta_uargs.fspec = args->ta_devpath;
91 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
110 res = rump_pub_etfs_remove(args->ta_devpath);
H A Dfstest_lfs.c57 char ta_devpath[MAXPATHLEN]; member in struct:lfstestargs
88 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.lfs", num);
90 args->ta_uargs.fspec = args->ta_devpath;
93 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
111 res = rump_pub_etfs_remove(args->ta_devpath);
134 sprintf(thepath, "/dev/r%s", args->ta_devpath+5);

Completed in 155 milliseconds