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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusbdlib.h37 PURB WINAPI USBD_CreateConfigurationRequest(PUSB_CONFIGURATION_DESCRIPTOR,PUSHORT);
38 PURB WINAPI USBD_CreateConfigurationRequestEx(PUSB_CONFIGURATION_DESCRIPTOR,PUSBD_INTERFACE_LIST_ENTRY);
H A Dusb.h413 typedef struct _URB *PURB; typedef in typeref:struct:_URB
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.h45 VBOXUSBTOOL_DECL(PURB) VBoxUsbToolUrbAlloc(USHORT u16Function, USHORT cbSize);
46 VBOXUSBTOOL_DECL(PURB) VBoxUsbToolUrbAllocZ(USHORT u16Function, USHORT cbSize);
47 VBOXUSBTOOL_DECL(PURB) VBoxUsbToolUrbReinit(PURB pUrb, USHORT cbSize, USHORT u16Function);
48 VBOXUSBTOOL_DECL(VOID) VBoxUsbToolUrbFree(PURB pUrb);
49 VBOXUSBTOOL_DECL(NTSTATUS) VBoxUsbToolUrbPost(PDEVICE_OBJECT pDevObj, PURB pUrb, ULONG dwTimeoutMs);
H A DVBoxUsbTool.cpp50 VBOXUSBTOOL_DECL(PURB) VBoxUsbToolUrbAlloc(USHORT u16Function, USHORT cbSize)
52 PURB pUrb = (PURB)vboxUsbToolMemAlloc(cbSize);
62 VBOXUSBTOOL_DECL(PURB) VBoxUsbToolUrbAllocZ(USHORT u16Function, USHORT cbSize)
64 PURB pUrb = (PURB)vboxUsbToolMemAllocZ(cbSize);
74 VBOXUSBTOOL_DECL(PURB) VBoxUsbToolUrbReinit(PURB pUrb, USHORT cbSize, USHORT u16Function)
84 VBOXUSBTOOL_DECL(VOID) VBoxUsbToolUrbFree(PURB pUrb)
89 VBOXUSBTOOL_DECL(NTSTATUS) VBoxUsbToolUrbPost(PDEVICE_OBJECT pDevObj, PURB pUr
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusbdlib.h37 PURB WINAPI USBD_CreateConfigurationRequest(PUSB_CONFIGURATION_DESCRIPTOR,PUSHORT);
38 PURB WINAPI USBD_CreateConfigurationRequestEx(PUSB_CONFIGURATION_DESCRIPTOR,PUSBD_INTERFACE_LIST_ENTRY);
H A Dusb.h413 typedef struct _URB *PURB; typedef in typeref:struct:_URB
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbCmn.h62 DECLSPEC_USBIMPORT PURB
H A DVBoxUsbRt.cpp32 PURB pUrb;
557 PURB pUrb = NULL;
770 PURB pUrb = VBoxUsbToolUrbAllocZ(0, uUrbSize);
1031 PURB pUrb = pContext->pUrb;
1219 PURB pUrb = (PURB)(pContext + 1);

Completed in 56 milliseconds