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

/freebsd-current/stand/efi/boot1/
H A Dboot1.c191 ST->ConOut->OutputString(ST->ConOut,
336 ST->ConOut->OutputString(ST->ConOut, buf);
340 ST->ConOut->OutputString(ST->ConOut, buf);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp486 std::string OutputString; local
489 OutputString.append("\"");
490 OutputString.append(Sha1);
491 OutputString.append("\"\n");
496 OutputString.append("\"");
497 OutputString.append(BaseSha1);
498 OutputString.append("\" -> \"");
499 OutputString.append(Sha1);
500 OutputString.append("\" [label=\"");
501 OutputString
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp394 std::string OutputString; local
396 OutputString.append(Sym.str());
397 OutputString.append(1, '\0');
400 OS << OutputString; local
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h262 Sets the background and foreground colors for the OutputString () and
390 EFI_TEXT_STRING OutputString; member in struct:_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
/freebsd-current/stand/efi/loader/
H A Defi_main.c100 ST->ConOut->OutputString(ST->ConOut, (CHAR16 *)L"Failed to allocate memory for heap.\r\n");
/freebsd-current/stand/efi/include/
H A Deficon.h146 EFI_TEXT_OUTPUT_STRING OutputString; member in struct:_SIMPLE_TEXT_OUTPUT_INTERFACE
/freebsd-current/stand/efi/libefi/
H A Defi_console.c729 conout->OutputString(conout, line);
1413 /* Plain direct access to EFI OutputString(). */
1426 conout->OutputString(conout, buf);

Completed in 134 milliseconds