Searched refs:ta_imgpath (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_ext2fs.c51 char ta_imgpath[MAXPATHLEN]; member in struct:ext2fstestargs
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
104 res = unlink(args->ta_imgpath);
H A Dfstest_ffs.c52 char ta_imgpath[MAXPATHLEN]; member in struct:ffstestargs
84 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
112 res = unlink(args->ta_imgpath);
H A Dfstest_lfs.c56 char ta_imgpath[MAXPATHLEN]; member in struct:lfstestargs
87 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
113 res = unlink(args->ta_imgpath);
H A Dfstest_msdosfs.c51 char ta_imgpath[MAXPATHLEN]; member in struct:msdosfstestargs
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
105 res = unlink(args->ta_imgpath);
H A Dfstest_sysvbfs.c51 char ta_imgpath[MAXPATHLEN]; member in struct:sysvbfstestargs
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
104 res = unlink(args->ta_imgpath);
H A Dfstest_udf.c52 char ta_imgpath[MAXPATHLEN]; member in struct:udftestargs
87 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
116 res = unlink(args->ta_imgpath);
H A Dfstest_v7fs.c51 char ta_imgpath[MAXPATHLEN]; member in struct:v7fstestargs
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
105 res = unlink(args->ta_imgpath);

Completed in 201 milliseconds