Home | History | Annotate | Download | only in VirtioBlkDxe

Lines Matching full:writeblocks

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;