Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c424 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath, in EfiBootManagerUpdateConsoleVariable() argument
441 if (CustomizedConDevicePath == ExclusiveDevicePath) { in EfiBootManagerUpdateConsoleVariable()
463 if (CustomizedConDevicePath != NULL) { in EfiBootManagerUpdateConsoleVariable()
464 if (!BmMatchDevicePaths (NewDevicePath, CustomizedConDevicePath)) { in EfiBootManagerUpdateConsoleVariable()
468 NewDevicePath = BmDelPartMatchInstance (NewDevicePath, CustomizedConDevicePath); in EfiBootManagerUpdateConsoleVariable()
474 NewDevicePath = AppendDevicePathInstance (NewDevicePath, CustomizedConDevicePath); in EfiBootManagerUpdateConsoleVariable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c206 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath, in BdsLibUpdateConsoleVariable() argument
224 if (CustomizedConDevicePath == ExclusiveDevicePath) { in BdsLibUpdateConsoleVariable()
251 if (CustomizedConDevicePath != NULL) { in BdsLibUpdateConsoleVariable()
252 if (!BdsLibMatchDevicePaths (NewDevicePath, CustomizedConDevicePath)) { in BdsLibUpdateConsoleVariable()
256 NewDevicePath = BdsLibDelPartMatchInstance (NewDevicePath, CustomizedConDevicePath); in BdsLibUpdateConsoleVariable()
262 NewDevicePath = AppendDevicePathInstance (NewDevicePath, CustomizedConDevicePath); in BdsLibUpdateConsoleVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c206 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath, in BdsLibUpdateConsoleVariable() argument
224 if (CustomizedConDevicePath == ExclusiveDevicePath) { in BdsLibUpdateConsoleVariable()
251 if (CustomizedConDevicePath != NULL) { in BdsLibUpdateConsoleVariable()
252 if (!BdsLibMatchDevicePaths (NewDevicePath, CustomizedConDevicePath)) { in BdsLibUpdateConsoleVariable()
256 NewDevicePath = BdsLibDelPartMatchInstance (NewDevicePath, CustomizedConDevicePath); in BdsLibUpdateConsoleVariable()
262 NewDevicePath = AppendDevicePathInstance (NewDevicePath, CustomizedConDevicePath); in BdsLibUpdateConsoleVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DUefiBootManagerLib.h624 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
DGenericBdsLib.h506 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath,