Searched refs:CustomizedConDevicePath (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmConsole.c | 424 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/ |
D | BdsConsole.c | 206 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/ |
D | BdsConsole.c | 206 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/ |
D | UefiBootManagerLib.h | 624 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/ |
D | GenericBdsLib.h | 506 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath,
|