Home
last modified time | relevance | path

Searched refs:pAsyncSnapshot (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/qga/vss-win32/
H A Drequester.cpp52 IVssAsync *pAsyncSnapshot; /* async info of VSS snapshot operation */ member
118 if (vss_ctx.pAsyncSnapshot) { in requester_cleanup()
119 vss_ctx.pAsyncSnapshot->Release(); in requester_cleanup()
120 vss_ctx.pAsyncSnapshot = NULL; in requester_cleanup()
502 hr = vss_ctx.pVssbc->DoSnapshotSet(&vss_ctx.pAsyncSnapshot); in requester_freeze()
510 HRESULT hr2 = vss_ctx.pAsyncSnapshot->QueryStatus(&hr, NULL); in requester_freeze()
584 assert(vss_ctx.pAsyncSnapshot); in requester_thaw()
586 HRESULT hr = WaitForAsync(vss_ctx.pAsyncSnapshot); in requester_thaw()