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

/vbox/src/VBox/Storage/
H A DQCOW.cpp690 * @param ppL2Entry Where to store the L2 table on success.
693 PQCOWL2CACHEENTRY *ppL2Entry)
732 *ppL2Entry = pL2Entry;
692 qcowL2TblCacheFetch(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, uint64_t offL2Tbl, PQCOWL2CACHEENTRY *ppL2Entry) argument
H A DQED.cpp565 * @param ppL2Entry Where to store the L2 table on success.
567 static int qedL2TblCacheFetch(PQEDIMAGE pImage, uint64_t offL2Tbl, PQEDL2CACHEENTRY *ppL2Entry) argument
571 LogFlowFunc(("pImage=%#p offL2Tbl=%llu ppL2Entry=%#p\n", pImage, offL2Tbl, ppL2Entry));
604 *ppL2Entry = pL2Entry;
618 * @param ppL2Entry Where to store the L2 table on success.
621 uint64_t offL2Tbl, PQEDL2CACHEENTRY *ppL2Entry)
660 *ppL2Entry = pL2Entry;
620 qedL2TblCacheFetchAsync(PQEDIMAGE pImage, PVDIOCTX pIoCtx, uint64_t offL2Tbl, PQEDL2CACHEENTRY *ppL2Entry) argument

Completed in 45 milliseconds