Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:efi_puts
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
printk.c
72
*
efi_puts
() - Write a UTF-8 encoded string to the console
75
void
efi_puts
(const char *str)
in efi_puts()
function
139
efi_puts
("EFI stub: ");
in efi_printk()
147
efi_puts
(printf_buf);
in efi_printk()
149
efi_puts
("[Message truncated]\n");
in efi_printk()
H
A
D
gop.c
332
efi_puts
(" * = current mode\n"
in choose_mode_list()
375
efi_puts
("\nPress any key to continue (or wait 10 seconds)\n");
in choose_mode_list()
H
A
D
efistub.h
970
void
efi_puts
(const char *str);
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
efi-stub-helper.c
91
*
efi_puts
() - Write a UTF-8 encoded string to the console
94
void
efi_puts
(const char *str)
in efi_puts()
function
158
efi_puts
("EFI stub: ");
in efi_printk()
166
efi_puts
(printf_buf);
in efi_printk()
168
efi_puts
("[Message truncated]\n");
in efi_printk()
H
A
D
gop.c
332
efi_puts
(" * = current mode\n"
in choose_mode_list()
375
efi_puts
("\nPress any key to continue (or wait 10 seconds)\n");
in choose_mode_list()
H
A
D
efistub.h
764
void
efi_puts
(const char *str);
Completed in 11 milliseconds