Lines Matching refs:imgpath
3097 open_disk(const char *devpath, const char *imgpath, size_t size) in open_disk() argument
3101 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600); in open_disk()
3109 imgpath, RUMP_ETFS_BLK, 0, size) < 0) { in open_disk()
3113 unlink(imgpath); in open_disk()
3117 unlink(imgpath); in open_disk()
3228 const char imgpath[] = "aes-cbc-128-encblkno1.img"; in ATF_TC_BODY() local
3235 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3275 const char imgpath[] = "aes-cbc-128-encblkno8.img"; in ATF_TC_BODY() local
3282 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3322 const char imgpath[] = "aes-cbc-192-encblkno1.img"; in ATF_TC_BODY() local
3329 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3369 const char imgpath[] = "aes-cbc-192-encblkno8.img"; in ATF_TC_BODY() local
3376 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3416 const char imgpath[] = "aes-cbc-256-encblkno1.img"; in ATF_TC_BODY() local
3423 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3463 const char imgpath[] = "aes-cbc-256-encblkno8.img"; in ATF_TC_BODY() local
3470 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3509 const char imgpath[] = "aes-xts-256.img"; in ATF_TC_BODY() local
3516 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()
3561 const char imgpath[] = "aes-xts-512.img"; in ATF_TC_BODY() local
3568 RL(dkfd = open_disk(dkpath, imgpath, dksize)); in ATF_TC_BODY()