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:putstr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H
A
D
tpidr2.c
10
static void
putstr
(const char *str)
in putstr()
function
56
putstr
("# UNEXPECTED TEST COUNT: ");
in print_summary()
58
putstr
("# Totals: pass:");
in print_summary()
60
putstr
(" fail:");
in print_summary()
62
putstr
(" xfail:0 xpass:0 skip:");
in print_summary()
64
putstr
(" error:0\n");
in print_summary()
108
putstr
("# TPIDR2 changed in child: ");
in write_fork_read()
110
putstr
("\n");
in write_fork_read()
118
putstr
("# Failed to set TPIDR2 in child\n");
in write_fork_read()
123
putstr
("# for
in write_fork_read()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H
A
D
test.c
40
static void
putstr
(const char *str)
in putstr()
function
57
putstr
(test_name); \
58
putstr
("/"); \
59
putstr
(trampoline_name); \
64
putstr
("# Totals: pass:");
in print_summary()
66
putstr
(" fail:");
in print_summary()
68
putstr
(" xfail:0 xpass:0 skip:");
in print_summary()
70
putstr
(" error:0\n");
in print_summary()
82
putstr
("# \t[SIGILL in ");
in handler()
84
putstr
(", BTYP
in handler()
[all...]
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H
A
D
misc.c
30
static void
putstr
(const char *ptr);
90
static void
putstr
(const char *ptr)
in putstr()
function
119
putstr
("\n\n");
in error()
120
putstr
(x);
in error()
121
putstr
("\n\n -- System halted");
in error()
148
putstr
("Uncompressing Linux...");
in decompress_kernel()
154
putstr
(" done, booting the kernel.\n");
in decompress_kernel()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H
A
D
misc.c
26
static void
putstr
(const char *ptr);
86
static void
putstr
(const char *ptr)
in putstr()
function
118
putstr
("\n\n");
in error()
119
putstr
(x);
in error()
120
putstr
("\n\n -- System halted");
in error()
154
putstr
("Uncompressing Linux...");
in decompress_kernel()
160
putstr
(" done, booting the kernel.\n");
in decompress_kernel()
Completed in 2 milliseconds