Lines Matching refs:imgpath
1932 open_disk(const char *devpath, const char *imgpath, size_t size) in open_disk() argument
1936 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600); in open_disk()
1944 imgpath, RUMP_ETFS_BLK, 0, size) < 0) { in open_disk()
1948 unlink(imgpath); in open_disk()
1952 unlink(imgpath); in open_disk()
2057 const char imgpath[] = "blowfish-cbc-128-encblkno1.img"; in ATF_TC_BODY() local
2064 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
2104 const char imgpath[] = "blowfish-cbc-128-encblkno8.img"; in ATF_TC_BODY() local
2111 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
2151 const char imgpath[] = "blowfish-cbc-256-encblkno1.img"; in ATF_TC_BODY() local
2158 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
2198 const char imgpath[] = "blowfish-cbc-256-encblkno8.img"; in ATF_TC_BODY() local
2205 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
2245 const char imgpath[] = "blowfish-cbc-448-encblkno1.img"; in ATF_TC_BODY() local
2252 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
2292 const char imgpath[] = "blowfish-cbc-448-encblkno8.img"; in ATF_TC_BODY() local
2299 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()