Home | History | Annotate | Download | only in cgd

Lines Matching defs:open_disk

3097 open_disk(const char *devpath, const char *imgpath, size_t size)
3235 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3282 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3329 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3376 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3423 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3470 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3516 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3568 dkfd = open_disk(dkpath, imgpath, dksize);
3572 ATF_CHECK_MSG(dkfd != -1, "open_disk: %s", strerror(errno));