Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c234 EFI_DEVICE_PATH_PROTOCOL *SupportedDevicePath; in BootMonFsDriverSupported() local
298 SupportedDevicePath = GetNextDevicePathInstance (&SupportedDevicePaths, &Size2); in BootMonFsDriverSupported()
300 if ((Size1 == Size2) && (CompareMem (DevicePathProtocol, SupportedDevicePath, Size1) == 0)) { in BootMonFsDriverSupported()