Home
last modified time | relevance | path

Searched refs:DevicePathPkg (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c680 UINT8 *DevicePathPkg; in GetRecordFromDevicePath() local
689 DevicePathPkg = TempDatabase->PackageList->DevicePathPkg; in GetRecordFromDevicePath()
690 if (DevicePathPkg != NULL) { in GetRecordFromDevicePath()
691 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in GetRecordFromDevicePath()
2266 UINT8 *DevicePathPkg; in GetStringIdFromDatabase() local
2314 if ((DevicePathPkg = Record->PackageList->DevicePathPkg) != NULL) { in GetStringIdFromDatabase()
2315 … DestDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER)); in GetStringIdFromDatabase()
2553 UINT8 *DevicePathPkg; in EnumerateAllKeywords() local
2589 if ((DevicePathPkg = DataBaseRecord->PackageList->DevicePathPkg) != NULL) { in EnumerateAllKeywords()
2590 DevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in EnumerateAllKeywords()
DDatabase.c67 PackageList->DevicePathPkg = NULL; in GenerateHiiDatabaseRecord()
1955 if (PackageList->DevicePathPkg != NULL) { in InsertDevicePathPackage()
1960 PackageList->DevicePathPkg = (UINT8 *) AllocateZeroPool (PackageLength); in InsertDevicePathPackage()
1961 if (PackageList->DevicePathPkg == NULL) { in InsertDevicePathPackage()
1967 CopyMem (PackageList->DevicePathPkg, &Header, sizeof (EFI_HII_PACKAGE_HEADER)); in InsertDevicePathPackage()
1969 PackageList->DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER), in InsertDevicePathPackage()
2022 Package = PackageList->DevicePathPkg; in ExportDevicePathPackage()
2078 Package = PackageList->DevicePathPkg; in RemoveDevicePathPackage()
2103 PackageList->DevicePathPkg = NULL; in RemoveDevicePathPackage()
2159 (VOID *) DatabaseRecord->PackageList->DevicePathPkg, in AddDevicePathPackage()
[all …]
DConfigRouting.c3686 UINT8 *DevicePathPkg; in HiiConfigRoutingExtractConfig() local
3783 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExtractConfig()
3784 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExtractConfig()
4019 UINT8 *DevicePathPkg; in HiiConfigRoutingExportConfig() local
4078 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExportConfig()
4079 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExportConfig()
4215 UINT8 *DevicePathPkg; in HiiConfigRoutingRouteConfig() local
4292 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingRouteConfig()
4293 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingRouteConfig()
DHiiDatabase.h261 UINT8 *DevicePathPkg; member