/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 109 MMI_HILOGE("Call socketpair failed, errno:%{public}d", errno); in AddSocketPairInfo() 115 MMI_HILOGE("Call fcntl failed, errno:%{public}d", errno); in AddSocketPairInfo() 162 MMI_HILOGE("Setsockopt serverFd failed, errno:%{public}d", errno); in SetFdProperty() 166 MMI_HILOGE("Setsockopt serverFd failed, errno:%{public}d", errno); in SetFdProperty() 171 MMI_HILOGE("Setsockopt toReturnClientFd failed, errno:%{public}d", errno); in SetFdProperty() [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs.c | 143 die("Cannot read ELF header: %s\n", strerror(errno)); in read_ehdr() 188 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs() 196 i, ehdr.e_shnum, strerror(errno)); in read_shdrs() 220 sec->shdr.sh_offset, strerror(errno)); in read_strtabs() 224 die("Cannot read symbol table: %s\n", strerror(errno)); in read_strtabs() 244 sec->shdr.sh_offset, strerror(errno)); in read_symtabs() 248 die("Cannot read symbol table: %s\n", strerror(errno)); in read_symtabs() 279 sec->shdr.sh_offset, strerror(errno)); in read_relocs() 283 die("Cannot read symbol table: %s\n", strerror(errno)); in read_relocs() 307 sec->shdr_offset, strerror(errno)); in remove_relocs() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 31 "map-lookup", "errno %d", errno)) in assert_storage() 50 if (CHECK(errno != ENOENT, in assert_storage_noexist() 51 "map-lookup", "errno %d, expected ENOENT", errno)) in assert_storage_noexist() 99 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_egress_only() 113 if (CHECK(err, "first-connect-send", "errno %d", errno)) in test_egress_only() 137 if (CHECK(err, "second-connect-send", "errno in test_egress_only() [all...] |
H A D | sock_fields.c | 11 #include <errno.h> 112 "err:%d errno:%d\n", err, errno); in check_result() 117 "err:%d errno:%d\n", err, errno); in check_result() 232 "err:%d errno:%d pkt_out_cnt:%u pkt_out_cnt10:%u\n", in check_sk_pkt_out_cnt() 233 err, errno, pkt_out_cnt.cnt, pkt_out_cnt10.cnt); in check_sk_pkt_out_cnt() 250 "err:%d errno:%d pkt_out_cnt:%u pkt_out_cnt10:%u\n", in check_sk_pkt_out_cnt() 251 err, errno, pkt_out_cnt.cnt, pkt_out_cnt10.cnt); in check_sk_pkt_out_cnt() 263 "err:%d errno in init_sk_storage() [all...] |
H A D | raw_tp_writable_test_run.c | 29 "failed: %d errno %d\n", bpf_fd, errno)) in test_raw_tp_writable_test_run() 46 if (CHECK(filter_fd < 0, "test_program_loaded", "failed: %d errno %d\n", in test_raw_tp_writable_test_run() 47 filter_fd, errno)) in test_raw_tp_writable_test_run() 52 "failed: %d errno %d\n", tp_fd, errno)) in test_raw_tp_writable_test_run() 72 "test_run failed with %d errno %d\n", err, errno); in test_raw_tp_writable_test_run()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 31 "map-lookup", "errno %d", errno)) in assert_storage() 50 if (CHECK(errno != ENOENT, in assert_storage_noexist() 51 "map-lookup", "errno %d, expected ENOENT", errno)) in assert_storage_noexist() 99 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_egress_only() 112 if (CHECK(err, "first-connect-send", "errno %d", errno)) in test_egress_only() 135 if (CHECK(err, "second-connect-send", "errno in test_egress_only() [all...] |
H A D | sock_fields.c | 11 #include <errno.h> 111 "err:%d errno:%d\n", err, errno); in check_result() 116 "err:%d errno:%d\n", err, errno); in check_result() 231 "err:%d errno:%d pkt_out_cnt:%u pkt_out_cnt10:%u\n", in check_sk_pkt_out_cnt() 232 err, errno, pkt_out_cnt.cnt, pkt_out_cnt10.cnt); in check_sk_pkt_out_cnt() 249 "err:%d errno:%d pkt_out_cnt:%u pkt_out_cnt10:%u\n", in check_sk_pkt_out_cnt() 250 err, errno, pkt_out_cnt.cnt, pkt_out_cnt10.cnt); in check_sk_pkt_out_cnt() 262 "err:%d errno in init_sk_storage() [all...] |
/third_party/node/src/ |
H A D | node_credentials.cc | 151 errno = 0; in uid_by_name() 166 errno = 0; in name_by_uid() 174 if (rc == 0) errno = ENOENT; in name_by_uid() 184 errno = 0; in gid_by_name() 200 errno = 0; 209 errno = ENOENT; 276 env->ThrowErrnoException(errno, "setgid"); in SetGid() 295 env->ThrowErrnoException(errno, "setegid"); in SetEGid() 314 env->ThrowErrnoException(errno, "setuid"); in SetUid() 333 env->ThrowErrnoException(errno, "seteui in SetEUid() [all...] |
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill10.c | 133 * Print errno log and/or timing stats if options given 155 #include <errno.h> 445 "%d: couldn't calloc child_checklist, errno=%d : %s", in fork_pgrps() 446 mypid, errno, strerror(errno)); in fork_pgrps() 573 mypid, getppid(), errno, strerror(errno)); in manager() 574 exit(errno); in manager() 597 mypid, getppid(), errno, in manager() 598 strerror(errno)); in manager() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 1-2.c | 38 #include <errno.h> 190 UNRESOLVED(errno, "Unable to read clock"); in child() 247 } while ((ret != 0) && (errno == EINTR)); in timer() 249 UNRESOLVED(errno, "Failed to wait for the semaphore " in timer() 372 UNRESOLVED(errno, in main() 387 UNRESOLVED(errno, "Memory allocation failed"); in main() 399 UNRESOLVED(errno, "mmap failed"); in main() 530 ret = errno; in main() 550 ret = errno; in main() 560 ret = errno; in main() [all...] |
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-send.c | 27 #include <errno.h> 362 pa_log("socket() failed: %s", pa_cstrerror(errno)); in pa__init() 367 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init() 371 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init() 377 pa_log("connect() failed: %s", pa_cstrerror(errno)); in pa__init() 381 pa_log("connect() failed: %s", pa_cstrerror(errno)); in pa__init() 387 pa_log("socket() failed: %s", pa_cstrerror(errno)); in pa__init() 392 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init() 396 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init() 402 pa_log("connect() failed: %s", pa_cstrerror(errno)); in pa__init() [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | errno.h | 3 * Minimal errno definitions for NOLIBC 10 #include <asm/errno.h> 13 #define SET_ERRNO(v) do { errno = (v); } while (0) 14 int errno __attribute__((weak)); variable 20 /* errno codes all ensure that they will not conflict with a valid pointer
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_saver.cpp | 42 if (stat(saveDirectory, &saveDirectoryStat) && errno != ENOENT) { in FrameSaver() 43 LOGW("get stat '%{public}s' failed: %{public}s", saveDirectory, strerror(errno)); in FrameSaver() 47 if (errno == ENOENT) { in FrameSaver() 50 LOGW("create directory '%{public}s' failed: %{public}s", saveDirectory, strerror(errno)); in FrameSaver()
|
/foundation/graphic/graphic_2d/utils/build/ |
H A D | copy_arkui_adapters.py | 20 import errno namespace 27 exit(errno.EINVAL) 33 exit(errno.EINVAL) 39 exit(errno.EINVAL)
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/ |
H A D | sys_dfile.c | 32 LOGE(TAG, "create pipe error: %d", errno); in CreateReceiverPipe() 45 LOGE(TAG, "fcntl get flags failed: %d", errno); in CreateReceiverPipe() 52 LOGE(TAG, "fcntl set flags to non-blocking failed: %d", errno); in CreateReceiverPipe() 68 LOGE(TAG, "write to receiver pipe failed. errno %d", errno); in NotifyPipeEvent()
|
/kernel/linux/linux-5.10/tools/testing/selftests/sync/ |
H A D | sync_test.c | 34 #include <errno.h> 74 if (errno == ENOENT) in sync_api_supported() 77 if (errno == EACCES) in sync_api_supported() 81 strerror(errno)); in sync_api_supported()
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_wouldblock.c | 18 #include <errno.h> 70 if (!res || errno != EWOULDBLOCK) { in main() 72 res ? errno : res, res ? strerror(errno) : ""); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/ |
H A D | video_device_test.c | 32 #include <errno.h> 75 printf("Video Device open errno %s\n", strerror(errno)); in main() 88 printf("VIDIOC_QUERYCAP errno %s\n", strerror(errno)); in main() 94 printf("VIDIOC_G_TUNER, errno %s\n", strerror(errno)); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sync/ |
H A D | sync_test.c | 34 #include <errno.h> 74 if (errno == ENOENT) in sync_api_supported() 77 if (errno == EACCES) in sync_api_supported() 81 strerror(errno)); in sync_api_supported()
|
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | dbc.c | 11 #include <errno.h> 33 return errno; in get_nonce() 50 return errno; in set_uid() 68 return errno; in process_param()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | signal_test_037.cpp | 50 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno); in TestCase() 54 ICUNIT_ASSERT_EQUAL(errno, EFAULT, errno); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | It_stdlib_poll_003.cpp | 67 ICUNIT_GOTO_TWO_EQUAL(errno, EFAULT, EBADF, errno, EXIT); in Testcase() 69 ICUNIT_GOTO_EQUAL(errno, pollParam[i].err, errno, EXIT); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/misc/full/ |
H A D | misc_test_012.cpp | 39 errno = 0; in TestCase() 56 ICUNIT_ASSERT_EQUAL(errno, EINVAL, -1); in TestCase() 60 ICUNIT_ASSERT_EQUAL(errno, EINVAL, -1); in TestCase() 64 ICUNIT_ASSERT_EQUAL(errno, EINVAL, -1); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_130.cpp | 53 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT); in Testcase() 57 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT); in Testcase()
|
H A D | It_posix_queue_149.cpp | 53 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT); in Testcase() 57 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT); in Testcase()
|