Searched refs:VDSetParentUuid (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/
H A Dvd.h1275 VBOXDDU_DECL(int) VDSetParentUuid(PVBOXHDD pDisk, unsigned nImage,
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp307 rc = VDSetParentUuid(pVD, VD_LAST_IMAGE, &parentUuid);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp5568 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 DVBoxInternalManage.cpp685 rc = VDSetParentUuid(pDisk, VD_LAST_IMAGE, uuid.raw());
/vbox/src/VBox/Storage/
H A DVD.cpp10585 VBOXDDU_DECL(int) VDSetParentUuid(PVBOXHDD pDisk, unsigned nImage, function

Completed in 954 milliseconds