Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c503 IN EFI_DEVICE_PATH_PROTOCOL *DriverFilePath in NeedRecordThisDriver() argument
521 FilePathSize = GetDevicePathSize (DriverFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL); in NeedRecordThisDriver()
538 (CompareMem (DriverFilePath, DevicePathInstance, DevicePathSize) == 0)) { in NeedRecordThisDriver()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c583 IN EFI_DEVICE_PATH_PROTOCOL *DriverFilePath in NeedRecordThisDriver() argument
601 FilePathSize = GetDevicePathSize (DriverFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL); in NeedRecordThisDriver()
618 (CompareMem (DriverFilePath, DevicePathInstance, DevicePathSize) == 0)) { in NeedRecordThisDriver()