Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
DEmmcDxe.c539 EFI_DEVICE_PATH_PROTOCOL *RemainingEmmcDevPath; in DiscoverEmmcDevice() local
579 RemainingEmmcDevPath = NewDevicePath; in DiscoverEmmcDevice()
580 …Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingEmmcDevPath, &DeviceHandle); in DiscoverEmmcDevice()
584 if (EFI_ERROR (Status) || (DeviceHandle == NULL) || !IsDevicePathEnd (RemainingEmmcDevPath)) { in DiscoverEmmcDevice()