Searched defs:wLength (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpopfile.c147 WORD wLength ; local
153 wLength = GetWindowTextLength (hwndEdit) ;
157 if (wLength != _lwrite (hFile, lpstrBuffer, wLength))
/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c60 uint16_t wLength; member in struct:vusb_setup
165 int doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, argument
190 CtrlMsg.wLength = wLength;
195 printf("rc=%d CtrlMsg.wLength=%d\n", rc, CtrlMsg.wLength);
H A DtstTrekStorGo.c60 uint16_t wLength; member in struct:vusb_setup
165 int doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, argument
190 CtrlMsg.wLength = wLength;
195 printf("rc=%d CtrlMsg.wLength=%d\n", rc, CtrlMsg.wLength);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp46 uint16_t wLength; member in struct:VBOXUSB_SETUP
/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp228 uint16_t wIndex, uint16_t wLength)
231 "bRequest=%x wValue=%x wIndex=%x wLength=%x\n", (void *)pSetupData,
232 bmRequestType, bRequest, wValue, wIndex, wLength));
242 pSetupData->wLength[0] = wLength & 0xff;
243 pSetupData->wLength[1] = (wLength >> 8) & 0xff;
731 /* check wLength */
226 usbProxyFreeBSDSetupReq(struct usb_device_request *pSetupData, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/vbox/src/VBox/Devices/USB/
H A DVUSBSniffer.cpp165 uint16_t wLength; member in struct:DumpFileUsbSetup
707 UsbHdr.u.UsbSetup.wLength = pSetup->wLength;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h252 UINT32 wLength:16; member in struct:_TRANSFER_TRB_CONTROL_SETUP
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c135 USHORT wLength; member in struct:__anon16416
146 USHORT wLength; member in struct:__anon16417
720 CtrlRequest.wLength = usLength;
/vbox/include/VBox/
H A Dvusb.h450 uint16_t wLength; member in struct:vusb_setup

Completed in 494 milliseconds