Searched refs:VDSetParentUuid (Results 1 - 5 of 5) sorted by relevance
/vbox/include/VBox/ |
H A D | vd.h | 1275 VBOXDDU_DECL(int) VDSetParentUuid(PVBOXHDD pDisk, unsigned nImage,
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 307 rc = VDSetParentUuid(pVD, VD_LAST_IMAGE, &parentUuid);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 5568 vrc = VDSetParentUuid(hdd, VD_LAST_IMAGE, m->id.raw()); 6125 vrc = VDSetParentUuid(hdd, 0, m->uuidParentImage.raw()); 6245 vrc = VDSetParentUuid(hdd, 0, &parentId); 6442 vrc = VDSetParentUuid(hdd, 0, &zeroParentUuid); 7845 vrc = VDSetParentUuid(hdd, VD_LAST_IMAGE,
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxInternalManage.cpp | 685 rc = VDSetParentUuid(pDisk, VD_LAST_IMAGE, uuid.raw());
|
/vbox/src/VBox/Storage/ |
H A D | VD.cpp | 10585 VBOXDDU_DECL(int) VDSetParentUuid(PVBOXHDD pDisk, unsigned nImage, function
|
Completed in 109 milliseconds