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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c180 @param CustomizedConDevicePath The console device path which will be added to
196 IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath,
209 VBoxLogFlowFuncMarkDP(CustomizedConDevicePath);
218 if (CustomizedConDevicePath == ExclusiveDevicePath) {
250 if (CustomizedConDevicePath != NULL) {
252 if (!BdsLibMatchDevicePaths (NewDevicePath, CustomizedConDevicePath)) {
254 // Check if there is part of CustomizedConDevicePath in NewDevicePath, delete it.
257 NewDevicePath = BdsLibDelPartMatchInstance (NewDevicePath, CustomizedConDevicePath);
264 NewDevicePath = AppendDevicePathInstance (NewDevicePath, CustomizedConDevicePath);
194 BdsLibUpdateConsoleVariable( IN CHAR16 *ConVarName, IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *ExclusiveDevicePath ) argument

Completed in 335 milliseconds