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

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

Completed in 41 milliseconds