Home | History | Annotate | Download | only in UefiBootManagerLib

Lines Matching full:console

2   Library functions which contain all the code to connect console device.

257 // them as possible console device.
276 Fill console handle in System Table if there are no valid console handle in.
278 Firstly, check the validation of console handle in System Table. If it is invalid,
279 update it by the first console device handle from EFI console variable.
281 @param VarName The name of the EFI console variable.
282 @param ConsoleGuid Specified Console protocol GUID.
283 @param ConsoleHandle On IN, console handle in System Table to be checked.
284 On OUT, new console handle in system table.
285 @param ProtocolInterface On IN, console protocol on console handle in System Table to be checked.
286 On OUT, new console protocol on new console handle in system table.
323 // If ConsoleHandle is valid and console protocol on this handle also
336 // If there is no any console device, just return.
345 // Check every instance of the console variable
349 DEBUG ((EFI_D_ERROR, "[Bds] No valid console instance is found for %s!\n", VarName));
350 // We should not ASSERT when all the console devices are removed.
357 // Find console device handle by device path instance
368 // Get the console protocol on this console device handle
377 // Update new console handle in System Table.
383 // If it is console out device, set console mode 80x25 if current mode is invalid.
398 // No any available console devcie found.
405 This function updates the console variable based on ConVarName. It can
406 add or remove one specific console device path from the variable
409 @param CustomizedConDevicePath The console device path to be added to
410 the console variable. Cannot be multi-instance.
411 @param ExclusiveDevicePath The console device path to be removed
412 from the console variable. Cannot be multi-instance.
416 console variable.
445 // Delete the ExclusiveDevicePath from current default console
470 // In the first check, the default console variable will be _ModuleEntryPoint,
482 // Finally, Update the variable of the default console by NewDevicePath
511 Connect the console device base on the variable ConsoleType.
515 @retval EFI_NOT_FOUND There is not any console devices connected
517 @retval EFI_SUCCESS Success connect any one instance of the console
545 // Check if the console variable exist
555 // Check every instance of the console variable
570 // Connect the USB console
571 // USB console device path is a short-form device path that
608 // Delete the instance from the console varialbe
630 and make every input/output device as potential console device.
649 // Update all the console variables
695 // Connect all console variables
702 This function will connect all the console devices base on the console
706 @retval EFI_SUCCESS Success connect any one instance of the console
745 // Fill console handles in System Table if no console device assignd.