Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c77 EFI_HANDLE *mBlkIo = NULL; variable
150 if (mBlkIo != NULL) { in EblUpdateDeviceLists()
151 FreePool (mBlkIo); in EblUpdateDeviceLists()
153 gBS->LocateHandleBuffer (ByProtocol, &gEfiBlockIoProtocolGuid, NULL, &mBlkIoCount, &mBlkIo); in EblUpdateDeviceLists()
850 File->EfiHandle = mBlkIo[DevNumber]; in EfiOpen()