EfiDevice
device_contains_partition(EfiDevice *device, boot::Partition *partition)
EfiDevice *device = new(std::nothrow)EfiDevice(blockIo);
if (device_contains_partition((EfiDevice*)bootDevice, partition)) {
EfiDevice(efi_block_io_protocol *blockIo);
virtual ~EfiDevice();
EfiDevice::EfiDevice(efi_block_io_protocol *blockIo)
EfiDevice::~EfiDevice()
EfiDevice::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize)