Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDriverEntryPoint.c168 EFI_DEVICE_PATH_PROTOCOL *CompleteFilePath; in _ModuleEntryPoint() local
218 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in _ModuleEntryPoint()
224 … Status = SmmBase->Register (SmmBase, CompleteFilePath, LoadedImage->ImageBase, 0, &Handle, FALSE); in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
DEdkIIGlueSmmDriverEntryPoint.c319 EFI_DEVICE_PATH_PROTOCOL *CompleteFilePath; in _ModuleEntryPoint() local
377 CompleteFilePath = SmmAppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in _ModuleEntryPoint()
383 Status = SmmBase->Register (SmmBase, CompleteFilePath, NULL, 0, &Handle, FALSE); in _ModuleEntryPoint()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.c1568 OUT EFI_DEVICE_PATH_PROTOCOL **CompleteFilePath in GetFullDriverPath() argument
1607 *CompleteFilePath = AppendDevicePath ( in GetFullDriverPath()
1657 EFI_DEVICE_PATH_PROTOCOL *CompleteFilePath; in FvbInitialize() local
1666 CompleteFilePath = NULL; in FvbInitialize()
1667 GetFullDriverPath (ImageHandle, SystemTable, &CompleteFilePath); in FvbInitialize()