HomeSort by relevance Sort by last modified time
    Searched refs:ThisFilePath (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmramProfileRecord.c 43 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath;
45 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath;
46 while (!IsDevicePathEnd (ThisFilePath)) {
47 if ((DevicePathType (ThisFilePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (ThisFilePath) == MEDIA_PIWG_FW_FILE_DP)) {
48 return &ThisFilePath->FvFileName;
50 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 691 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath;
696 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath;
697 while (!IsDevicePathEnd (ThisFilePath)) {
698 FileName = EfiGetNameGuidFromFwVolDevicePathNode (ThisFilePath);
702 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 756 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath;
761 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath;
762 while (!IsDevicePathEnd (ThisFilePath)) {
763 FileName = EfiGetNameGuidFromFwVolDevicePathNode (ThisFilePath);
767 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath);
    [all...]

Completed in 169 milliseconds