Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmramProfileRecord.c43 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath; in GetFileNameFromFilePath() local
45 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath; in GetFileNameFromFilePath()
46 while (!IsDevicePathEnd (ThisFilePath)) { in GetFileNameFromFilePath()
47 …if ((DevicePathType (ThisFilePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (ThisFilePath) == M… in GetFileNameFromFilePath()
48 return &ThisFilePath->FvFileName; in GetFileNameFromFilePath()
50 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c691 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath; in GetFileNameFromFilePath() local
696 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath; in GetFileNameFromFilePath()
697 while (!IsDevicePathEnd (ThisFilePath)) { in GetFileNameFromFilePath()
698 FileName = EfiGetNameGuidFromFwVolDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()
702 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c756 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath; in GetFileNameFromFilePath() local
761 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath; in GetFileNameFromFilePath()
762 while (!IsDevicePathEnd (ThisFilePath)) { in GetFileNameFromFilePath()
763 FileName = EfiGetNameGuidFromFwVolDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()
767 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()