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

/vbox/include/VBox/vmm/
H A Dpdmifs.h1983 typedef struct PDMICHARPORT *PPDMICHARPORT; typedef in typeref:struct:PDMICHARPORT
1999 DECLR3CALLBACKMEMBER(int, pfnNotifyRead,(PPDMICHARPORT pInterface, const void *pvBuf, size_t *pcbRead));
2009 DECLR3CALLBACKMEMBER(int, pfnNotifyStatusLinesChanged,(PPDMICHARPORT pInterface, uint32_t fNewStatusLines));
2019 DECLR3CALLBACKMEMBER(int, pfnNotifyBufferFull,(PPDMICHARPORT pInterface, bool fFull));
2028 DECLR3CALLBACKMEMBER(int, pfnNotifyBreak,(PPDMICHARPORT pInterface));
/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp59 PPDMICHARPORT pDrvCharPort;
H A DDevSerial.cpp723 static DECLCALLBACK(int) serialNotifyRead(PPDMICHARPORT pInterface, const void *pvBuf, size_t *pcbRead)
751 static DECLCALLBACK(int) serialNotifyStatusLinesChanged(PPDMICHARPORT pInterface, uint32_t newStatusLines)
793 static DECLCALLBACK(int) serialNotifyBufferFull(PPDMICHARPORT pInterface, bool fFull)
802 static DECLCALLBACK(int) serialNotifyBreak(PPDMICHARPORT pInterface)
H A DDrvHostSerial.cpp89 PPDMICHARPORT pDrvCharPort;

Completed in 91 milliseconds