Home
last modified time | relevance | path

Searched refs:OptionDevicePath (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c564 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in IsBootOption() local
631 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) OptionPtr; in IsBootOption()
633 if (CheckDevicePath (DevicePath, OptionDevicePath)) { in IsBootOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c214 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in BdsLibRegisterNewOption() local
228 OptionDevicePath = NULL; in BdsLibRegisterNewOption()
277 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr; in BdsLibRegisterNewOption()
282 if (CompareMem (OptionDevicePath, DevicePath, GetDevicePathSize (OptionDevicePath)) == 0) { in BdsLibRegisterNewOption()
DBdsBoot.c2827 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in BdsLibDeleteOptionFromHandle() local
2882 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr; in BdsLibDeleteOptionFromHandle()
2883 OptionDevicePathSize = GetDevicePathSize (OptionDevicePath); in BdsLibDeleteOptionFromHandle()
2889 (CompareMem (DevicePath, OptionDevicePath, DevicePathSize) == 0)) { in BdsLibDeleteOptionFromHandle()
2942 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in BdsDeleteAllInvalidEfiBootOption() local
2950 OptionDevicePath = NULL; in BdsDeleteAllInvalidEfiBootOption()
2986 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr; in BdsDeleteAllInvalidEfiBootOption()
2991 if ((DevicePathType (OptionDevicePath) == BBS_DEVICE_PATH) && in BdsDeleteAllInvalidEfiBootOption()
2992 (DevicePathSubType (OptionDevicePath) == BBS_BBS_DP)) { in BdsDeleteAllInvalidEfiBootOption()
2999 if (Corrupted || !BdsLibIsValidEFIBootOptDevicePathExt (OptionDevicePath, FALSE, Description)) { in BdsDeleteAllInvalidEfiBootOption()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c214 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in BdsLibRegisterNewOption() local
228 OptionDevicePath = NULL; in BdsLibRegisterNewOption()
277 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr; in BdsLibRegisterNewOption()
282 if (CompareMem (OptionDevicePath, DevicePath, GetDevicePathSize (OptionDevicePath)) == 0) { in BdsLibRegisterNewOption()
DBdsBoot.c2838 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in BdsLibDeleteOptionFromHandle() local
2893 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr; in BdsLibDeleteOptionFromHandle()
2894 OptionDevicePathSize = GetDevicePathSize (OptionDevicePath); in BdsLibDeleteOptionFromHandle()
2900 (CompareMem (DevicePath, OptionDevicePath, DevicePathSize) == 0)) { in BdsLibDeleteOptionFromHandle()
2953 EFI_DEVICE_PATH_PROTOCOL *OptionDevicePath; in BdsDeleteAllInvalidEfiBootOption() local
2961 OptionDevicePath = NULL; in BdsDeleteAllInvalidEfiBootOption()
2997 OptionDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) TempPtr; in BdsDeleteAllInvalidEfiBootOption()
3002 if ((DevicePathType (OptionDevicePath) == BBS_DEVICE_PATH) && in BdsDeleteAllInvalidEfiBootOption()
3003 (DevicePathSubType (OptionDevicePath) == BBS_BBS_DP)) { in BdsDeleteAllInvalidEfiBootOption()
3010 if (Corrupted || !BdsLibIsValidEFIBootOptDevicePathExt (OptionDevicePath, FALSE, Description)) { in BdsDeleteAllInvalidEfiBootOption()