Home
last modified time | relevance | path

Searched refs:errno (Results 6076 - 6100 of 7011) sorted by relevance

1...<<241242243244245246247248249250>>...281

/third_party/toybox/toys/pending/
H A Dcrontab.c314 } while ((cpid == -1) && (errno == EINTR)); in do_edit()
/third_party/pulseaudio/src/modules/
H A Dmodule-console-kit.c27 #include <errno.h>
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor_test.cc33 #include <errno.h>
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver_test.cc17 #include <errno.h>
361 // errno may equal ERANGE. in TEST()
369 // errno may equal ERANGE. in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc269 while (nanosleep(&ts, &ts) != 0 && errno == EINTR) {} in MeasureTscFrequencyWithSleep()
/third_party/rust/crates/nix/test/sys/
H A Dtest_ptrace.rs7 use nix::errno::Errno;
H A Dtest_socket.rs317 use nix::{errno::Errno, Result};
753 use nix::errno::Errno; in test_recvmsg_ebadf()
1101 use nix::errno::Errno; in test_sendmsg_ipv6packetinfo()
1603 use nix::errno::Errno; in test_syscontrol()
2142 use nix::errno::Errno; in test_vsock()
2515 use nix::errno::Errno; in test_recverr_impl()
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs5 use crate::errno::Errno;
H A Dwait.rs2 use crate::errno::Errno;
/third_party/rust/crates/nix/src/sys/ioctl/
H A Dmod.rs70 //! # use nix::errno::Errno;
176 //! # use nix::errno::Errno;
267 $crate::errno::Errno::result($w)
/third_party/rust/crates/nix/src/
H A Dpty.rs11 use crate::errno::Errno;
/third_party/rust/crates/nix/test/
H A Dtest_mq.rs5 use nix::errno::Errno;
/third_party/selinux/libselinux/src/
H A Dseusers.c8 #include <errno.h>
/third_party/selinux/libsepol/src/
H A Duser_record.c1 #include <errno.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dtrace.c62 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno)); in get_prg_fname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dtrace.c62 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno)); in get_prg_fname()
/third_party/zlib/contrib/minizip/
H A Dminizip.c48 #include <errno.h>
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c178 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi__lseek()
184 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi__lseek()
858 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_fdstat_get()
930 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_fdstat_set_flags()
1415 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_readdir()
2583 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_sched_yield()
/third_party/backends/backend/
H A Dplustek.c138 #include <errno.h>
541 lerrn = errno; in reader_process()
547 DBG( _DBG_ERROR,"reader_process: read failed, status = %i, errno %i\n", in reader_process()
1364 DBG( _DBG_ERROR, "calloc failed: %s\n", strerror(errno)); in attach()
2411 DBG( _DBG_ERROR, "sane_start: open failed: %d\n", errno); in local_sane_start()
2413 if( errno == EBUSY ) in local_sane_start()
2673 if( EAGAIN != errno ) { in sane_read()
2702 if( EAGAIN == errno ) { in sane_read()
2718 DBG( _DBG_ERROR, "ERROR: errno=%d\n", errno ); in sane_read()
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp715 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ECONNABORTED) in control_client_check()
716 fprintf(stderr, "ERROR on socket: %s\n", strerror(errno)); in control_client_check()
743 if (errno == EAGAIN || errno == EWOULDBLOCK) { in process_control_socket()
748 if (errno != ECONNRESET) in process_control_socket()
749 fprintf(stderr, "ERROR on connection: %s\n", strerror(errno)); in process_control_socket()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1724 errno = 0; in wpas_dbus_handler_remove_cred()
1726 if (errno != 0) { in wpas_dbus_handler_remove_cred()
2087 errno = 0; in wpas_dbus_handler_remove_network()
2089 if (errno != 0) { in wpas_dbus_handler_remove_network()
2163 errno = 0; in wpas_dbus_handler_select_network()
2165 if (errno != 0) { in wpas_dbus_handler_select_network()
2221 errno = 0; in wpas_dbus_handler_network_reply()
2223 if (errno != 0) { in wpas_dbus_handler_network_reply()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c172 strerror(errno)); in nl80211_register_eloop_read()
2760 bss->ifname, bss->brname, strerror(errno)); in wpa_driver_nl80211_deinit()
2775 bss->brname, strerror(errno)); in wpa_driver_nl80211_deinit()
5071 strerror(errno)); in nl80211_send_eapol_data()
5136 (unsigned long) len, errno, strerror(errno)); in wpa_driver_nl80211_hapd_send_eapol()
6844 name, bridge_ifname, strerror(errno)); in i802_set_wds_sta()
6871 strerror(errno)); in handle_eapol()
6897 brname, strerror(errno)); in i802_check_bridge()
6919 ifname, in_br, strerror(errno)); in i802_check_bridge()
[all...]
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp643 FI_HILOGE("Close client fd failed, error:%{public}s, clientFd:%{public}d", strerror(errno), clientFd); in HandleAllocSocketFdStub()
652 FI_HILOGE("Close client fd failed, error:%{public}s, clientFd:%{public}d", strerror(errno), clientFd); in HandleAllocSocketFdStub()
660 FI_HILOGE("Close client fd failed, error:%{public}s, clientFd:%{public}d", strerror(errno), clientFd); in HandleAllocSocketFdStub()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp106 DLP_LOG_ERROR(LABEL, "setuid fail, %s", strerror(errno)); in TestSetSelfTokenId()
115 DLP_LOG_ERROR(LABEL, "setuid fail, %s", strerror(errno)); in TestSetSelfTokenId()
121 DLP_LOG_ERROR(LABEL, "setuid fail, %s", strerror(errno)); in TestSetSelfTokenId()
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp71 tloge("Failed to open %s: %d\n", TC_PRIVATE_DEV_NAME, errno); in GetTEEVersion()
1005 tloge("registeMem: memcpy failed when copy data to shm, errno = %{public}d!\n", errno); in RegisterSharedMemory()
1136 tloge("releaseShamem: memcpy failed when copy data to shm, errno = %{public}d!\n", errno); in ReleaseSharedMemory()

Completed in 48 milliseconds

1...<<241242243244245246247248249250>>...281