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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c20 Check if we need to save the EFI variable with "ConVarName" as name
22 If ConVarName is NULL, then ASSERT().
24 @param ConVarName The name of the EFI variable.
31 IN CHAR16 *ConVarName
36 ASSERT (ConVarName != NULL);
38 Ptr = ConVarName;
48 if (((INTN)((UINTN)Ptr - (UINTN)ConVarName) / sizeof (CHAR16)) <= 3) {
175 This function update console variable based on ConVarName, it can
178 @param ConVarName Console related variable name, ConIn, ConOut,
181 the console variable ConVarName, thi
194 BdsLibUpdateConsoleVariable( IN CHAR16 *ConVarName, IN EFI_DEVICE_PATH_PROTOCOL *CustomizedConDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *ExclusiveDevicePath ) argument
[all...]

Completed in 89 milliseconds