Searched refs:pDevice (Results 1 - 25 of 200) sorted by relevance

12345678

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtio-solaris.c66 PVIRTIODEVICE pDevice = RTMemAllocZ(sizeof(VIRTIODEVICE)); local
67 if (RT_LIKELY(pDevice))
69 pDevice->pDip = pDip;
70 pDevice->pDeviceOps = pDeviceOps;
71 pDevice->pHyperOps = pHyperOps;
73 pDevice->pvDevice = pDevice->pDeviceOps->pfnAlloc(pDevice);
74 if (RT_LIKELY(pDevice->pvDevice))
76 pDevice
137 PVIRTIODEVICE pDevice = ddi_get_driver_private(pDip); local
174 VirtioGetQueue(PVIRTIODEVICE pDevice, uint16_t Index) argument
207 VirtioPutQueue(PVIRTIODEVICE pDevice, PVIRTIOQUEUE pQueue) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiDisp.h28 struct VBOXWDDMDISP_DEVICE *pDevice; member in struct:VBOXUHGSMI_PRIVATE_D3D
31 void vboxUhgsmiD3DInit(PVBOXUHGSMI_PRIVATE_D3D pHgsmi, struct VBOXWDDMDISP_DEVICE *pDevice);
33 void vboxUhgsmiD3DEscInit(PVBOXUHGSMI_PRIVATE_D3D pHgsmi, struct VBOXWDDMDISP_DEVICE *pDevice);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp229 DECLINLINE(void) vboxUsbFltDevRetain(PVBOXUSBFLT_DEVICE pDevice) argument
231 Assert(pDevice->cRefs);
232 ASMAtomicIncU32(&pDevice->cRefs);
235 static void vboxUsbFltDevDestroy(PVBOXUSBFLT_DEVICE pDevice) argument
237 Assert(!pDevice->cRefs);
238 Assert(pDevice->enmState == VBOXUSBFLT_DEVSTATE_REMOVED);
239 VBoxUsbMonMemFree(pDevice);
242 DECLINLINE(void) vboxUsbFltDevRelease(PVBOXUSBFLT_DEVICE pDevice) argument
244 uint32_t cRefs = ASMAtomicDecU32(&pDevice->cRefs);
248 vboxUsbFltDevDestroy(pDevice);
261 vboxUsbFltDevOwnerClearLocked(PVBOXUSBFLT_DEVICE pDevice) argument
270 vboxUsbFltDevOwnerUpdateLocked(PVBOXUSBFLT_DEVICE pDevice, PVBOXUSBFLTCTX pContext, uintptr_t uFltId, bool fIsOneShot) argument
293 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
309 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
324 PVBOXUSBFLT_DEVICE pDevice; local
360 vboxUsbFltDevCanBeCaptured(PVBOXUSBFLT_DEVICE pDevice) argument
370 vboxUsbFltDevMatchLocked(PVBOXUSBFLT_DEVICE pDevice, uintptr_t *puId, bool fRemoveFltIfOneShot, bool *pfFilter, bool *pfIsOneShot) argument
399 vboxUsbFltDevStateMarkReplugLocked(PVBOXUSBFLT_DEVICE pDevice) argument
405 vboxUsbFltDevStateIsNotFiltered(PVBOXUSBFLT_DEVICE pDevice) argument
410 vboxUsbFltDevStateIsFiltered(PVBOXUSBFLT_DEVICE pDevice) argument
417 vboxUsbFltDevPopulate(PVBOXUSBFLT_DEVICE pDevice, PDEVICE_OBJECT pDo ) argument
605 vboxUsbFltDevCheckReplugLocked(PVBOXUSBFLT_DEVICE pDevice, PVBOXUSBFLTCTX pContext) argument
768 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_REPLUGGINGLE(pEntry); local
808 PVBOXUSBFLT_DEVICE pDevice = vboxUsbFltDevGetLocked(pDevObj); local
961 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
1075 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
1138 vboxUsbDevGetUserState(PVBOXUSBFLTCTX pContext, PVBOXUSBFLT_DEVICE pDevice) argument
1178 vboxUsbDevToUserInfo(PVBOXUSBFLTCTX pContext, PVBOXUSBFLT_DEVICE pDevice, PUSBSUP_DEVINFO pDevInfo) argument
1207 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
1231 PVBOXUSBFLT_DEVICE pDevice; local
1328 PVBOXUSBFLT_DEVICE pDevice = vboxUsbFltDevGetLocked(pPdo); local
1340 PVBOXUSBFLT_DEVICE pDevice; local
1371 PVBOXUSBFLT_DEVICE pDevice; local
1400 PVBOXUSBFLT_DEVICE pDevice = (PVBOXUSBFLT_DEVICE)hDev; local
1468 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
1492 PVBOXUSBFLT_DEVICE pDevice = PVBOXUSBFLT_DEVICE_FROM_LE(pEntry); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
45 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
45 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxmotion.h42 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
47 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
H A DquartzAudio.h38 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
H A DquartzAudio.h38 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
46 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
45 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
45 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxmotion.h41 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
45 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxmotion.h42 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
47 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
H A DquartzAudio.h39 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxmotion.h42 extern int dmxPointerGetMotionEvents(DeviceIntPtr pDevice,
47 extern void dmxPointerPutMotionEvent(DeviceIntPtr pDevice,
H A DquartzAudio.h39 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Main/include/
H A DUSBGetDevices.h30 * @param pDevice Pointer to the device.
32 static inline void deviceFreeMembers(PUSBDEVICE pDevice) argument
34 RTStrFree((char *)pDevice->pszManufacturer);
35 pDevice->pszManufacturer = NULL;
36 RTStrFree((char *)pDevice->pszProduct);
37 pDevice->pszProduct = NULL;
38 RTStrFree((char *)pDevice->pszSerialNumber);
39 pDevice->pszSerialNumber = NULL;
41 RTStrFree((char *)pDevice->pszAddress);
42 pDevice
52 deviceFree(PUSBDEVICE pDevice) argument
[all...]

Completed in 1486 milliseconds

12345678