Home
last modified time | relevance | path

Searched refs:PARTITION_DEVICE_FROM_BLOCK_IO2_THIS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DPartition.c771 Private = PARTITION_DEVICE_FROM_BLOCK_IO2_THIS (This); in PartitionResetEx()
890 Private = PARTITION_DEVICE_FROM_BLOCK_IO2_THIS (This); in PartitionReadBlocksEx()
966 Private = PARTITION_DEVICE_FROM_BLOCK_IO2_THIS (This); in PartitionWriteBlocksEx()
1027 Private = PARTITION_DEVICE_FROM_BLOCK_IO2_THIS (This); in PartitionFlushBlocksEx()
DPartition.h75 #define PARTITION_DEVICE_FROM_BLOCK_IO2_THIS(a) CR (a, PARTITION_PRIVATE_DATA, BlockIo2, PARTITION_… macro