HomeSort by: relevance | last modified time | path
    Searched defs:IMGNAME (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/fs/ffs/
t_snapshot.c 20 #define IMGNAME "ffs.img"
21 #define NEWFS "newfs -F -s 10000 " IMGNAME
t_snapshot_v2.c 20 #define IMGNAME "ffs.img"
21 #define NEWFS "newfs -F -s 10000 -O 2 " IMGNAME
t_snapshot_log.c 20 #define IMGNAME "ffs.img"
21 #define NEWFS "newfs -F -s 10000 " IMGNAME
t_fifos.c 100 #define IMGNAME "atf.img"
102 const char *newfs = "newfs -F -s 10000 " IMGNAME;
119 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
151 unlink(IMGNAME);
t_extattr.c 54 #define IMGNAME "extattr.img"
82 const char *newfs = "newfs -O 2ea -F -s 10000 " IMGNAME;
98 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
187 unlink(IMGNAME);
222 unlink(IMGNAME);
  /src/tests/fs/lfs/
t_pr.c 30 #define IMGNAME "disk.img"
37 if (system("newfs_lfs -D -F -s 10000 ./" IMGNAME) == -1)
46 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
t_rfw.c 64 #define IMGNAME "disk.img"
111 width, IMGNAME, LOGFILE);
133 rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
159 " count=16 conv=sync", IMGNAME, sblock[i], sbaddr[i]);
200 " conv=sync,notrunc", IMGNAME, sblock[i], sbaddr[i]);
345 sprintf(cmd, "fsck_lfs -n -b %jd -f " IMGNAME,
376 pipe = popen("dumplfs -S -s 2 -s 1 -s 0 " IMGNAME, "r");
  /src/tests/fs/msdosfs/
t_snapshot.c 22 #define IMGNAME "msdosfs.img"
23 #define NEWFS "newfs_msdos -C 5M " IMGNAME
  /src/tests/fs/hfs/
t_pathconvert.c 30 #define IMGNAME "colon.hfs"
47 snprintf(thecmd, sizeof(thecmd), "bunzip2 " IMGNAME ".bz2");
55 RZ(rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK));

Completed in 16 milliseconds