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.c682 UINT8 *DevicePathPkg; in GetRecordFromDevicePath() local
691 DevicePathPkg = TempDatabase->PackageList->DevicePathPkg; in GetRecordFromDevicePath()
692 if (DevicePathPkg != NULL) { in GetRecordFromDevicePath()
693 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in GetRecordFromDevicePath()
2276 UINT8 *DevicePathPkg; in GetStringIdFromDatabase() local
2324 if ((DevicePathPkg = Record->PackageList->DevicePathPkg) != NULL) { in GetStringIdFromDatabase()
2325 … DestDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER)); in GetStringIdFromDatabase()
2565 UINT8 *DevicePathPkg; in EnumerateAllKeywords() local
2601 if ((DevicePathPkg = DataBaseRecord->PackageList->DevicePathPkg) != NULL) { in EnumerateAllKeywords()
2602 DevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in EnumerateAllKeywords()
DDatabase.c73 PackageList->DevicePathPkg = NULL; in GenerateHiiDatabaseRecord()
1970 if (PackageList->DevicePathPkg != NULL) { in InsertDevicePathPackage()
1975 PackageList->DevicePathPkg = (UINT8 *) AllocateZeroPool (PackageLength); in InsertDevicePathPackage()
1976 if (PackageList->DevicePathPkg == NULL) { in InsertDevicePathPackage()
1982 CopyMem (PackageList->DevicePathPkg, &Header, sizeof (EFI_HII_PACKAGE_HEADER)); in InsertDevicePathPackage()
1984 PackageList->DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER), in InsertDevicePathPackage()
2037 Package = PackageList->DevicePathPkg; in ExportDevicePathPackage()
2093 Package = PackageList->DevicePathPkg; in RemoveDevicePathPackage()
2118 PackageList->DevicePathPkg = NULL; in RemoveDevicePathPackage()
2174 (VOID *) DatabaseRecord->PackageList->DevicePathPkg, in AddDevicePathPackage()
[all …]
DConfigRouting.c4403 UINT8 *DevicePathPkg; in HiiConfigRoutingExtractConfig() local
4507 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExtractConfig()
4508 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExtractConfig()
4799 UINT8 *DevicePathPkg; in HiiConfigRoutingExportConfig() local
4858 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExportConfig()
4859 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExportConfig()
4995 UINT8 *DevicePathPkg; in HiiConfigRoutingRouteConfig() local
5072 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingRouteConfig()
5073 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingRouteConfig()
DHiiDatabase.h265 UINT8 *DevicePathPkg; member