Searched refs:DevicePathPkg (Results 1 – 4 of 4) sorted by relevance
682 UINT8 *DevicePathPkg; in GetRecordFromDevicePath() local691 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() local2324 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() local2601 if ((DevicePathPkg = DataBaseRecord->PackageList->DevicePathPkg) != NULL) { in EnumerateAllKeywords()2602 DevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in EnumerateAllKeywords()
73 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 …]
4403 UINT8 *DevicePathPkg; in HiiConfigRoutingExtractConfig() local4507 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExtractConfig()4508 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExtractConfig()4799 UINT8 *DevicePathPkg; in HiiConfigRoutingExportConfig() local4858 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingExportConfig()4859 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExportConfig()4995 UINT8 *DevicePathPkg; in HiiConfigRoutingRouteConfig() local5072 if ((DevicePathPkg = Database->PackageList->DevicePathPkg) != NULL) { in HiiConfigRoutingRouteConfig()5073 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingRouteConfig()
265 UINT8 *DevicePathPkg; member