OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThisFilePath
(Results
1 - 2
of
2
) 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
483
MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *
ThisFilePath
;
488
ThisFilePath
= (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath;
489
while (!IsDevicePathEnd (
ThisFilePath
)) {
490
FileName = EfiGetNameGuidFromFwVolDevicePathNode (
ThisFilePath
);
494
ThisFilePath
= (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (
ThisFilePath
);
[
all
...]
Completed in 50 milliseconds