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:ERR_PTR
(Results
1 - 10
of
10
) sorted by relevance
/third_party/libbpf/src/
H
A
D
zip.c
207
return
ERR_PTR
(-errno);
in zip_archive_open()
212
return
ERR_PTR
(-EINVAL);
in zip_archive_open()
220
return
ERR_PTR
(err);
in zip_archive_open()
225
return
ERR_PTR
(-ENOMEM);
in zip_archive_open()
235
return
ERR_PTR
(err);
in zip_archive_open()
H
A
D
strset.c
46
return
ERR_PTR
(-ENOMEM);
in strset__new()
81
return
ERR_PTR
(err);
in strset__new()
H
A
D
btf.c
985
return
ERR_PTR
(-ENOMEM);
in btf_new_empty()
1005
return
ERR_PTR
(-ENOMEM);
in btf_new_empty()
1037
return
ERR_PTR
(-ENOMEM);
in btf_new()
1075
return
ERR_PTR
(err);
in btf_new()
1126
return
ERR_PTR
(-LIBBPF_ERRNO__LIBELF);
1134
return
ERR_PTR
(err);
1307
return
ERR_PTR
(err);
1380
return err ?
ERR_PTR
(err) : btf;
1406
return
ERR_PTR
(err);
1620
return
ERR_PTR
(
[all...]
H
A
D
hashmap.c
58
return
ERR_PTR
(-ENOMEM);
in hashmap__new()
H
A
D
usdt.c
266
return
ERR_PTR
(-ESRCH);
in usdt_manager_new()
271
return
ERR_PTR
(-ENOMEM);
in usdt_manager_new()
H
A
D
libbpf.c
1305
return
ERR_PTR
(-ENOMEM);
in bpf_object__new()
1570
return
ERR_PTR
(-EIO);
1576
return
ERR_PTR
(-ENOENT);
1587
return
ERR_PTR
(err);
6021
return
ERR_PTR
(-EINVAL);
6025
return
ERR_PTR
(-EINVAL);
6030
return
ERR_PTR
(-ENOMEM);
6064
return
ERR_PTR
(err);
7834
return
ERR_PTR
(-LIBBPF_ERRNO__LIBELF);
7839
return
ERR_PTR
(
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
LtpfsCmds.c
256
* namespace if possible and return it. Return
ERR_PTR
(error)
267
return
ERR_PTR
(-EINVAL);
in lookup_bdev()
271
return
ERR_PTR
(error);
in lookup_bdev()
289
bdev =
ERR_PTR
(error);
in lookup_bdev()
/third_party/libbpf/include/linux/
H
A
D
err.h
13
static inline void *
ERR_PTR
(long error_)
in ERR_PTR()
function
/third_party/ltp/testcases/kernel/syscalls/utils/
H
A
D
inotify.h
169
return
ERR_PTR
(-EOPNOTSUPP);
in inotify_init()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
kernel.h
73
#define
ERR_PTR
(err) ((void*)(unsigned long)(err))
macro
Completed in 22 milliseconds