Searched refs:DevicePathPkg (Results 1 – 4 of 4) sorted by relevance
680 UINT8 *DevicePathPkg; in GetRecordFromDevicePath() local689 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() local2314 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() local2589 if ((DevicePathPkg = DataBaseRecord->PackageList->DevicePathPkg) != NULL) { in EnumerateAllKeywords()2590 DevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in EnumerateAllKeywords()
67 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 …]
3686 UINT8 *DevicePathPkg; in HiiConfigRoutingExtractConfig() local3783 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExtractConfig()3784 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExtractConfig()4019 UINT8 *DevicePathPkg; in HiiConfigRoutingExportConfig() local4078 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExportConfig()4079 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExportConfig()4215 UINT8 *DevicePathPkg; in HiiConfigRoutingRouteConfig() local4292 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingRouteConfig()4293 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingRouteConfig()
261 UINT8 *DevicePathPkg; member