Home
last modified time | relevance | path

Searched refs:errno (Results 2426 - 2450 of 15394) sorted by relevance

1...<<919293949596979899100>>...616

/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c47 #include <errno.h>
188 pa_log_warn("SNDCTL_DSP_HALT: %s", pa_cstrerror(errno)); in trigger()
192 pa_log_warn("SNDCTL_DSP_SETTRIGGER: %s", pa_cstrerror(errno)); in trigger()
203 pa_log_warn("SNDCTL_DSP_POST: %s", pa_cstrerror(errno)); in trigger()
220 pa_log("pa_read() failed: %s", pa_cstrerror(errno)); in trigger()
269 pa_log("SNDCTL_DSP_GETOPTR: %s", pa_cstrerror(errno)); in mmap_write()
345 pa_log("SNDCTL_DSP_GETIPTR: %s", pa_cstrerror(errno)); in mmap_read()
369 pa_log("SNDCTL_DSP_GETOPTR: %s", pa_cstrerror(errno)); in mmap_sink_get_latency()
394 pa_log("SNDCTL_DSP_GETIPTR: %s", pa_cstrerror(errno)); in mmap_source_get_latency()
422 pa_log_info("Device doesn't support AUDIO_GETBUFINFO: %s", pa_cstrerror(errno)); in io_sink_get_latency()
[all...]
/base/startup/init/services/param/liteos/
H A Dparam_osadp.c17 #include <errno.h>
120 PARAM_CHECK(fd >= 0, return NULL, "Open file %s mode %x fail error %d", fileName, mode, errno); in GetSharedMem()
124 PARAM_CHECK(key != -1, return NULL, "Invalid errno %d key for %s", errno, fileName); in GetSharedMem()
129 PARAM_CHECK(handle->shmid != -1, return NULL, "Invalid shmId errno %d for %s", errno, fileName); in GetSharedMem()
196 PARAM_LOGE("Failed to batch begin to save param errno %d", errno); in ParamMutexPend()
197 return errno; in ParamMutexPend()
/base/startup/init/services/init/standard/
H A Dinit.c17 #include <errno.h>
52 INIT_LOGE("Failed to create fd holder socket, err = %d", errno); in FdHolderSockInit()
73 INIT_LOGE("Failed to binder fd folder socket %d", errno); in FdHolderSockInit()
80 INIT_LOGW("Failed to change owner of fd holder socket, err = %d", errno); in FdHolderSockInit()
84 INIT_LOGW("Failed to change mode of fd holder socket, err = %d", errno); in FdHolderSockInit()
109 INIT_LOGE("Set time of day failed, err = %d", errno); in SystemInit()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.cpp260 WIFI_LOGE("getifaddrs failed, error is %{public}d", errno); in FetchIpAddress()
293 WIFI_LOGE("getifaddrs failed, error is %{public}d", errno); in FetchApOrP2pIpAddress()
357 WIFI_LOGE("ioctl set ip address failed, error is: %{public}d.", errno); in IpAddressChange()
366 WIFI_LOGE("ioctl set mask address failed, error is: %{public}d.", errno); in IpAddressChange()
377 WIFI_LOGE("open %{public}s fail, error: %{public}d", fileName.c_str(), errno); in WriteDataToFile()
383 content.c_str(), fileName.c_str(), errno); in WriteDataToFile()
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp60 LOGE("Create cloud data statistic folder fail errno = %{public}d", errno); in CreateDataStatisticFolder()
75 LOGE("create file downloadstatistic report fail, ret = %{public}d", errno); in CreateDownloadFileStatData()
76 return errno; in CreateDownloadFileStatData()
212 LOGE("Open cloud data statistic local data fail %{public}d", errno); in OutputToFile()
254 LOGE("Open cloud data statistic local data fail %{public}d", errno); in ReadVecFromLocal()
294 LOGE("fail to delete local statistic data, errno %{public}d", errno); in Report()
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/wifi/
H A Dnstackx_wifi_stat_linux.c19 #include <errno.h>
232 if (ret < 0 || errno) { in Nl80211Msg()
233 LOGE(TAG, "err .%d errno %d ret is %d", err, errno, ret); in Nl80211Msg()
293 LOGE(TAG, "create netlink.error no is %d", errno); in GetNlDevInfo()
297 LOGE(TAG, "Failed to connect to generic netlink.error no is %d", errno); in GetNlDevInfo()
345 LOGE(TAG, "GetNlDevInfo failed.error no is %d", errno); in GetWifiInfoFromLinux()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c17 #include <errno.h>
84 DFINDER_LOGE(TAG, "unable to create netlink socket: %d", errno); in CreateNetLinkSocketFd()
88 DFINDER_LOGE(TAG, "bind for netlink socket failed: %d", errno); in CreateNetLinkSocketFd()
93 DFINDER_LOGE(TAG, "getsockname failed: %d", errno); in CreateNetLinkSocketFd()
162 DFINDER_LOGE(TAG, "recvfrom error %d", errno); in SmartGeniusCallback()
229 DFINDER_LOGE(TAG, "unable to create netlink socket: %d", errno); in RecoverNetLinkTask()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c68 if (CHECK(err, "tgt_prog_load", "file %s err %d errno %d\n", in test_fexit_bpf2bpf_common()
69 target_obj_file, err, errno)) in test_fexit_bpf2bpf_common()
111 "err %d errno %d retval %d duration %d\n", in test_fexit_bpf2bpf_common()
112 err, errno, retval, duration); in test_fexit_bpf2bpf_common()
199 if (CHECK(err, "second_prog_load", "file %s err %d errno %d\n", in test_second_attach()
200 tgt_obj_file, err, errno)) in test_second_attach()
210 "err %d errno %d retval %d duration %d\n", in test_second_attach()
211 err, errno, retval, duration)) in test_second_attach()
250 if (CHECK(err, "tgt_prog_load", "file %s err %d errno %d\n", in test_fmod_ret_freplace()
251 tgt_name, err, errno)) in test_fmod_ret_freplace()
[all...]
/kernel/linux/linux-5.10/samples/seccomp/
H A Duser-trap.c5 #include <errno.h>
28 errno = 0; in seccomp()
254 if (errno != EPERM) { in main()
327 errno != ENOENT) { in main()
348 if (umount2("/tmp/foo", MNT_DETACH) < 0 && errno != EINVAL) { in main()
353 if (remove("/tmp/foo") < 0 && errno != ENOENT) { in main()
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.h87 #include <errno.h>
140 strerror(errno)); in sort_orctable()
147 strerror(errno)); in sort_orctable()
154 strerror(errno)); in sort_orctable()
293 strerror(errno), fname); in do_sort()
370 strerror(errno), fname); in do_sort()
/kernel/linux/linux-5.10/tools/perf/
H A Dperf.c30 #include <errno.h>
332 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
341 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
399 errno = ENOENT; /* as if we called execvp */ in execv_dashed_external()
540 if (errno != ENOENT) in main()
551 cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in main()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbpf.c2 #include <errno.h>
169 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
176 str_error_r(errno, sbuf, sizeof(sbuf))); in do_test()
273 if (err && errno != EEXIST) { in __test__bpf()
275 strerror(errno)); in __test__bpf()
326 strerror(errno)); in check_env()
/kernel/linux/linux-6.6/tools/perf/
H A Dperf.c29 #include <errno.h>
341 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
350 str_error_r(errno, sbuf, sizeof(sbuf))); in run_builtin()
410 errno = ENOENT; /* as if we called execvp */ in execv_dashed_external()
537 if (errno != ENOENT) in main()
548 cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c12 #include <errno.h>
20 #define clean_errno() (errno == 0 ? "None" : strerror(errno))
22 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", __FILE__, __LINE__, \
39 errno = 0; in safe_int()
41 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
44 if (errno != 0 && sli == 0) in safe_int()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dutil.c15 #include <errno.h>
148 * -1 on removal failure with errno set
292 errno = ENOMEM; in lsdir()
348 strerror(errno)); in fetch_ubuntu_kernel_version()
357 strerror(errno)); in fetch_ubuntu_kernel_version()
431 return -errno; in perf_tip()
550 errno = ENOSYS; in sched_getcpu()
/kernel/liteos_m/testsuites/unittest/xts/ipc/semaphone/
H A Dsem_test.c275 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno);
315 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno);
336 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno);
/kernel/linux/linux-6.6/tools/iio/
H A Diio_event_monitor.c20 #include <errno.h>
387 ret = -errno; in main()
394 ret = -errno; in main()
407 ret = -errno; in main()
414 if (errno == EAGAIN) { in main()
418 ret = -errno; in main()
/kernel/linux/linux-6.6/samples/seccomp/
H A Duser-trap.c5 #include <errno.h>
28 errno = 0; in seccomp()
254 if (errno != EPERM) { in main()
327 errno != ENOENT) { in main()
348 if (umount2("/tmp/foo", MNT_DETACH) < 0 && errno != EINVAL) { in main()
353 if (remove("/tmp/foo") < 0 && errno != ENOENT) { in main()
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c37 #include <errno.h>
105 return errno == ENOENT ? 0 : errno; in grovel_auxv()
124 int ret = errno; in grovel_auxv()
278 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
312 return errno; in INTDEF()
/third_party/libunwind/libunwind/src/aarch64/
H A DGinit.c27 #include <errno.h>
144 while ( errno == EINTR ); in write_validate()
146 int valid_read = (bytes > 0 || errno == EAGAIN || errno == EWOULDBLOCK); in write_validate()
158 while ( errno == EINTR ); in write_validate()
200 errno == EAGAIN) {} in tdep_init_mem_validate()
/third_party/libunwind/libunwind/src/arm/
H A DGinit.c25 #include <errno.h>
135 while ( errno == EINTR ); in write_validate()
137 int valid_read = (bytes > 0 || errno == EAGAIN || errno == EWOULDBLOCK); in write_validate()
148 while ( errno == EINTR ); in write_validate()
195 errno == EAGAIN) {} in tdep_init_mem_validate()
/third_party/libunwind/libunwind/src/riscv/
H A DGinit.c28 #include <errno.h>
157 while ( errno == EINTR ); in write_validate()
159 int valid_read = (bytes > 0 || errno == EAGAIN || errno == EWOULDBLOCK); in write_validate()
170 while ( errno == EINTR ); in write_validate()
217 errno == EAGAIN) {} in tdep_init_mem_validate()
/third_party/libunwind/libunwind/src/x86_64/
H A DGinit.c34 #include <errno.h>
133 while ( errno == EINTR ); in write_validate()
135 int valid_read = (bytes > 0 || errno == EAGAIN || errno == EWOULDBLOCK); in write_validate()
151 while ( errno == EINTR ); in write_validate()
198 errno == EAGAIN) {} in tdep_init_mem_validate()
/third_party/libuv/test/
H A Drunner-unix.c28 #include <errno.h>
50 if (close(fd) == 0 || errno == EINTR || errno == EINPROGRESS) in closefd()
175 while (rc == -1 && errno == EINTR); in process_start()
226 while (r == -1 && errno == EINTR); in dowait()
318 if (!(r == -1 && errno == EINTR)) in process_wait()
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_pipe.c72 } while ((ret == -1) && ((errno == EINTR) || (errno == EAGAIN))); in kgsl_pipe_wait()
74 ERROR_MSG("waittimestamp failed! %d (%s)", ret, strerror(errno)); in kgsl_pipe_wait()
89 ret, strerror(errno)); in kgsl_pipe_timestamp()
226 paths[id], fd, strerror(errno)); in kgsl_pipe_new()
233 ret, strerror(errno)); in kgsl_pipe_new()

Completed in 18 milliseconds

1...<<919293949596979899100>>...616