Searched refs:ControllerDevicePath (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
H A D | PlatDriOverrideLib.c | 22 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; member in struct:_PLATFORM_OVERRIDE_ITEM 578 // Free PLATFORM_OVERRIDE_ITEM.ControllerDevicePath[] 580 if (OverrideItem->ControllerDevicePath != NULL){ 581 FreePool (OverrideItem->ControllerDevicePath); 632 EFI_DEVICE_PATH_PROTOCOL ControllerDevicePath[]; 640 EFI_DEVICE_PATH_PROTOCOL ControllerDevicePath[]; 672 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; local 729 // Get ControllerDevicePath[] 731 ControllerDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) VariableIndex; 732 OverrideItem->ControllerDevicePath 1195 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; local 1519 CheckMapping( IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath OPTIONAL, IN LIST_ENTRY *MappingDataBase, OUT UINT32 *DriverInfoNum OPTIONAL, OUT UINT32 *DriverImageNO OPTIONAL ) argument 1643 InsertDriverImage( IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath, IN LIST_ENTRY *MappingDataBase, IN UINT32 DriverImageNO ) argument 1775 DeleteDriverImage( IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath, IN LIST_ENTRY *MappingDataBase ) argument [all...] |
H A D | InternalPlatDriOverrideDxe.h | 141 @param ControllerDevicePath The controller device path is to be check. 148 @retval EFI_INVALID_PARAMETER ControllerDevicePath or MappingDataBase is NULL. 149 @retval EFI_NOT_FOUND ControllerDevicePath is not found in MappingDataBase or 157 IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath, 169 @param ControllerDevicePath The controller device path need to add a 176 @retval EFI_INVALID_PARAMETER ControllerDevicePath is NULL, or DriverImageDevicePath is NULL 187 IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath, 197 @param ControllerDevicePath The controller device path will be deleted 203 @retval EFI_INVALID_PARAMETER ControllerDevicePath is NULL, or MappingDataBase is NULL 204 @retval EFI_NOT_FOUND ControllerDevicePath i [all...] |
H A D | PlatDriOverrideDxe.c | 354 EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath; local 452 ControllerDevicePath = NULL; 477 ControllerDevicePath = NULL; 481 (VOID **) &ControllerDevicePath, 490 mControllerDevicePathProtocol[Index] = ControllerDevicePath; 495 ControllerName = DevicePathToStr (ControllerDevicePath); 503 if (EFI_ERROR (CheckMapping (ControllerDevicePath,NULL, &mMappingDataBase, NULL, NULL))) {
|
Completed in 57 milliseconds