/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_socket_listener.cpp | 130 NETMGR_EXT_LOG_E("mdns_log bind failed, errno:[%{public}d]", errno); in InitSocketV4() 181 NETMGR_EXT_LOG_E("mdns_log bind failed, errno:[%{public}d]", errno); in InitSocketV6() 193 NETMGR_EXT_LOG_F("mdns_log bind failed, errno:[%{public}d]", errno); in MDnsSocketListener() 261 NETMGR_EXT_LOG_F("mdns_log getifaddrs failed, errno=[%{public}d]", errno); in OpenSocketForEachIface() 296 NETMGR_EXT_LOG_E("mdns_log socket create failed, errno:[%{public}d]", errno); in OpenSocketV4() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 6 #include <errno.h> 85 ksft_exit_fail_msg("PTRACE_TRACEME", strerror(errno)); in do_child() 88 ksft_exit_fail_msg("raise(SIGSTOP)", strerror(errno)); in do_child() 123 errno = ENOMEM; in get_sve() 228 type->name, strerror(errno), errno); in ptrace_set_get_vl() 311 strerror(errno)); in ptrace_sve_fpsimd() 652 if (errno == ESRCH) in do_parent() 655 if (errno == EINVAL) { in do_parent() 661 strerror(errno)); in do_parent() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_notls.c | 218 switch(errno) in send_callback() 259 switch(errno) in recv_callback() 487 errno == EINTR); in connect_to() 493 dief("connect", strerror(errno)); in connect_to() 502 while((flags = fcntl(fd, F_GETFL, 0)) == -1 && errno == EINTR); in make_non_block() 504 dief("fcntl1", strerror(errno)); in make_non_block() 506 while((rv = fcntl(fd, F_SETFL, flags | O_NONBLOCK)) == -1 && errno == EINTR); in make_non_block() 508 dief("fcntl2", strerror(errno)); in make_non_block() 521 dief("setsockopt", strerror(errno)); in set_tcp_nodelay() 650 dief("poll", strerror(errno)); in fetch_uri() [all...] |
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 420 errno = 0; in _close_open_fds_maybe_unsafe() 430 errno = 0; in _close_open_fds_maybe_unsafe() 432 if (errno) { in _close_open_fds_maybe_unsafe() 643 if ((errno = pthread_sigmask(SIG_SETMASK, child_sigmask, NULL))) { in child_exec() 686 errno = 0; /* We don't want to report an OSError. */ in child_exec() 708 if (errno != ENOENT && errno != ENOTDIR && saved_errno == 0) { in child_exec() 709 saved_errno = errno; in child_exec() 714 errno = saved_errno; in child_exec() 717 saved_errno = errno; in child_exec() [all...] |
/third_party/python/Modules/_io/ |
H A D | fileio.c | 119 save_errno = errno; in internal_close() 124 errno = save_errno; in internal_close() 377 errno = 0; 387 } while (self->fd < 0 && errno == EINTR && 448 if (errno == EBADF) { 460 errno = EISDIR; 648 /* copy errno because PyBuffer_Release() can indirectly modify it */ 649 err = errno; 759 if (errno == EAGAIN) { 819 /* copy errno becaus 1037 errno = 0; global() local [all...] |
/third_party/node/test/wasi/c/ |
H A D | cant_dotdot.c | 2 #include <errno.h> 8 assert(errno == ENOTCAPABLE); in main()
|
H A D | notdir.c | 3 #include <errno.h> 8 assert(errno == ENOTDIR); in main()
|
H A D | symlink_escape.c | 2 #include <errno.h> 8 assert(errno == ENOTCAPABLE); in main()
|
H A D | symlink_loop.c | 2 #include <errno.h> 8 assert(errno == ELOOP); in main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | execle-env.c | 4 #include <errno.h> 16 t_error("execle failed: %s\n", strerror(errno)); in main()
|
/third_party/musl/src/misc/ |
H A D | ptsname.c | 2 #include <errno.h> 9 errno = err; in ptsname()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fileno.c | 2 #include <errno.h> 10 errno = EBADF; in fileno()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fileno.c | 2 #include <errno.h> 10 errno = EBADF; in fileno()
|
/third_party/musl/src/signal/ |
H A D | killpg.c | 2 #include <errno.h> 7 errno = EINVAL; in killpg()
|
H A D | sigprocmask.c | 2 #include <errno.h> 8 errno = r; in sigprocmask()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | LPdir_nyi.c | 48 errno = EINVAL; in LP_find_file() 54 errno = EINVAL; in LP_find_file_end()
|
/third_party/openssl/crypto/ |
H A D | LPdir_nyi.c | 48 errno = EINVAL; in LP_find_file() 54 errno = EINVAL; in LP_find_file_end()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wext.c | 54 if (errno != EOPNOTSUPP) { in wpa_driver_wext_set_auth_param() 57 idx, value, strerror(errno)); in wpa_driver_wext_set_auth_param() 59 ret = errno == EOPNOTSUPP ? -2 : -1; in wpa_driver_wext_set_auth_param() 82 wpa_printf(MSG_ERROR, "ioctl[SIOCGIWAP]: %s", strerror(errno)); in wpa_driver_wext_get_bssid() 112 wpa_printf(MSG_ERROR, "ioctl[SIOCSIWAP]: %s", strerror(errno)); in wpa_driver_wext_set_bssid() 139 strerror(errno)); in wpa_driver_wext_get_ssid() 198 strerror(errno)); in wpa_driver_wext_set_ssid() 225 strerror(errno)); in wpa_driver_wext_set_freq() 760 buf, strerror(errno)); in wext_get_phy_name() 768 buf, strerror(errno)); in wext_get_phy_name() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 125 LOGE("Failed to get quotactl, errno : %{public}d", errno);
in GetOccupiedSpaceForUid() 149 LOGE("Failed to get quotactl, errno : %{public}d", errno);
in GetOccupiedSpaceForGid() 174 LOGE("Failed to get quotactl, errno : %{public}d", errno);
in GetOccupiedSpaceForPrjId() 226 LOGE("Failed to get hard quota, errno : %{public}d", errno);
in SetBundleQuota() 233 LOGE("Failed to statvfs, errno : %{public}d", errno);
in SetBundleQuota() [all...] |
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 41 #include <errno.h> 86 #define SYSERR strerror(errno) 537 if (errno == ENOENT) { in init_output() 1023 TagName, strerror(errno), errno, in get_file_info() 1084 errno = 0; in create_file() 1088 if (errno == ENOENT) { in create_file() 1093 TagName, path, SYSERR, errno); in create_file() 1113 TagName, path, SYSERR, errno); in create_file() 1126 TagName, path, nbytes, SYSERR, errno); in create_file() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-solaris.c | 28 #include <errno.h> 147 /* An attempt to buffer more than 128 KB causes write() to fail with errno == EAGAIN. */ 259 if (errno == EINVAL) in set_buffer() 262 pa_log("AUDIO_SETINFO: %s", pa_cstrerror(errno)); in set_buffer() 330 if (errno == EINVAL) in auto_format() 333 pa_log("AUDIO_SETINFO: %s", pa_cstrerror(errno)); in auto_format() 345 pa_log_warn("open %s failed (%s)", u->device_name, pa_cstrerror(errno)); in open_audio_device() 545 if (errno == EINVAL) in sink_set_volume() 548 pa_log("AUDIO_SETINFO: %s", pa_cstrerror(errno)); in sink_set_volume() 561 pa_log("AUDIO_SETINFO: %s", pa_cstrerror(errno)); in sink_get_volume() [all...] |
/base/startup/init/services/init/lite/ |
H A D | init_reboot.c | 15 #include <errno.h>
27 INIT_LOGE("reboot failed! syscall ret %d, err %d.", ret, errno);
in ExecReboot()
|
/third_party/musl/src/malloc/ |
H A D | posix_memalign.c | 2 #include <errno.h> 8 if (!mem) return errno; in posix_memalign()
|
/third_party/musl/src/locale/ |
H A D | bind_textdomain_codeset.c | 4 #include <errno.h> 9 errno = EINVAL; in bind_textdomain_codeset()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | errno.h | 10 #include <bits/errno.h> 16 #define errno (*__errno_location()) macro
|