Home
last modified time | relevance | path

Searched refs:ControllerDevicePath (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c22 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; member
580 if (OverrideItem->ControllerDevicePath != NULL){ in FreeMappingDatabase()
581 FreePool (OverrideItem->ControllerDevicePath); in FreeMappingDatabase()
672 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; in InitOverridesMapping() local
744 ControllerDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) VariableIndex; in InitOverridesMapping()
745 OverrideItem->ControllerDevicePath = DuplicateDevicePath (ControllerDevicePath); in InitOverridesMapping()
746 VariableIndex = VariableIndex + GetDevicePathSize (ControllerDevicePath); in InitOverridesMapping()
754 …if ((OverrideItem->ControllerDevicePath == NULL) || (VariableIndex < (UINT8 *) ControllerDevicePat… in InitOverridesMapping()
846 DevicePathSize = GetDevicePathSize (OverrideItem->ControllerDevicePath); in GetOneItemNeededSize()
1052 …CopyMem (VariableIndex, OverrideItem->ControllerDevicePath, GetDevicePathSize (OverrideItem->Contr… in SaveOverridesMapping()
[all …]
DInternalPlatDriOverrideDxe.h156 IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath,
186 IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath,
211 IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath,
DPlatDriOverrideDxe.c340 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; in UpdateDeviceSelectPage() local
444 ControllerDevicePath = NULL; in UpdateDeviceSelectPage()
469 ControllerDevicePath = NULL; in UpdateDeviceSelectPage()
473 (VOID **) &ControllerDevicePath, in UpdateDeviceSelectPage()
482 mControllerDevicePathProtocol[Index] = ControllerDevicePath; in UpdateDeviceSelectPage()
487 ControllerName = DevicePathToStr (ControllerDevicePath); in UpdateDeviceSelectPage()
496 if (EFI_ERROR (CheckMapping (ControllerDevicePath,NULL, &mMappingDataBase, NULL, NULL))) { in UpdateDeviceSelectPage()