Home | History | Annotate | Download | only in VirtioBlkDxe

Lines Matching refs:ReadBlocks

108     - EFI_BLOCK_IO_PROTOCOL.ReadBlocks()

112 - 24.2.2. ReadBlocks() and ReadBlocksEx() Implementation
143 ReadBlocks() and WriteBlocks, as required by
192 - specific checks in ReadBlocks() / WriteBlocks() / FlushBlocks(), and
226 forwarded by the EFI_BLOCK_IO_PROTOCOL functions (ReadBlocks(),
338 ReadBlocks() operation for virtio-blk.
342 Protocol, EFI_BLOCK_IO_PROTOCOL.ReadBlocks().
343 - Driver Writer's Guide for UEFI 2.3.1 v1.01, 24.2.2. ReadBlocks() and
766 Dev->BlockIo.ReadBlocks = &VirtioBlkReadBlocks;