Searched refs:fAsyncFlushSupported (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h378 bool fAsyncFlushSupported; member in struct:PDMASYNCCOMPLETIONENDPOINTFILE
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp619 && !pEndpoint->fAsyncFlushSupported)
1008 if (pEndpoint->fAsyncFlushSupported)
1020 pEndpoint->fAsyncFlushSupported = false;
1034 && !pEndpoint->fAsyncFlushSupported)
1372 pEndpoint->fAsyncFlushSupported = false;
H A DPDMAsyncCompletionFile.cpp1025 pEpFile->fAsyncFlushSupported = true;
1027 pEpFile->fAsyncFlushSupported = false;

Completed in 98 milliseconds