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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c740 // Get all DriverImageDevicePath[]
1034 VariableIndex += GetDevicePathSize (DriverImageInfo->DriverImagePath); // pass DriverImageDevicePath
1505 @param DriverImageDevicePath The driver image device path is to be check.
1509 If the DriverImageDevicePath is NULL, DriverImageNO is not set.
1513 DriverImageDevicePath is not found in the found DriverImage Info list.
1521 IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath OPTIONAL,
1578 // If DriverImageDevicePath is NULL, skip checking DriverImageDevicePath
1581 if (DriverImageDevicePath == NULL) {
1593 DevicePathSize = GetDevicePathSize (DriverImageDevicePath);
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...]

Completed in 47 milliseconds