Searched defs:wLength (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/ |
H A D | popfile.c | 147 WORD wLength ; local 153 wLength = GetWindowTextLength (hwndEdit) ; 157 if (wLength != _lwrite (hFile, lpstrBuffer, wLength))
|
/vbox/src/VBox/Devices/USB/testcase/ |
H A D | tstPalmOne.c | 60 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 D | tstTrekStorGo.c | 60 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 D | VBoxUsbRt.cpp | 46 uint16_t wLength; member in struct:VBOXUSB_SETUP
|
/vbox/src/VBox/Devices/USB/freebsd/ |
H A D | USBProxyDevice-freebsd.cpp | 228 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 D | VUSBSniffer.cpp | 165 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 D | XhciSched.h | 252 UINT32 wLength:16; member in struct:_TRANSFER_TRB_CONTROL_SETUP
|
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/ |
H A D | usbcalls.c | 135 USHORT wLength; member in struct:__anon16416 146 USHORT wLength; member in struct:__anon16417 720 CtrlRequest.wLength = usLength;
|
/vbox/include/VBox/ |
H A D | vusb.h | 450 uint16_t wLength; member in struct:vusb_setup
|
Completed in 517 milliseconds