Home
last modified time | relevance | path

Searched refs:errno (Results 1101 - 1125 of 15122) sorted by relevance

1...<<41424344454647484950>>...605

/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp109 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 Drelocs.c143 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 Dcg_storage_multi.c31 "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 Dsock_fields.c11 #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 Draw_tp_writable_test_run.c29 "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 Dcg_storage_multi.c31 "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 Dsock_fields.c11 #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 Dnode_credentials.cc151 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 Dkill10.c133 * 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 D1-2.c38 #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 Dmodule-rtp-send.c27 #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 Derrno.h3 * 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 Dframe_saver.cpp42 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 Dcopy_arkui_adapters.py20 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 Dsys_dfile.c32 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 Dsync_test.c34 #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 Dfutex_wait_wouldblock.c18 #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 Dvideo_device_test.c32 #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 Dsync_test.c34 #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 Ddbc.c11 #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 Dsignal_test_037.cpp50 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 DIt_stdlib_poll_003.cpp67 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 Dmisc_test_012.cpp39 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 DIt_posix_queue_130.cpp53 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT); in Testcase()
57 ICUNIT_GOTO_EQUAL(errno, EBADF, errno, EXIT); in Testcase()
H A DIt_posix_queue_149.cpp53 ICUNIT_GOTO_EQUAL(errno, EINVAL, errno, EXIT); in Testcase()
57 ICUNIT_GOTO_EQUAL(errno, EAGAIN, errno, EXIT); in Testcase()

Completed in 11 milliseconds

1...<<41424344454647484950>>...605