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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp57 pUrb->UrbHeader.Length = cbSize;
58 pUrb->UrbHeader.Function = u16Function;
69 pUrb->UrbHeader.Length = cbSize;
70 pUrb->UrbHeader.Function = u16Function;
76 Assert(pUrb->UrbHeader.Length == cbSize);
77 if (pUrb->UrbHeader.Length < cbSize)
79 pUrb->UrbHeader.Length = cbSize;
80 pUrb->UrbHeader.Function = u16Function;
111 pUrb->UrbHeader.Function = URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE;
112 pUrb->UrbHeader
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp575 if(NT_SUCCESS(Status) && USBD_SUCCESS(pUrb->UrbHeader.Status))
582 AssertMsgFailed((__FUNCTION__": VBoxUsbToolUrbPost failed Status (0x%x), usb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));
622 if (NT_SUCCESS(Status) && USBD_SUCCESS(pUrb->UrbHeader.Status))
682 AssertMsgFailed((__FUNCTION__": VBoxUsbToolUrbPost failed Status (0x%x), usb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));
818 if (NT_SUCCESS(Status) && USBD_SUCCESS(pUrb->UrbHeader.Status))
832 AssertMsgFailed((__FUNCTION__": VBoxUsbToolUrbPost failed Status (0x%x) usb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));
1048 switch(pUrb->UrbHeader.Status)
1061 AssertMsgFailed((__FUNCTION__": sw error, urb Status (0x%x)\n", pUrb->UrbHeader.Status));
1108 Log((__FUNCTION__": URB failed Status (0x%x) urb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));
1125 switch(pUrb->UrbHeader
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb.h393 struct _URB_HEADER UrbHeader; member in union:_URB::__anon13393
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb.h393 struct _URB_HEADER UrbHeader; member in union:_URB::__anon790

Completed in 52 milliseconds