Symbol: IMGNAME
tests/fs/common/snapshot.c
115
unlink(IMGNAME);
tests/fs/common/snapshot.c
187
rump_pub_etfs_register("/diskdev", IMGNAME, RUMP_ETFS_BLK);
tests/fs/common/snapshot.c
220
unlink(IMGNAME);
tests/fs/common/snapshot.c
53
rump_pub_etfs_register("/diskdev", IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_extattr.c
187
unlink(IMGNAME);
tests/fs/ffs/t_extattr.c
222
unlink(IMGNAME);
tests/fs/ffs/t_extattr.c
82
const char *newfs = "newfs -O 2ea -F -s 10000 " IMGNAME;
tests/fs/ffs/t_extattr.c
98
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_fifos.c
102
const char *newfs = "newfs -F -s 10000 " IMGNAME;
tests/fs/ffs/t_fifos.c
119
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_fifos.c
151
unlink(IMGNAME);
tests/fs/ffs/t_snapshot.c
21
#define NEWFS "newfs -F -s 10000 " IMGNAME
tests/fs/ffs/t_snapshot_log.c
21
#define NEWFS "newfs -F -s 10000 " IMGNAME
tests/fs/ffs/t_snapshot_v2.c
21
#define NEWFS "newfs -F -s 10000 -O 2 " IMGNAME
tests/fs/hfs/t_pathconvert.c
47
snprintf(thecmd, sizeof(thecmd), "bunzip2 " IMGNAME ".bz2");
tests/fs/hfs/t_pathconvert.c
55
RZ(rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK));
tests/fs/lfs/t_orphan.c
161
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/lfs/t_orphan.c
178
fp = popen("dumplfs -i -s9 ./" IMGNAME, "r");
tests/fs/lfs/t_orphan.c
95
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/lfs/t_pr.c
37
if (system("newfs_lfs -D -F -s 10000 ./" IMGNAME) == -1)
tests/fs/lfs/t_pr.c
46
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/lfs/t_rfw.c
112
" count=16 conv=sync", IMGNAME, sblock[i], sbaddr[i]);
tests/fs/lfs/t_rfw.c
153
" conv=sync,notrunc", IMGNAME, sblock[i], sbaddr[i]);
tests/fs/lfs/util.c
146
sprintf(cmd, "fsck_lfs -n -a -b %jd -f " IMGNAME,
tests/fs/lfs/util.c
176
pipe = popen("dumplfs -S -s 2 -s 1 -s 0 " IMGNAME, "r");
tests/fs/lfs/util.c
25
IMGNAME, imgsize);
tests/fs/lfs/util.c
32
SEGSIZE, fssize, width, IMGNAME, LOGFILE);
tests/fs/lfs/util.c
55
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/msdosfs/t_snapshot.c
23
#define NEWFS "newfs_msdos -C 5M " IMGNAME