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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c496 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; local
563 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) OptionPtr;
565 if (CheckDevicePath (DevicePath, OptionDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c213 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; local
224 OptionDevicePath = NULL;
277 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr;
282 if (CompareMem (OptionDevicePath, DevicePath, GetDevicePathSize (OptionDevicePath)) == 0) {
H A DBdsBoot.c1340 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; local
1395 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr;
1396 OptionDevicePathSize = GetDevicePathSize (OptionDevicePath);
1402 (CompareMem (DevicePath, OptionDevicePath, DevicePathSize) == 0)) {
1451 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; local
1459 OptionDevicePath = NULL;
1500 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr;
1505 if ((DevicePathType (OptionDevicePath) == BBS_DEVICE_PATH) &&
1506 (DevicePathSubType (OptionDevicePath) == BBS_BBS_DP)) {
1513 if (Corrupted || !BdsLibIsValidEFIBootOptDevicePathExt (OptionDevicePath, FALS
[all...]

Completed in 129 milliseconds