Lines Matching refs:pVDIfsOperation

6835  * @param   pVDIfsOperation Pointer to the per-operation VD interface list.
6844 PVDINTERFACE pVDIfsOperation)
6852 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" PCHS=%u/%u/%u LCHS=%u/%u/%u Uuid=%RTuuid uOpenFlags=%#x pVDIfsImage=%#p pVDIfsOperation=%#p\n",
6857 uOpenFlags, pVDIfsImage, pVDIfsOperation));
6859 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
6991 pVDIfsOperation,
7117 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
7124 PVDINTERFACE pVDIfsOperation)
7132 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" uImageFlags=%#x pszComment=\"%s\" Uuid=%RTuuid uOpenFlags=%#x pVDIfsImage=%#p pVDIfsOperation=%#p\n",
7133 pDisk, pszBackend, pszFilename, uImageFlags, pszComment, pUuid, uOpenFlags, pVDIfsImage, pVDIfsOperation));
7135 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
7269 pVDIfsOperation,
7392 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
7398 PVDINTERFACE pVDIfsCache, PVDINTERFACE pVDIfsOperation)
7406 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" Uuid=%RTuuid uOpenFlags=%#x pVDIfsImage=%#p pVDIfsOperation=%#p\n",
7407 pDisk, pszBackend, pszFilename, cbSize, uImageFlags, pszComment, pUuid, uOpenFlags, pVDIfsCache, pVDIfsOperation));
7409 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
7517 pVDIfsOperation,
7607 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
7610 unsigned nImageTo, PVDINTERFACE pVDIfsOperation)
7617 LogFlowFunc(("pDisk=%#p nImageFrom=%u nImageTo=%u pVDIfsOperation=%#p\n",
7618 pDisk, nImageFrom, nImageTo, pVDIfsOperation));
7620 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
8053 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
8064 unsigned uOpenFlags, PVDINTERFACE pVDIfsOperation,
8073 LogFlowFunc(("pDiskFrom=%#p nImage=%u pDiskTo=%#p pszBackend=\"%s\" pszFilename=\"%s\" fMoveByRename=%d cbSize=%llu nImageFromSame=%u nImageToSame=%u uImageFlags=%#x pDstUuid=%#p uOpenFlags=%#x pVDIfsOperation=%#p pDstVDIfsImage=%#p pDstVDIfsOperation=%#p\n",
8074 pDiskFrom, nImage, pDiskTo, pszBackend, pszFilename, fMoveByRename, cbSize, nImageFromSame, nImageToSame, uImageFlags, pDstUuid, uOpenFlags, pVDIfsOperation, pDstVDIfsImage, pDstVDIfsOperation));
8076 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
8384 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
8394 unsigned uOpenFlags, PVDINTERFACE pVDIfsOperation,
8400 uImageFlags, pDstUuid, uOpenFlags, pVDIfsOperation,
8418 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
8421 PVDINTERFACE pVDIfsOperation)
8429 LogFlowFunc(("pDisk=%#p nImage=%u pVDIfsOperation=%#p\n",
8430 pDisk, nImage, pVDIfsOperation));
8432 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
8470 &ParentUser, sizeof(VDINTERFACEPARENTSTATE), &pVDIfsOperation);
8486 pVDIfsOperation);
8526 * @param pVDIfsOperation Pointer to the per-operation VD interface list.
8531 PVDINTERFACE pVDIfsOperation)
8538 LogFlowFunc(("pDisk=%#p cbSize=%llu pVDIfsOperation=%#p\n",
8539 pDisk, cbSize, pVDIfsOperation));
8541 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
8621 pVDIfsOperation);
8647 VBOXDDU_DECL(int) VDPrepareWithFilters(PVBOXHDD pDisk, PVDINTERFACE pVDIfsOperation)
8653 LogFlowFunc(("pDisk=%#p pVDIfsOperation=%#p\n", pDisk, pVDIfsOperation));
8655 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);