Searched defs:ppPrev (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1812 * @param ppPrev Where to optionally return the pointer to the
1815 static PDBGCPLUGIN dbgcPlugInLocate(PDBGC pDbgc, const char *pszName, PDBGCPLUGIN *ppPrev) argument
1823 if (ppPrev)
1824 *ppPrev = pPrev;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1551 * @param ppPrev Previous RAM range pointer. In/Out.
1555 PPGMRAMRANGE *ppPrev)
1613 (RTRCPTR)GCPtrChunk, R0PtrChunk, pszDescChunk, *ppPrev);
1614 *ppPrev = pNew;
1553 pgmR3PhysRegisterHighRamChunk(PVM pVM, RTGCPHYS GCPhys, uint32_t cRamPages, uint32_t cbChunk, uint32_t iChunk, const char *pszDesc, PPGMRAMRANGE *ppPrev) argument
/vbox/include/VBox/
H A Dvusb.h1167 PVUSBURB *ppPrev; member in struct:VUSBURB::VUSBURBVUSB

Completed in 143 milliseconds