Home
last modified time | relevance | path

Searched refs:OutputString (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dconsole.c30 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, Str); in Output()
66 ConOut->OutputString (ConOut, Prompt); in IInput()
86 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, L"\b \b"); in IInput()
97 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, &InStr[Len]); in IInput()
H A Dprint.c306 if (IsLocalPrint(DbgOut->OutputString)) in _DbgOut()
307 DbgOut->OutputString(DbgOut, Buffer); in _DbgOut()
309 uefi_call_wrapper(DbgOut->OutputString, 2, DbgOut, Buffer); in _DbgOut()
786 ps.Output = (INTN (EFIAPI *)(VOID *, CHAR16 *)) Out->OutputString; in _IPrint()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dt4.c12 …uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"Hello application started\r\n… in efi_main()
13 …uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"\r\n\r\n\r\nHit any key to ex… in efi_main()
H A Dt.c25 uefi_call_wrapper(conout->OutputString, 2, conout, (CHAR16 *)L"Hello World!\n\r"); in efi_main()
26 uefi_call_wrapper(conout->OutputString, 2, conout, a2u("Hello World!\n\r")); in efi_main()
H A Dtrivial.S17 movl 4(%ebx),%eax # eax <- conout->OutputString
35 movl 4(%ebx),%eax # eax <- conout->OutputString
H A Dt2.c13 uefi_call_wrapper(conout->OutputString, 2, conout, L"Hello World!\n\r"); in efi_main()
H A Dt5.c13 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n"); in efi_main()
H A Dt7.c19 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n"); in efi_main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp404 std::string OutputString; in write() local
406 OutputString.append(Sym.str()); in write()
407 OutputString.append(1, '\0'); in write()
410 OS << OutputString; in write()
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defi_console.c68 conout->OutputString(conout, buf); in efi_cons_putchar()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp198 std::string OutputString; in AssembleOneInput() local
199 raw_string_ostream Out(OutputString); in AssembleOneInput()
/netbsd-src/sys/stand/efiboot/
H A Dconsole.c61 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, buf); in putchar()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Deficon.h142 EFI_TEXT_OUTPUT_STRING OutputString; member
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h259 ACPI_EFI_TEXT_OUTPUT_STRING OutputString; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/
H A DChangeLog995 they call ST->ConOut->OutputString(), which is an EFIAPI