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:ENOERR
(Results
1 - 17
of
17
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_generic.c
1355
if (error !=
ENOERR
) {
in ugen_ioctl()
1367
if (error !=
ENOERR
) {
in ugen_ioctl()
1384
if (error !=
ENOERR
) {
in ugen_ioctl()
1417
if (error !=
ENOERR
) {
in ugen_ioctl()
1475
if (error !=
ENOERR
) {
in ugen_ioctl()
1532
if (error !=
ENOERR
) {
in ugen_ioctl()
1551
if (error !=
ENOERR
) {
in ugen_ioctl()
1910
if (error !=
ENOERR
) {
in ugen_iface_ioctl()
1922
if (error !=
ENOERR
) {
in ugen_iface_ioctl()
1934
if (error !=
ENOERR
) {
in ugen_iface_ioctl()
[all...]
/third_party/NuttX/fs/driver/
H
A
D
fs_openblockdriver.c
109
if (pthread_mutex_lock(&disk->disk_mutex) !=
ENOERR
)
in open_blockdriver()
129
if (pthread_mutex_unlock(&disk->disk_mutex) !=
ENOERR
)
in open_blockdriver()
H
A
D
fs_closeblockdriver.c
95
if (pthread_mutex_lock(&disk->disk_mutex) !=
ENOERR
)
in close_blockdriver()
114
if (pthread_mutex_unlock(&disk->disk_mutex) !=
ENOERR
)
in close_blockdriver()
/third_party/FreeBSD/sys/kern/
H
A
D
kern_condvar.c
86
if (pthread_mutex_unlock(mutex) !=
ENOERR
) {
in cv_wait()
92
if (pthread_mutex_lock(mutex) !=
ENOERR
) {
in cv_wait()
/third_party/NuttX/drivers/video/
H
A
D
fb.c
406
if (ret ==
ENOERR
)
in fb_ioctl()
424
if (ret ==
ENOERR
)
in fb_ioctl()
443
if (ret ==
ENOERR
)
in fb_ioctl()
478
if (ret ==
ENOERR
)
in fb_ioctl()
565
if (ret ==
ENOERR
)
in fb_ioctl()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
errno.h
40
#define
ENOERR
0
macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
prctl.c
55
return
ENOERR
;
in prctl()
H
A
D
adp.c
73
if (ret ==
ENOERR
) {
in fs_show()
/third_party/NuttX/drivers/bch/
H
A
D
bchdev_driver.c
348
if (pthread_mutex_lock(&disk->disk_mutex) !=
ENOERR
)
in bch_ioctl()
362
if (pthread_mutex_unlock(&disk->disk_mutex) !=
ENOERR
)
in bch_ioctl()
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
561
if (error !=
ENOERR
) {
in uhid_ioctl()
573
if (error ==
ENOERR
) {
in uhid_ioctl()
585
if (error !=
ENOERR
) {
in uhid_ioctl()
613
if (error !=
ENOERR
) {
in uhid_ioctl()
644
if (error !=
ENOERR
) {
in uhid_ioctl()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
errno.h
1
#define
ENOERR
0
macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
errno.h
1
#define
ENOERR
0
macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
errno.h
1
#define
ENOERR
0
macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
errno.h
1
#define
ENOERR
0
macro
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
usb_serial.c
1316
return (
ENOERR
);
in tty_usb_queue_init()
1355
if(tty_usb_queue_init() !=
ENOERR
) {
in tty_usb_open()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_mass_storage.c
1554
if (inode == NULL || ret !=
ENOERR
)
in fmass_partition_startup()
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
2313
ret =
ENOERR
;
in tmpfs_rename()
Completed in 16 milliseconds