Searched refs:FeConfigAccess (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/ |
D | FileExplorer.h | 93 EFI_HII_CONFIG_ACCESS_PROTOCOL FeConfigAccess; member 102 #define FILE_EXPLORER_PRIVATE_FROM_THIS(a) CR (a, FILE_EXPLORER_CALLBACK_DATA, FeConfigAccess, FIL…
|
D | FileExplorer.c | 1474 &gFileExplorerPrivate.FeConfigAccess, in FileExplorerLibConstructor() 1532 &gFileExplorerPrivate.FeConfigAccess, in FileExplorerLibDestructor()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | BootMaint.c | 1583 BmmCallbackInfo->FeConfigAccess.ExtractConfig = FakeExtractConfig; in InitBMPackage() 1584 BmmCallbackInfo->FeConfigAccess.RouteConfig = FileExplorerRouteConfig; in InitBMPackage() 1585 BmmCallbackInfo->FeConfigAccess.Callback = FileExplorerCallback; in InitBMPackage() 1608 &BmmCallbackInfo->FeConfigAccess, in InitBMPackage() 1667 &BmmCallbackInfo->FeConfigAccess, in FreeBMPackage()
|
D | BootMaint.h | 65 #define FE_CALLBACK_DATA_FROM_THIS(a) CR (a, BMM_CALLBACK_DATA, FeConfigAccess, BMM_CALLBACK_DATA… 377 EFI_HII_CONFIG_ACCESS_PROTOCOL FeConfigAccess; member
|