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:EEXIST
(Results
1 - 21
of
21
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H
A
D
fb_mem.c
102
return -
EEXIST
;
in register_driver()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H
A
D
errno.h
20
#define
EEXIST
17
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
errno.h
64
#define
EEXIST
17 /* File exists */
macro
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
energy_model.c
301
ret = -
EEXIST
;
in em_dev_register_perf_domain()
316
ret = -
EEXIST
;
in em_dev_register_perf_domain()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H
A
D
kutf_suite.c
458
err = -
EEXIST
;
in create_fixture_variant()
467
err = -
EEXIST
;
in create_fixture_variant()
476
err = -
EEXIST
;
in create_fixture_variant()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H
A
D
kutf_suite.c
588
err = -
EEXIST
;
in create_fixture_variant()
597
err = -
EEXIST
;
in create_fixture_variant()
612
err = -
EEXIST
;
in create_fixture_variant()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
77
#define
EEXIST
17 /* File exists */
macro
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H
A
D
analog_headset_gpio.c
530
return -
EEXIST
;
in SetHeadsetIrqEnable()
H
A
D
analog_headset_adc.c
506
ret = -
EEXIST
;
in SetHeadsetIrqEnable()
/device/soc/rockchip/rk2206/hdf_driver/fs/
H
A
D
fs_driver.c
451
} else if (errno ==
EEXIST
) {
in fsdrv_init()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
dma-iommu.c
84
return -
EEXIST
;
in iommu_get_dma_cookie()
117
return -
EEXIST
;
in iommu_get_msi_cookie()
H
A
D
iommu.c
824
if (ret == -
EEXIST
&& i >= 0) {
in iommu_group_add_device()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H
A
D
thermal_core.c
923
result = -
EEXIST
;
in thermal_zone_bind_cooling_device()
1612
* paramenters, -ENODEV for not found and -
EEXIST
for multiple matches).
1635
ref = ERR_PTR(-
EEXIST
);
in thermal_zone_get_zone_by_name()
/device/qemu/hardware/display/
H
A
D
display_gralloc.c
138
if (errno !=
EEXIST
) {
in AllocShm()
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H
A
D
v4l2-async.c
469
return -
EEXIST
;
in v4l2_async_notifier_asd_valid()
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
util.c
420
err = -
EEXIST
;
in ipcget_public()
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H
A
D
xfs_inode.c
1956
if (error != 0 && error != -
EEXIST
) {
in xfs_iunlink_insert_backref()
3146
error = -
EEXIST
;
in xfs_rename()
3264
ASSERT(error != -
EEXIST
);
in xfs_rename()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_kernel_linux.c
523
return -
EEXIST
;
in mali_probe()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_kernel_linux.c
526
return -
EEXIST
;
in mali_probe()
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
1843
if (err != -
EEXIST
) {
in create_regulator()
2369
return -
EEXIST
;
in regulator_register_supply_alias()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
block.c
966
return -
EEXIST
;
in mmc_blk_reset()
Completed in 38 milliseconds