Searched refs:VDGetUuid (Results 1 - 5 of 5) sorted by relevance
/vbox/include/VBox/ |
H A D | vd.h | 1218 VBOXDDU_DECL(int) VDGetUuid(PVBOXHDD pDisk, unsigned nImage, PRTUUID pUuid);
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 280 rc = VDGetUuid(pVD, VD_LAST_IMAGE, &oldImageUuid);
|
/vbox/src/VBox/Devices/Storage/ |
H A D | DrvVD.cpp | 1948 int rc = VDGetUuid(pThis->pDisk, 0, pUuid);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 6142 vrc = VDGetUuid(hdd, 0, &uuid);
|
/vbox/src/VBox/Storage/ |
H A D | VD.cpp | 10335 VBOXDDU_DECL(int) VDGetUuid(PVBOXHDD pDisk, unsigned nImage, PRTUUID pUuid) function
|
Completed in 551 milliseconds