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

/vbox/src/VBox/HostServices/HostChannel/
H A Dservice.cpp593 void *pvInterface; local
600 rc = VBoxHGCMParmPtrGet(&paParms[1], &pvInterface, &cbInterface);
605 (VBOXHOSTCHANNELINTERFACE *)pvInterface, cbInterface);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1526 * @param pvInterface Pointer to the interface structure. The symbol list
1528 * @param cbInterface The size of the structure pvInterface is pointing
1558 VMMR3_INT_DECL(int) PDMR3LdrGetInterfaceSymbols(PVM pVM, void *pvInterface, size_t cbInterface, argument
1662 PRTR0PTR pValue = (PRTR0PTR)((uintptr_t)pvInterface + offInterface);
1679 PRTRCPTR pValue = (PRTRCPTR)((uintptr_t)pvInterface + offInterface);
H A DPDMDriver.cpp1590 static DECLCALLBACK(int) pdmR3DrvHlp_LdrGetRCInterfaceSymbols(PPDMDRVINS pDrvIns, void *pvInterface, size_t cbInterface, argument
1595 LogFlow(("pdmR3DrvHlp_LdrGetRCInterfaceSymbols: caller='%s'/%d: pvInterface=%p cbInterface=%zu pszSymPrefix=%p:{%s} pszSymList=%p:{%s}\n",
1596 pDrvIns->pReg->szName, pDrvIns->iInstance, pvInterface, cbInterface, pszSymPrefix, pszSymPrefix, pszSymList, pszSymList));
1604 pvInterface, cbInterface,
1628 static DECLCALLBACK(int) pdmR3DrvHlp_LdrGetR0InterfaceSymbols(PPDMDRVINS pDrvIns, void *pvInterface, size_t cbInterface, argument
1633 LogFlow(("pdmR3DrvHlp_LdrGetR0InterfaceSymbols: caller='%s'/%d: pvInterface=%p cbInterface=%zu pszSymPrefix=%p:{%s} pszSymList=%p:{%s}\n",
1634 pDrvIns->pReg->szName, pDrvIns->iInstance, pvInterface, cbInterface, pszSymPrefix, pszSymPrefix, pszSymList, pszSymList));
1642 pvInterface, cbInterface,

Completed in 54 milliseconds