HomeSort by: relevance | last modified time | path
    Searched refs:ConOut (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
t4.c 12 uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"Hello application started\r\n");
13 uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"\r\n\r\n\r\nHit any key to exit\r\n");
t5.c 13 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n");
t7.c 19 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n");
t2.c 9 SIMPLE_TEXT_OUTPUT_INTERFACE *conout; local in function:efi_main
12 conout = systab->ConOut;
13 uefi_call_wrapper(conout->OutputString, 2, conout, L"Hello World!\n\r");
t.c 21 SIMPLE_TEXT_OUTPUT_INTERFACE *conout; local in function:efi_main
24 conout = systab->ConOut;
25 uefi_call_wrapper(conout->OutputString, 2, conout, (CHAR16 *)L"Hello World!\n\r");
26 uefi_call_wrapper(conout->OutputString, 2, conout, a2u("Hello World!\n\r"));
trivial.S 15 movl 44(%eax),%ebx # ebx <- systab->ConOut
17 movl 4(%ebx),%eax # eax <- conout->OutputString
33 movl 44(%eax),%ebx # ebx <- systab->ConOut
35 movl 4(%ebx),%eax # eax <- conout->OutputString
  /src/sys/external/bsd/gnu-efi/dist/lib/
console.c 30 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, Str);
43 ST->ConOut,
53 IN SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut,
66 ConOut->OutputString (ConOut, Prompt);
86 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, L"\b \b");
97 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, &InStr[Len])
    [all...]
print.c 301 // if (!DbgOut && ST && ST->ConOut) {
302 // DbgOut = ST->ConOut;
631 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args);
657 return _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args);
691 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args);
841 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, NULL, fmt, args);
1506 uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, ST->ConOut->Mode->Mode, &TempColumn, &ScreenSize);
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 49 SIMPLE_TEXT_OUTPUT_INTERFACE ConOut;
78 #define VGA_CON_OUT_DEV_FROM_THIS(a) CR(a, VGA_CON_OUT_DEV, ConOut, VGA_CON_OUT_DEV_SIGNATURE)
  /src/sys/stand/efiboot/
efiboot.c 74 uefi_call_wrapper(ST->ConOut->Reset, 2, ST->ConOut, TRUE);
75 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, 0);
76 uefi_call_wrapper(ST->ConOut->EnableCursor, 2, ST->ConOut, TRUE);
console.c 61 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, buf);
boot.c 578 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
  /src/sys/arch/i386/stand/efiboot/
eficons.c 437 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
578 curmode = ST->ConOut->Mode->Mode;
579 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) {
580 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4,
581 ST->ConOut, i, &cols, &rows);
597 for (i = 0; i < ST->ConOut->Mode->MaxMode; i++) {
598 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4,
599 ST->ConOut, i, &cols, &rows);
631 status = uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, modenum)
    [all...]
efimemory.c 206 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut,
207 ST->ConOut->Mode->Mode, &cols, &rows);
379 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut,
380 ST->ConOut->Mode->Mode, &cols, &rows);
boot.c 846 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut,
847 ST->ConOut->Mode->Mode, &cols, &rows);
916 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut,
917 ST->ConOut->Mode->Mode, &cols, &rows);
  /src/sys/arch/ia64/stand/efi/libefi/
efi_console.c 39 static SIMPLE_TEXT_OUTPUT_INTERFACE *conout; variable in typeref:typename:SIMPLE_TEXT_OUTPUT_INTERFACE *
45 conout = ST->ConOut;
53 conout->SetAttribute(conout, EFI_TEXT_ATTR(EFI_LIGHTGRAY, EFI_BLACK));
68 conout->OutputString(conout, buf);
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1035 ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut;
1118 struct _ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE ConOut;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 973 SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut;
efilib.h 183 #define VarConsoleOut L"ConOut"
521 IN SIMPLE_TEXT_OUTPUT_INTERFACE *ConOut,

Completed in 23 milliseconds