Searched defs:pParentUuid (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVD.cpp7114 * @param pParentUuid New parent UUID of the image. If NULL, the UUID is queried automatically.
7122 PCRTUUID pParentUuid, unsigned uOpenFlags,
7158 AssertMsgBreakStmt(pParentUuid == NULL || VALID_PTR(pParentUuid),
7159 ("pParentUuid=%#p ParentUUID=%RTuuid\n", pParentUuid, pParentUuid),
7306 if (pParentUuid && !RTUuidIsNull(pParentUuid))
7308 Uuid = *pParentUuid;
7119 VDCreateDiff(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, PCRTUUID pParentUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation) argument
[all...]

Completed in 77 milliseconds