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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBoot.c852 USB_BOOT_WRITE10_CMD WriteCmd; local
879 ZeroMem (&WriteCmd, sizeof (USB_BOOT_WRITE10_CMD));
881 WriteCmd.OpCode = USB_BOOT_WRITE10_OPCODE;
882 WriteCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
883 WriteUnaligned32 ((UINT32 *) WriteCmd.Lba, SwapBytes32 (Lba));
884 WriteUnaligned16 ((UINT16 *) WriteCmd.TransferLen, SwapBytes16 (Count));
888 &WriteCmd,
1002 UINT8 WriteCmd[16]; local
1027 ZeroMem (WriteCmd, sizeof (WriteCmd));
[all...]

Completed in 43 milliseconds