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:PTR_ERR
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libbpf/include/linux/
H
A
D
err.h
18
static inline long
PTR_ERR
(const void *ptr)
in PTR_ERR()
function
35
return IS_ERR(ptr) ?
PTR_ERR
(ptr) : 0;
in PTR_ERR_OR_ZERO()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_gem.c
104
ret =
PTR_ERR
(exec->exec_bo);
in vc4_get_bcl()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
kernel.h
74
#define
PTR_ERR
(err) ((unsigned long)(err))
macro
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
592
errno = -
PTR_ERR
(ret);
in libbpf_ptr()
H
A
D
btf.c
1718
err =
PTR_ERR
(set);
3311
pr_debug("btf_dedup_new failed: %ld",
PTR_ERR
(d));
3494
err =
PTR_ERR
(d->dedup_table);
3610
err =
PTR_ERR
(d->strs_set);
4897
return
PTR_ERR
(names_map);
H
A
D
btf_dump.c
173
err =
PTR_ERR
(d->type_names);
in btf_dump__new()
179
err =
PTR_ERR
(d->ident_names);
in btf_dump__new()
H
A
D
relo_core.c
40
return
PTR_ERR
(t);
in btf__resolve_size()
H
A
D
usdt.c
999
err =
PTR_ERR
(specs_hash);
in usdt_manager_attach_usdt()
H
A
D
libbpf.c
1236
return
PTR_ERR
(map);
in init_struct_ops_maps()
1731
return
PTR_ERR
(map);
2663
return
PTR_ERR
(map);
6171
local_name,
PTR_ERR
(cands));
6172
return
PTR_ERR
(cands);
6215
err =
PTR_ERR
(cand_cache);
10373
errno = -
PTR_ERR
(ptr);
11583
ret =
PTR_ERR
(archive);
13108
err =
PTR_ERR
(cpu_buf);
Completed in 36 milliseconds