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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp694 DVTARGETDEVICE *pTargetDevice)
702 pFormatEtc->ptd = pTargetDevice;
692 RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed, LONG lIndex, DWORD dwAspect, DVTARGETDEVICE *pTargetDevice) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp615 DVTARGETDEVICE *pTargetDevice)
623 pFormatEtc->ptd = pTargetDevice;
613 RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed, LONG lIndex, DWORD dwAspect, DVTARGETDEVICE *pTargetDevice) argument
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp381 PLSILOGICDEVICE pTargetDevice; member in struct:LSILOGICREQ
2173 PLSILOGICDEVICE pTargetDevice; local
2174 pTargetDevice = &pThis->paDeviceStates[pLsiReq->GuestRequest.SCSIIO.u8TargetID];
2176 if (pTargetDevice->pDrvBase)
2188 pLsiReq->pTargetDevice = pTargetDevice;
2218 ASMAtomicIncU32(&pTargetDevice->cOutstandingRequests);
2219 rc = pTargetDevice->pDrvSCSIConnector->pfnSCSIRequestSend(pTargetDevice->pDrvSCSIConnector, &pLsiReq->PDMScsiRequest);
2281 PLSILOGICDEVICE pLsiLogicDevice = pLsiReq->pTargetDevice;
[all...]
H A DDevBusLogic.cpp1323 PPDMDEVINS pDevIns = pTaskState->CTX_SUFF(pTargetDevice)->CTX_SUFF(pBusLogic)->CTX_SUFF(pDevIns);
1350 PPDMDEVINS pDevIns = pTaskState->CTX_SUFF(pTargetDevice)->CTX_SUFF(pBusLogic)->CTX_SUFF(pDevIns);
1494 PPDMDEVINS pDevIns = pTaskState->CTX_SUFF(pTargetDevice)->CTX_SUFF(pBusLogic)->CTX_SUFF(pDevIns);
1632 PPDMDEVINS pDevIns = pTaskState->CTX_SUFF(pTargetDevice)->CTX_SUFF(pBusLogic)->CTX_SUFF(pDevIns);
1664 PPDMDEVINS pDevIns = pTaskState->CTX_SUFF(pTargetDevice)->CTX_SUFF(pBusLogic)->CTX_SUFF(pDevIns);
2478 pTaskState->CTX_SUFF(pTargetDevice) = &pBusLogic->aDeviceStates[uTargetDevice];
2480 if (!pTaskState->CTX_SUFF(pTargetDevice)->fPresent)
2501 LogFlowFunc(("before increment %u\n", pTaskState->CTX_SUFF(pTargetDevice)->cOutstandingRequests));
2502 ASMAtomicIncU32(&pTaskState->CTX_SUFF(pTargetDevice)->cOutstandingRequests);
2503 LogFlowFunc(("after increment %u\n", pTaskState->CTX_SUFF(pTargetDevice)
2890 PBUSLOGICDEVICE pTargetDevice; local
2975 PBUSLOGICDEVICE pTargetDevice; local
[all...]

Completed in 66 milliseconds