Searched refs:OutputString (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp222 std::string OutputString; local
224 OutputString.append(Sym.str());
225 OutputString.append(1, '\0');
228 OS << OutputString; local
/freebsd-12-stable/stand/efi/boot1/
H A Dboot1.c339 ST->ConOut->OutputString(ST->ConOut, buf);
343 ST->ConOut->OutputString(ST->ConOut, buf);
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h268 Sets the background and foreground colors for the OutputString () and
396 EFI_TEXT_STRING OutputString; member in struct:_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
/freebsd-12-stable/stand/efi/loader/
H A Defi_main.c98 ST->ConOut->OutputString(ST->ConOut, (CHAR16 *)L"Failed to allocate memory for heap.\r\n");
/freebsd-12-stable/stand/efi/libefi/
H A Defi_console.c301 conout->OutputString(conout, line);
627 /* Plain direct access to EFI OutputString(). */
658 conout->OutputString(conout, buf);
/freebsd-12-stable/stand/efi/include/
H A Deficon.h147 EFI_TEXT_OUTPUT_STRING OutputString; member in struct:_SIMPLE_TEXT_OUTPUT_INTERFACE

Completed in 127 milliseconds