Searched refs:ppIoRnd (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDIoRnd.h30 * @param ppIoRnd Where to store the handle on success.
34 int VDIoRndCreate(PPVDIORND ppIoRnd, size_t cbPattern, uint64_t uSeed);
H A DVDIoRnd.cpp40 int VDIoRndCreate(PPVDIORND ppIoRnd, size_t cbPattern, uint64_t uSeed) argument
45 AssertPtrReturn(ppIoRnd, VERR_INVALID_POINTER);
76 *ppIoRnd = pIoRnd;

Completed in 78 milliseconds