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

/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp62 /** Converts a pointer to DRVTCP::IMedia to a PDRVTCP. */
63 #define PDMISTREAM_2_DRVTCP(pInterface) ( (PDRVTCP)((uintptr_t)pInterface - RT_OFFSETOF(DRVTCP, IStream)) )
93 } DRVTCP, *PDRVTCP; typedef in typeref:struct:DRVTCP
105 PDRVTCP pThis = PDMISTREAM_2_DRVTCP(pInterface);
147 PDRVTCP pThis = PDMISTREAM_2_DRVTCP(pInterface);
185 PDRVTCP pThis = PDMINS_2_DATA(pDrvIns, PDRVTCP);
203 PDRVTCP pThis = (PDRVTCP)pvUser;
244 static void drvTCPShutdownListener(PDRVTCP pThi
[all...]

Completed in 43 milliseconds