Searched defs:ControllerDevicePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c22 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 DPlatDriOverrideDxe.c354 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 35 milliseconds