Searched defs:pInterface (Results 1 - 25 of 96) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/
H A DDrvAcpiCpu.cpp35 static DECLCALLBACK(void *) drvACPICpuQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
37 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/SocketDxe/
H A DDriverBinding.c74 VOID * pInterface; local
95 &pInterface,
107 &pInterface,
/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp255 HRESULT GuestDirectory::i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc) argument
257 AssertPtr(pInterface);
260 return pInterface->setError(VBOX_E_IPRT_ERROR, GuestDirectory::i_guestErrorToString(guestRc).c_str());
H A DPCIRawDevImpl.cpp56 DECLCALLBACK(void *) PCIRawDev::drvQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
58 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
71 DECLCALLBACK(int) PCIRawDev::drvDeviceConstructComplete(PPDMIPCIRAWCONNECTOR pInterface, const char *pcszName, argument
75 PDRVMAINPCIRAWDEV pThis = RT_FROM_CPP_MEMBER(pInterface, DRVMAINPCIRAWDEV, IConnector);
H A DAudioSnifferInterface.cpp66 #define PDMIAUDIOSNIFFERCONNECTOR_2_MAINAUDIOSNIFFER(pInterface) RT_FROM_MEMBER(pInterface, DRVAUDIOSNIFFER, Connector)
99 DECLCALLBACK(void) iface_AudioSamplesOut (PPDMIAUDIOSNIFFERCONNECTOR pInterface, void *pvSamples, uint32_t cSamples, argument
102 PDRVAUDIOSNIFFER pDrv = PDMIAUDIOSNIFFERCONNECTOR_2_MAINAUDIOSNIFFER(pInterface);
111 DECLCALLBACK(void) iface_AudioVolumeOut (PPDMIAUDIOSNIFFERCONNECTOR pInterface, uint16_t left, uint16_t right) argument
113 PDRVAUDIOSNIFFER pDrv = PDMIAUDIOSNIFFERCONNECTOR_2_MAINAUDIOSNIFFER(pInterface);
121 DECLCALLBACK(int) iface_AudioInputBegin (PPDMIAUDIOSNIFFERCONNECTOR pInterface, argument
129 PDRVAUDIOSNIFFER pDrv = PDMIAUDIOSNIFFERCONNECTOR_2_MAINAUDIOSNIFFER(pInterface);
139 DECLCALLBACK(void) iface_AudioInputEnd (PPDMIAUDIOSNIFFERCONNECTOR pInterface, argument
142 PDRVAUDIOSNIFFER pDrv = PDMIAUDIOSNIFFERCONNECTOR_2_MAINAUDIOSNIFFER(pInterface);
151 drvQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]
H A DKeyboardImpl.cpp303 DECLCALLBACK(void) Keyboard::i_keyboardLedStatusChange(PPDMIKEYBOARDCONNECTOR pInterface, PDMKEYBLEDS enmLeds) argument
305 PDRVMAINKEYBOARD pDrv = RT_FROM_MEMBER(pInterface, DRVMAINKEYBOARD, IConnector);
312 DECLCALLBACK(void) Keyboard::i_keyboardSetActive(PPDMIKEYBOARDCONNECTOR pInterface, bool fActive) argument
314 PDRVMAINKEYBOARD pDrv = RT_FROM_MEMBER(pInterface, DRVMAINKEYBOARD, IConnector);
325 DECLCALLBACK(void *) Keyboard::i_drvQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
327 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
H A DNvram.cpp101 DECLCALLBACK(int) drvNvram_VarStoreSeqEnd(PPDMINVRAMCONNECTOR pInterface, int rc) argument
103 NOREF(pInterface);
135 DECLCALLBACK(int) drvNvram_VarStoreSeqPut(PPDMINVRAMCONNECTOR pInterface, int idxVariable, argument
139 PNVRAM pThis = RT_FROM_MEMBER(pInterface, NVRAM, INvramConnector);
232 DECLCALLBACK(int) drvNvram_VarStoreSeqBegin(PPDMINVRAMCONNECTOR pInterface, uint32_t cVariables) argument
234 PNVRAM pThis = RT_FROM_MEMBER(pInterface, NVRAM, INvramConnector);
259 DECLCALLBACK(int) drvNvram_VarQueryByIndex(PPDMINVRAMCONNECTOR pInterface, uint32_t idxVariable, argument
263 PNVRAM pThis = RT_FROM_MEMBER(pInterface, NVRAM, INvramConnector);
315 DECLCALLBACK(void *) Nvram::drvNvram_QueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
317 LogFlow(("%s pInterface
[all...]
H A DUsbWebcamInterface.cpp58 static DECLCALLBACK(void) drvEmWebcamReady(PPDMIWEBCAMDOWN pInterface, argument
63 PEMWEBCAMDRV pThis = RT_FROM_MEMBER(pInterface, EMWEBCAMDRV, IWebcamDown);
79 static DECLCALLBACK(int) drvEmWebcamControl(PPDMIWEBCAMDOWN pInterface, argument
85 PEMWEBCAMDRV pThis = RT_FROM_MEMBER(pInterface, EMWEBCAMDRV, IWebcamDown);
360 /* static */ DECLCALLBACK(void *) EmWebcam::drvQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
362 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
/vbox/src/VBox/Devices/Serial/
H A DDrvRawFile.cpp39 #define PDMISTREAM_2_DRVRAWFILE(pInterface) ( (PDRVRAWFILE)((uintptr_t)pInterface - RT_OFFSETOF(DRVRAWFILE, IStream)) )
67 static DECLCALLBACK(int) drvRawFileWrite(PPDMISTREAM pInterface, const void *pvBuf, size_t *pcbWrite) argument
70 PDRVRAWFILE pThis = PDMISTREAM_2_DRVRAWFILE(pInterface);
95 static DECLCALLBACK(void *) drvRawFileQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
97 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
H A DDrvChar.cpp43 #define PDMICHAR_2_DRVCHAR(pInterface) RT_FROM_MEMBER(pInterface, DRVCHAR, ICharConnector)
92 static DECLCALLBACK(void *) drvCharQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
94 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
106 static DECLCALLBACK(int) drvCharWrite(PPDMICHARCONNECTOR pInterface, const void *pvBuf, size_t cbWrite) argument
108 PDRVCHAR pThis = PDMICHAR_2_DRVCHAR(pInterface);
126 static DECLCALLBACK(int) drvCharSetParameters(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits) argument
128 /*PDRVCHAR pThis = PDMICHAR_2_DRVCHAR(pInterface); - unused*/
260 * @param pInterface Pointer to the interface structure.
264 static DECLCALLBACK(int) drvCharSetModemLines(PPDMICHARCONNECTOR pInterface, boo argument
278 drvCharSetBreak(PPDMICHARCONNECTOR pInterface, bool fBreak) argument
[all...]
H A DDrvNamedPipe.cpp52 #define PDMISTREAM_2_DRVNAMEDPIPE(pInterface) ( (PDRVNAMEDPIPE)((uintptr_t)pInterface - RT_OFFSETOF(DRVNAMEDPIPE, IStream)) )
101 static DECLCALLBACK(int) drvNamedPipeRead(PPDMISTREAM pInterface, void *pvBuf, size_t *pcbRead) argument
104 PDRVNAMEDPIPE pThis = PDMISTREAM_2_DRVNAMEDPIPE(pInterface);
197 static DECLCALLBACK(int) drvNamedPipeWrite(PPDMISTREAM pInterface, const void *pvBuf, size_t *pcbWrite) argument
200 PDRVNAMEDPIPE pThis = PDMISTREAM_2_DRVNAMEDPIPE(pInterface);
283 static DECLCALLBACK(void *) drvNamedPipeQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
285 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
H A DDrvTCP.cpp63 #define PDMISTREAM_2_DRVTCP(pInterface) ( (PDRVTCP)((uintptr_t)pInterface - RT_OFFSETOF(DRVTCP, IStream)) )
102 static DECLCALLBACK(int) drvTCPRead(PPDMISTREAM pInterface, void *pvBuf, size_t *pcbRead) argument
105 PDRVTCP pThis = PDMISTREAM_2_DRVTCP(pInterface);
144 static DECLCALLBACK(int) drvTCPWrite(PPDMISTREAM pInterface, const void *pvBuf, size_t *pcbWrite) argument
147 PDRVTCP pThis = PDMISTREAM_2_DRVTCP(pInterface);
182 static DECLCALLBACK(void *) drvTCPQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
184 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
/vbox/src/VBox/Devices/Audio/
H A DDrvHostNullAudio.cpp86 static DECLCALLBACK(int) drvHostNullAudioGetConf(PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDCFG pCfg) argument
88 NOREF(pInterface);
100 static DECLCALLBACK(int) drvHostNullAudioInit(PPDMIHOSTAUDIO pInterface) argument
102 NOREF(pInterface);
107 static DECLCALLBACK(int) drvHostNullAudioInitIn(PPDMIHOSTAUDIO pInterface, argument
112 NOREF(pInterface);
126 static DECLCALLBACK(int) drvHostNullAudioInitOut(PPDMIHOSTAUDIO pInterface, argument
130 NOREF(pInterface);
143 static DECLCALLBACK(bool) drvHostNullAudioIsEnabled(PPDMIHOSTAUDIO pInterface, PDMAUDIODIR enmDir) argument
145 NOREF(pInterface);
150 drvHostNullAudioPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
163 drvHostNullAudioCaptureIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, uint32_t *pcSamplesCaptured) argument
173 drvHostNullAudioControlIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PDMAUDIOSTREAMCMD enmStreamCmd) argument
183 drvHostNullAudioControlOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, PDMAUDIOSTREAMCMD enmStreamCmd) argument
193 drvHostNullAudioFiniIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn) argument
198 drvHostNullAudioFiniOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut) argument
206 drvHostNullAudioQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
216 drvHostNullAudioShutdown(PPDMIHOSTAUDIO pInterface) argument
[all...]
/vbox/src/VBox/Devices/Input/testcase/
H A DtstUsbMouse.cpp90 static DECLCALLBACK(void *) tstMouseQueryInterface(PPDMIBASE pInterface, argument
93 PDRVTSTMOUSE pThis = RT_FROM_MEMBER(pInterface, DRVTSTMOUSE, IBase);
103 static DECLCALLBACK(void) tstMouseReportModes(PPDMIMOUSECONNECTOR pInterface, argument
106 PDRVTSTMOUSE pDrv = RT_FROM_MEMBER(pInterface, DRVTSTMOUSE, IConnector);
/vbox/src/VBox/Devices/Storage/
H A DDrvMediaISO.cpp35 #define PDMIMEDIA_2_DRVMEDIAISO(pInterface) ( (PDRVMEDIAISO)((uintptr_t)pInterface - RT_OFFSETOF(DRVMEDIAISO, IMedia)) )
63 static DECLCALLBACK(uint64_t) drvMediaISOGetSize(PPDMIMEDIA pInterface) argument
65 PDRVMEDIAISO pThis = PDMIMEDIA_2_DRVMEDIAISO(pInterface);
82 static DECLCALLBACK(int) drvMediaISOBiosGetPCHSGeometry(PPDMIMEDIA pInterface, PPDMMEDIAGEOMETRY pPCHSGeometry) argument
89 static DECLCALLBACK(int) drvMediaISOBiosSetPCHSGeometry(PPDMIMEDIA pInterface, PCPDMMEDIAGEOMETRY pPCHSGeometry) argument
96 static DECLCALLBACK(int) drvMediaISOBiosGetLCHSGeometry(PPDMIMEDIA pInterface, PPDMMEDIAGEOMETRY pLCHSGeometry) argument
103 static DECLCALLBACK(int) drvMediaISOBiosSetLCHSGeometry(PPDMIMEDIA pInterface, PCPDMMEDIAGEOMETRY pLCHSGeometry) argument
114 static DECLCALLBACK(int) drvMediaISORead(PPDMIMEDIA pInterface, uint64_t off, void *pvBuf, size_t cbRead) argument
116 PDRVMEDIAISO pThis = PDMIMEDIA_2_DRVMEDIAISO(pInterface);
140 drvMediaISOWrite(PPDMIMEDIA pInterface, uint64_t off, const void *pvBuf, size_t cbWrite) argument
148 drvMediaISOFlush(PPDMIMEDIA pInterface) argument
156 drvMediaISOGetUuid(PPDMIMEDIA pInterface, PRTUUID pUuid) argument
164 drvMediaISOIsReadOnly(PPDMIMEDIA pInterface) argument
174 drvMediaISOQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]
H A DDrvRawImage.cpp59 static DECLCALLBACK(uint64_t) drvRawImageGetSize(PPDMIMEDIA pInterface) argument
61 PDRVRAWIMAGE pThis = RT_FROM_MEMBER(pInterface, DRVRAWIMAGE, IMedia);
78 static DECLCALLBACK(int) drvRawImageBiosGetPCHSGeometry(PPDMIMEDIA pInterface, PPDMMEDIAGEOMETRY pPCHSGeometry) argument
85 static DECLCALLBACK(int) drvRawImageBiosSetPCHSGeometry(PPDMIMEDIA pInterface, PCPDMMEDIAGEOMETRY pPCHSGeometry) argument
92 static DECLCALLBACK(int) drvRawImageBiosGetLCHSGeometry(PPDMIMEDIA pInterface, PPDMMEDIAGEOMETRY pLCHSGeometry) argument
99 static DECLCALLBACK(int) drvRawImageBiosSetLCHSGeometry(PPDMIMEDIA pInterface, PCPDMMEDIAGEOMETRY pLCHSGeometry) argument
110 static DECLCALLBACK(int) drvRawImageRead(PPDMIMEDIA pInterface, uint64_t off, void *pvBuf, size_t cbRead) argument
112 PDRVRAWIMAGE pThis = RT_FROM_MEMBER(pInterface, DRVRAWIMAGE, IMedia);
144 static DECLCALLBACK(int) drvRawImageWrite(PPDMIMEDIA pInterface, uint64_t off, const void *pvBuf, size_t cbWrite) argument
146 PDRVRAWIMAGE pThis = RT_FROM_MEMBER(pInterface, DRVRAWIMAG
178 drvRawImageFlush(PPDMIMEDIA pInterface) argument
191 drvRawImageGetUuid(PPDMIMEDIA pInterface, PRTUUID pUuid) argument
199 drvRawImageIsReadOnly(PPDMIMEDIA pInterface) argument
211 drvRawImageQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dclipboard.cpp323 struct VBCLSERVICE *pInterface; member in struct:CLIPBOARDSERVICE
333 pService->pInterface = &vbclClipboardInterface;
334 return &pService->pInterface;
H A Dhostversion.cpp216 struct VBCLSERVICE *pInterface; member in struct:HOSTVERSIONSERVICE
227 pService->pInterface = &vbclHostVersionInterface;
228 return &pService->pInterface;
H A Dseamless.cpp329 struct VBCLSERVICE *pInterface; member in struct:SEAMLESSSERVICE
430 pService->pInterface = &vbclSeamlessInterface;
434 return &pService->pInterface;
/vbox/src/VBox/Devices/Input/
H A DDrvKeyboardQueue.cpp189 static DECLCALLBACK(void *) drvKbdQueueQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
191 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
204 #define IKEYBOARDPORT_2_DRVKBDQUEUE(pInterface) ( (PDRVKBDQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVKBDQUEUE, IPort)) )
212 * @param pInterface Pointer to this interface structure.
216 static DECLCALLBACK(int) drvKbdQueuePutEventScan(PPDMIKEYBOARDPORT pInterface, uint8_t u8ScanCode) argument
218 PDRVKBDQUEUE pDrv = IKEYBOARDPORT_2_DRVKBDQUEUE(pInterface);
266 #define PPDMIKEYBOARDCONNECTOR_2_DRVKBDQUEUE(pInterface) ( (PDRVKBDQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVKBDQUEUE, IConnector)) )
272 * @param pInterface Pointe
275 drvKbdPassThruLedsChange(PPDMIKEYBOARDCONNECTOR pInterface, PDMKEYBLEDS enmLeds) argument
287 drvKbdPassThruSetActive(PPDMIKEYBOARDCONNECTOR pInterface, bool fActive) argument
300 drvKbdFlushQueue(PPDMIKEYBOARDCONNECTOR pInterface) argument
[all...]
H A DDrvMouseQueue.cpp102 static DECLCALLBACK(void *) drvMouseQueueQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
104 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
116 #define IMOUSEPORT_2_DRVMOUSEQUEUE(pInterface) ( (PDRVMOUSEQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVMOUSEQUEUE, IPort)) )
122 static DECLCALLBACK(int) drvMouseQueuePutEvent(PPDMIMOUSEPORT pInterface, argument
127 PDRVMOUSEQUEUE pDrv = IMOUSEPORT_2_DRVMOUSEQUEUE(pInterface);
150 static DECLCALLBACK(int) drvMouseQueuePutEventAbs(PPDMIMOUSEPORT pInterface, argument
155 PDRVMOUSEQUEUE pDrv = IMOUSEPORT_2_DRVMOUSEQUEUE(pInterface);
176 static DECLCALLBACK(int) drvMouseQueuePutEventMultiTouch(PPDMIMOUSEPORT pInterface, argument
181 PDRVMOUSEQUEUE pThis = IMOUSEPORT_2_DRVMOUSEQUEUE(pInterface);
199 drvMousePassThruReportModes(PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs, bool fMT) argument
211 drvMouseFlushQueue(PPDMIMOUSECONNECTOR pInterface) argument
[all...]
/vbox/src/VBox/Devices/Network/
H A DDrvNetSniffer.cpp85 static DECLCALLBACK(int) drvNetSnifferUp_BeginXmit(PPDMINETWORKUP pInterface, bool fOnWorkerThread) argument
87 PDRVNETSNIFFER pThis = RT_FROM_MEMBER(pInterface, DRVNETSNIFFER, INetworkUp);
102 static DECLCALLBACK(int) drvNetSnifferUp_AllocBuf(PPDMINETWORKUP pInterface, size_t cbMin, argument
105 PDRVNETSNIFFER pThis = RT_FROM_MEMBER(pInterface, DRVNETSNIFFER, INetworkUp);
115 static DECLCALLBACK(int) drvNetSnifferUp_FreeBuf(PPDMINETWORKUP pInterface, PPDMSCATTERGATHER pSgBuf) argument
117 PDRVNETSNIFFER pThis = RT_FROM_MEMBER(pInterface, DRVNETSNIFFER, INetworkUp);
127 static DECLCALLBACK(int) drvNetSnifferUp_SendBuf(PPDMINETWORKUP pInterface, PPDMSCATTERGATHER pSgBuf, bool fOnWorkerThread) argument
129 PDRVNETSNIFFER pThis = RT_FROM_MEMBER(pInterface, DRVNETSNIFFER, INetworkUp);
154 static DECLCALLBACK(void) drvNetSnifferUp_EndXmit(PPDMINETWORKUP pInterface) argument
157 PDRVNETSNIFFER pThis = RT_FROM_MEMBER(pInterface, DRVNETSNIFFE
168 drvNetSnifferUp_SetPromiscuousMode(PPDMINETWORKUP pInterface, bool fPromiscuous) argument
180 drvNetSnifferUp_NotifyLinkChanged(PPDMINETWORKUP pInterface, PDMNETWORKLINKSTATE enmLinkState) argument
192 drvNetSnifferDown_WaitReceiveAvail(PPDMINETWORKDOWN pInterface, RTMSINTERVAL cMillies) argument
202 drvNetSnifferDown_Receive(PPDMINETWORKDOWN pInterface, const void *pvBuf, size_t cb) argument
229 drvNetSnifferDown_XmitPending(PPDMINETWORKDOWN pInterface) argument
244 drvNetSnifferDownCfg_GetMac(PPDMINETWORKCONFIG pInterface, PRTMAC pMac) argument
257 drvNetSnifferDownCfg_GetLinkState(PPDMINETWORKCONFIG pInterface) argument
271 drvNetSnifferDownCfg_SetLinkState(PPDMINETWORKCONFIG pInterface, PDMNETWORKLINKSTATE enmState) argument
281 drvNetSnifferQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]
H A DDrvUDPTunnel.cpp102 #define PDMINETWORKUP_2_DRVUDPTUNNEL(pInterface) ( (PDRVUDPTUNNEL)((uintptr_t)pInterface - RT_OFFSETOF(DRVUDPTUNNEL, INetworkUp)) )
111 static DECLCALLBACK(int) drvUDPTunnelUp_BeginXmit(PPDMINETWORKUP pInterface, bool fOnWorkerThread) argument
113 PDRVUDPTUNNEL pThis = PDMINETWORKUP_2_DRVUDPTUNNEL(pInterface);
126 static DECLCALLBACK(int) drvUDPTunnelUp_AllocBuf(PPDMINETWORKUP pInterface, size_t cbMin, argument
129 PDRVUDPTUNNEL pThis = PDMINETWORKUP_2_DRVUDPTUNNEL(pInterface);
172 static DECLCALLBACK(int) drvUDPTunnelUp_FreeBuf(PPDMINETWORKUP pInterface, PPDMSCATTERGATHER pSgBuf) argument
174 PDRVUDPTUNNEL pThis = PDMINETWORKUP_2_DRVUDPTUNNEL(pInterface);
189 static DECLCALLBACK(int) drvUDPTunnelUp_SendBuf(PPDMINETWORKUP pInterface, PPDMSCATTERGATHER pSgBuf, bool fOnWorkerThread) argument
191 PDRVUDPTUNNEL pThis = PDMINETWORKUP_2_DRVUDPTUNNEL(pInterface);
252 drvUDPTunnelUp_EndXmit(PPDMINETWORKUP pInterface) argument
262 drvUDPTunnelUp_SetPromiscuousMode(PPDMINETWORKUP pInterface, bool fPromiscuous) argument
276 drvUDPTunnelUp_NotifyLinkChanged(PPDMINETWORKUP pInterface, PDMNETWORKLINKSTATE enmLinkState) argument
376 drvUDPTunnelQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]
H A DDrvVDE.cpp107 #define PDMINETWORKUP_2_DRVVDE(pInterface) ( (PDRVVDE)((uintptr_t)pInterface - RT_OFFSETOF(DRVVDE, INetworkUp)) )
119 static DECLCALLBACK(int) drvVDENetworkUp_BeginXmit(PPDMINETWORKUP pInterface, bool fOnWorkerThread) argument
121 PDRVVDE pThis = PDMINETWORKUP_2_DRVVDE(pInterface);
135 static DECLCALLBACK(int) drvVDENetworkUp_AllocBuf(PPDMINETWORKUP pInterface, size_t cbMin, argument
138 PDRVVDE pThis = PDMINETWORKUP_2_DRVVDE(pInterface);
181 static DECLCALLBACK(int) drvVDENetworkUp_FreeBuf(PPDMINETWORKUP pInterface, PPDMSCATTERGATHER pSgBuf) argument
183 PDRVVDE pThis = PDMINETWORKUP_2_DRVVDE(pInterface);
198 static DECLCALLBACK(int) drvVDENetworkUp_SendBuf(PPDMINETWORKUP pInterface, PPDMSCATTERGATHER pSgBuf, bool fOnWorkerThread) argument
200 PDRVVDE pThis = PDMINETWORKUP_2_DRVVDE(pInterface);
263 drvVDENetworkUp_EndXmit(PPDMINETWORKUP pInterface) argument
273 drvVDENetworkUp_SetPromiscuousMode(PPDMINETWORKUP pInterface, bool fPromiscuous) argument
287 drvVDENetworkUp_NotifyLinkChanged(PPDMINETWORKUP pInterface, PDMNETWORKLINKSTATE enmLinkState) argument
454 drvVDEQueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]
/vbox/src/VBox/Devices/Samples/
H A DDrvStorageFilter.cpp76 drvStorageFltIMediaAsyncPort_TransferCompleteNotify(PPDMIMEDIAASYNCPORT pInterface, void *pvUser, int rcReq) argument
78 PDRVSTORAGEFILTER pThis = RT_FROM_MEMBER(pInterface, DRVSTORAGEFILTER, IMediaAsyncPort);
91 static DECLCALLBACK(int) drvStorageFltIMediaAsync_StartRead(PPDMIMEDIAASYNC pInterface, uint64_t off, argument
94 PDRVSTORAGEFILTER pThis = RT_FROM_MEMBER(pInterface, DRVSTORAGEFILTER, IMediaAsync);
100 static DECLCALLBACK(int) drvStorageFltIMediaAsync_StartWrite(PPDMIMEDIAASYNC pInterface, uint64_t off, argument
103 PDRVSTORAGEFILTER pThis = RT_FROM_MEMBER(pInterface, DRVSTORAGEFILTER, IMediaAsync);
109 static DECLCALLBACK(int) drvStorageFltIMediaAsync_StartFlush(PPDMIMEDIAASYNC pInterface, void *pvUser) argument
111 PDRVSTORAGEFILTER pThis = RT_FROM_MEMBER(pInterface, DRVSTORAGEFILTER, IMediaAsync);
118 static DECLCALLBACK(int) drvStorageFltIMediaAsync_StartDiscard(PPDMIMEDIAASYNC pInterface, PCRTRANGE paRanges, argument
121 PDRVSTORAGEFILTER pThis = RT_FROM_MEMBER(pInterface, DRVSTORAGEFILTE
134 drvStorageFltIMediaPort_QueryDeviceLocation(PPDMIMEDIAPORT pInterface, const char **ppcszController, uint32_t *piInstance, uint32_t *piLUN) argument
150 drvStorageFltIMedia_Read(PPDMIMEDIA pInterface, uint64_t off, void *pvBuf, size_t cbRead) argument
158 drvStorageFltIMedia_Write(PPDMIMEDIA pInterface, uint64_t off, const void *pvBuf, size_t cbWrite) argument
166 drvStorageFltIMedia_Flush(PPDMIMEDIA pInterface) argument
174 drvStorageFltIMedia_Merge(PPDMIMEDIA pInterface, PFNSIMPLEPROGRESS pfnProgress, void *pvUser) argument
182 drvStorageFltIMedia_GetSize(PPDMIMEDIA pInterface) argument
190 drvStorageFltIMedia_IsReadOnly(PPDMIMEDIA pInterface) argument
198 drvStorageFltIMedia_BiosGetPCHSGeometry(PPDMIMEDIA pInterface, PPDMMEDIAGEOMETRY pPCHSGeometry) argument
206 drvStorageFltIMedia_BiosSetPCHSGeometry(PPDMIMEDIA pInterface, PCPDMMEDIAGEOMETRY pPCHSGeometry) argument
214 drvStorageFltIMedia_BiosGetLCHSGeometry(PPDMIMEDIA pInterface, PPDMMEDIAGEOMETRY pLCHSGeometry) argument
222 drvStorageFltIMedia_BiosSetLCHSGeometry(PPDMIMEDIA pInterface, PCPDMMEDIAGEOMETRY pLCHSGeometry) argument
230 drvStorageFltIMedia_GetUuid(PPDMIMEDIA pInterface, PRTUUID pUuid) argument
238 drvStorageFltIMedia_Discard(PPDMIMEDIA pInterface, PCRTRANGE paRanges, unsigned cRanges) argument
253 drvStorageFltIBase_QueryInterface(PPDMIBASE pInterface, const char *pszIID) argument
[all...]

Completed in 104 milliseconds

1234