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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c39 specified by Console
42 specified by Console and returns the number of Unicode characters that printed
44 then only the first PcdUefiLibMaxPrintBufferSize characters are sent to Console.
49 @param Console The output console.
58 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Console,
69 ASSERT (Console != NULL);
78 if (Console != NULL && Return > 0) {
80 // To be extra safe make sure Console has been initialized
82 Status = Console->OutputString (Console, Buffe
56 InternalPrint( IN CONST CHAR16 *Format, IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Console, IN VA_LIST Marker ) argument
192 AsciiInternalPrint( IN CONST CHAR8 *Format, IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Console, IN VA_LIST Marker ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c39 specified by Console
42 specified by Console and returns the number of Unicode characters that printed
44 then only the first PcdUefiLibMaxPrintBufferSize characters are sent to Console.
49 @param Console The output console.
58 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Console,
69 ASSERT (Console != NULL);
78 if (Console != NULL && Return > 0) {
80 // To be extra safe make sure Console has been initialized
82 Status = Console->OutputString (Console, Buffe
56 InternalPrint( IN CONST CHAR16 *Format, IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Console, IN VA_LIST Marker ) argument
192 AsciiInternalPrint( IN CONST CHAR8 *Format, IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Console, IN VA_LIST Marker ) argument
[all...]
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h3 * VBox Console COM Class definition
86 * Intended to used only within Console children (i.e. Keyboard, Mouse,
97 // Console
112 class ATL_NO_VTABLE Console : class in inherits:ConsoleWrap,ConsoleMouseInterface
119 DECLARE_EMPTY_CTOR_DTOR(Console)
353 * have the same meaning as arguments of Console::addVMCaller().
359 AutoVMCallerBase(Console *aThat) : mThat(aThat), mRC(E_FAIL)
381 /** Returns the result of Console::addVMCaller() */
386 Console *mThat;
404 * releaseVMCaller() on destruction. Intended for Console method
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3 * VBox Console COM Class implementation
140 * Once created, the task structure adds itself as a Console caller. This means:
144 * failure, the Console object may not be used by the task (see
145 * Console::addCaller() for more details).
146 * 2. On successful initialization, the structure keeps the Console caller
147 * until destruction (to ensure Console remains in the Ready state and won't
149 * will lead to Console::uninit() stuck waiting for releasing all added
153 * as a Console::mpUVM caller with the same meaning as above. See
154 * Console::addVMCaller() for more info.
158 VMTask(Console *aConsol
359 Console::Console() function in class:Console
[all...]

Completed in 63 milliseconds