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

/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp63 #define PDMISTREAM_2_DRVTCP(pInterface) ( (PDRVTCP)((uintptr_t)pInterface - RT_OFFSETOF(DRVTCP, IStream)) ) macro
105 PDRVTCP pThis = PDMISTREAM_2_DRVTCP(pInterface);
147 PDRVTCP pThis = PDMISTREAM_2_DRVTCP(pInterface);

Completed in 119 milliseconds