Lines Matching refs:hdd
5524 PVBOXHDD hdd;
5525 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
5543 vrc = VDOpen(hdd,
5560 vrc = VDOpen(hdd,
5568 vrc = VDSetParentUuid(hdd, VD_LAST_IMAGE, m->id.raw());
5572 vrc = VDClose(hdd, false /* fDelete */);
5586 VDDestroy(hdd);
6084 PVBOXHDD hdd;
6085 vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
6093 vrc = VDOpen(hdd,
6112 vrc = VDSetUuid(hdd, 0, m->uuidImage.raw());
6125 vrc = VDSetParentUuid(hdd, 0, m->uuidParentImage.raw());
6142 vrc = VDGetUuid(hdd, 0, &uuid);
6199 vrc = VDGetImageFlags(hdd, 0, &uImageFlags);
6209 vrc = VDGetParentUuid(hdd, 0, &parentId);
6245 vrc = VDSetParentUuid(hdd, 0, &parentId);
6348 mediumSize = VDGetFileSize(hdd, 0);
6349 mediumLogicalSize = VDGetSize(hdd, 0);
6358 vrc = VDDestroy(hdd);
6426 PVBOXHDD hdd;
6427 vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
6432 vrc = VDOpen(hdd,
6442 vrc = VDSetParentUuid(hdd, 0, &zeroParentUuid);
6450 VDDestroy(hdd);
7387 PVBOXHDD hdd;
7388 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
7406 vrc = VDCreateBase(hdd,
7430 size = VDGetFileSize(hdd, 0);
7431 logicalSize = VDGetSize(hdd, 0);
7433 vrc = VDGetImageFlags(hdd, 0, &uImageFlags);
7439 VDDestroy(hdd);
7543 PVBOXHDD hdd;
7544 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
7575 vrc = VDOpen(hdd,
7596 vrc = VDCreateDiff(hdd,
7618 size = VDGetFileSize(hdd, VD_LAST_IMAGE);
7619 logicalSize = VDGetSize(hdd, VD_LAST_IMAGE);
7621 vrc = VDGetImageFlags(hdd, 0, &uImageFlags);
7627 VDDestroy(hdd);
7735 PVBOXHDD hdd;
7736 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
7802 vrc = VDOpen(hdd,
7816 vrc = VDMerge(hdd, uSourceIdx, uTargetIdx,
7837 vrc = VDOpen(hdd,
7845 vrc = VDSetParentUuid(hdd, VD_LAST_IMAGE,
7850 vrc = VDClose(hdd, false /* fDelete */);
7867 VDDestroy(hdd);
8072 PVBOXHDD hdd;
8073 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8095 vrc = VDOpen(hdd,
8180 vrc = VDCopy(hdd,
8196 vrc = VDCopyEx(hdd,
8230 VDDestroy(hdd);
8345 PVBOXHDD hdd;
8346 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8358 vrc = VDOpen(hdd,
8364 vrc = VDClose(hdd, true /* fDelete */);
8374 VDDestroy(hdd);
8417 PVBOXHDD hdd;
8418 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8456 vrc = VDOpen(hdd,
8473 vrc = VDClose(hdd, true /* fDelete */);
8480 vrc = VDOpen(hdd,
8490 vrc = VDCreateDiff(hdd,
8513 size = VDGetFileSize(hdd, VD_LAST_IMAGE);
8514 logicalSize = VDGetSize(hdd, VD_LAST_IMAGE);
8516 vrc = VDGetImageFlags(hdd, 0, &uImageFlags);
8522 VDDestroy(hdd);
8555 PVBOXHDD hdd;
8556 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8586 vrc = VDOpen(hdd,
8605 vrc = VDCompact(hdd, VD_LAST_IMAGE, task.mVDOperationIfaces);
8625 VDDestroy(hdd);
8653 PVBOXHDD hdd;
8654 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8684 vrc = VDOpen(hdd,
8704 vrc = VDResize(hdd, task.mSize, &geo, &geo, task.mVDOperationIfaces);
8721 size = VDGetFileSize(hdd, VD_LAST_IMAGE);
8722 logicalSize = VDGetSize(hdd, VD_LAST_IMAGE);
8726 VDDestroy(hdd);
8765 PVBOXHDD hdd;
8766 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8828 vrc = VDFilterAdd(hdd, "CRYPT", VD_FILTER_FLAGS_READ, CryptoSettingsRead.vdFilterIfaces);
8863 vrc = VDOpen(hdd,
8899 vrc = VDCopy(hdd,
8923 VDDestroy(hdd);
8990 PVBOXHDD hdd;
8991 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
8997 vrc = VDOpen(hdd,
9077 vrc = VDCopy(hdd,
9108 VDDestroy(hdd);