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:PROM_ERROR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
oflib.c
60
return
PROM_ERROR
;
in of_call_prom()
85
return
PROM_ERROR
;
in of_call_prom_ret()
141
if (memory ==
PROM_ERROR
) {
in check_of_version()
143
if (memory ==
PROM_ERROR
) {
in check_of_version()
H
A
D
of.h
45
#define
PROM_ERROR
(-1u)
macro
H
A
D
of.c
40
if (addr !=
PROM_ERROR
)
in of_try_claim()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
oflib.c
60
return
PROM_ERROR
;
in of_call_prom()
85
return
PROM_ERROR
;
in of_call_prom_ret()
141
if (memory ==
PROM_ERROR
) {
in check_of_version()
143
if (memory ==
PROM_ERROR
) {
in check_of_version()
H
A
D
of.h
45
#define
PROM_ERROR
(-1u)
macro
H
A
D
of.c
40
if (addr !=
PROM_ERROR
)
in of_try_claim()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
prom_init.c
224
#define
PROM_ERROR
(-1u)
macro
225
#define PHANDLE_VALID(p) ((p) != 0 && (p) !=
PROM_ERROR
)
226
#define IHANDLE_VALID(i) ((i) != 0 && (i) !=
PROM_ERROR
)
389
return
PROM_ERROR
;
in call_prom()
414
return
PROM_ERROR
;
in call_prom_ret()
1210
if (plen ==
PROM_ERROR
)
in prom_count_smt_threads()
1479
if (addr !=
PROM_ERROR
&& addr != 0)
in alloc_up()
1539
if (addr !=
PROM_ERROR
&& addr != 0)
in alloc_down()
1852
&val, sizeof(val)) !=
PROM_ERROR
)
in prom_instantiate_rtas()
1888
&val, sizeof(val)) !=
PROM_ERROR
) {
in prom_instantiate_sml()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
prom_init.c
222
#define
PROM_ERROR
(-1u)
macro
223
#define PHANDLE_VALID(p) ((p) != 0 && (p) !=
PROM_ERROR
)
224
#define IHANDLE_VALID(i) ((i) != 0 && (i) !=
PROM_ERROR
)
406
return
PROM_ERROR
;
in call_prom()
431
return
PROM_ERROR
;
in call_prom_ret()
1236
if (plen ==
PROM_ERROR
)
in prom_count_smt_threads()
1507
if (addr !=
PROM_ERROR
&& addr != 0)
in alloc_up()
1567
if (addr !=
PROM_ERROR
&& addr != 0)
in alloc_down()
1882
&val, sizeof(val)) !=
PROM_ERROR
)
in prom_instantiate_rtas()
1918
&val, sizeof(val)) !=
PROM_ERROR
) {
in prom_instantiate_sml()
[all...]
Completed in 8 milliseconds