/external/rmi4utils/rmi4update/ |
rmi4update.h | 41 int WriteBlocks(unsigned char *block, unsigned short count, unsigned char cmd);
|
rmi4update.cpp | 137 rc = WriteBlocks(m_firmwareImage.GetLockdownData(), 184 rc = WriteBlocks(m_firmwareImage.GetFirmwareData(), m_fwBlockCount, 198 rc = WriteBlocks(m_firmwareImage.GetConfigData(), m_configBlockCount, 422 int RMI4Update::WriteBlocks(unsigned char *block, unsigned short count, unsigned char cmd)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/BlockIo/ |
BlockIo.h | 160 as of the most recent ReadBlocks() or WriteBlocks() call.
165 WriteBlocks () call.
206 EFI_BLOCK_WRITE WriteBlocks;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
BlockIo.h | 148 /// as of the most recent ReadBlocks() or WriteBlocks() call.
160 /// This field shows the read-only status as of the most recent WriteBlocks () call.
234 EFI_BLOCK_WRITE WriteBlocks;
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/ |
VirtioBlk.h | 210 WriteBlocks() operation for virtio-blk.
214 Protocol, EFI_BLOCK_IO_PROTOCOL.WriteBlocks().
215 - Driver Writer's Guide for UEFI 2.3.1 v1.01, 24.2.3 WriteBlocks() and
|
VirtioBlk.c | 109 - EFI_BLOCK_IO_PROTOCOL.WriteBlocks()
113 - 24.2.3 WriteBlocks() and WriteBlockEx() Implementation
143 ReadBlocks() and WriteBlocks, as required by
192 - specific checks in ReadBlocks() / WriteBlocks() / FlushBlocks(), and
227 WriteBlocks(), FlushBlocks()).
394 WriteBlocks() operation for virtio-blk.
398 Protocol, EFI_BLOCK_IO_PROTOCOL.WriteBlocks().
399 - Driver Writer's Guide for UEFI 2.3.1 v1.01, 24.2.3 WriteBlocks() and
781 Dev->BlockIo.WriteBlocks = &VirtioBlkWriteBlocks;
[all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/ |
PeiBlockIo.h | 142 /// as of the most recent ReadBlocks() or WriteBlocks() call.
154 /// This field shows the read-only status as of the most recent WriteBlocks () call.
230 PEI_BLOCK_WRITE WriteBlocks;
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/FlashFvbDxe/ |
FlashBlockIoDxe.c | 56 // BlockIO Protocol function EFI_BLOCK_IO_PROTOCOL.WriteBlocks
|
FlashFvbDxe.h | 113 // BlockIO Protocol function EFI_BLOCK_IO_PROTOCOL.WriteBlocks
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
NorFlashBlockIoDxe.c | 81 // BlockIO Protocol function EFI_BLOCK_IO_PROTOCOL.WriteBlocks
|
NorFlashDxe.h | 195 // BlockIO Protocol function EFI_BLOCK_IO_PROTOCOL.WriteBlocks
|
/external/syslinux/efi/ |
diskio.c | 20 return uefi_call_wrapper(bio->WriteBlocks, 5, bio, id, lba, bytes, buf);
|
/device/linaro/bootloader/OpenPlatformPkg/Library/UsbSerialNumberLib/ |
UsbSerialNumberLib.c | 177 Status = BlockIoProtocol->WriteBlocks ( 247 Status = BlockIoProtocol->WriteBlocks (
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
CEATABlockIo.c | 169 Implements EFI_BLOCK_IO_PROTOCOL.WriteBlocks() function.
344 CardData->BlockIo.WriteBlocks = CEATABlockWriteBlocks;
|
MMCSDBlockIo.c | 276 Implements EFI_BLOCK_IO_PROTOCOL.WriteBlocks() function.
518 CardData->BlockIo.WriteBlocks = MMCSDBlockWriteBlocks;
|
/device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/ |
BlockIo.c | 206 This function implements EFI_BLOCK_IO_PROTOCOL.WriteBlocks().
238 DEBUG ((EFI_D_INFO, "BlockIo (MMIO) WriteBlocks: lba=0x%Lx, size=0x%Lx\n",
323 Private->BlockIo.WriteBlocks = BlockIoWriteBlocks;
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/ |
HiKey960FastbootDxe.c | 287 Status = mFlashBlockIo->WriteBlocks (
341 Status = mFlashBlockIo->WriteBlocks (
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/ |
Mmc.c | 111 MmcHostInstance->BlockIo.WriteBlocks = MmcWriteBlocks;
|
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/ |
EmuBlockIo.h | 184 EMU_BLOCK_WRITE WriteBlocks;
|
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/ |
BlockIo.c | 51 XenPvBlkDxeBlockIoWriteBlocks, // WriteBlocks
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
DiskImage.c | 402 Status = BlkIo->WriteBlocks (
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/ |
EmuBlockIo.c | 160 Status = Private->Io->WriteBlocks (Private->Io, MediaId, LBA, Token, BufferSize, Buffer);
332 Status = Private->Io->WriteBlocks (Private->Io, MediaId, Lba, &Token, BufferSize, Buffer);
548 Private->BlockIo.WriteBlocks = EmuBlockIoWriteBlocks;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassImpl.c | 194 This function implements EFI_BLOCK_IO_PROTOCOL.WriteBlocks().
503 UsbMass->BlockIo.WriteBlocks = UsbMassWriteBlocks;
644 UsbMass->BlockIo.WriteBlocks = UsbMassWriteBlocks;
[all...] |
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/ |
MMCHS.c | 6 a media change event a call to BlockIo ReadBlocks/WriteBlocks will cause the
9 ReadBlocks/WriteBlocks after media has been insterted (booting with a card
[all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
WinNtBlockIo.c | 538 BlockIo->WriteBlocks = WinNtBlockIoWriteBlocks;
865 DEBUG ((EFI_D_INIT, "WriteBlocks: SetFilePointer failed\n"));
|