Home
last modified time | relevance | path

Searched refs:errno (Results 4176 - 4200 of 14183) sorted by relevance

1...<<161162163164165166167168169170>>...568

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_getrandom_test.cpp1 #include <errno.h>
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_util.c30 #include <errno.h>
/third_party/musl/compat/time32/
H A Dclock_nanosleep_time32.c3 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/dlns/
H A Ddlns_dlopen_ext.c18 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dsystem.c16 #include <errno.h>
H A Dvfork.c18 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_getaffinity.c16 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/supplement/signal/signal_gtest/
H A Dsignal_sigemptyset_test.cpp1 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dclock_getcpuclockid.c44 errno = 0; in clock_getcpuclockid_0200()
/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_guard_size.c16 #include <errno.h>
H A Dpthread_stack_size.c16 #include <errno.h>
/third_party/node/deps/uv/src/unix/
H A Dcygwin.c32 return UV__ERR(errno); in uv_uptime()
H A Dprocfs-exepath.c39 return UV__ERR(errno); in uv_exepath()
H A Dpthread-fixes.c35 #include <errno.h>
/third_party/skia/tools/sk_app/android/
H A Dmain_android.cpp9 #include <errno.h>
/third_party/toybox/toys/other/
H A Dflock.c36 if ((op & LOCK_NB) && errno == EAGAIN) toys.exitval = 1; in flock_main()
/third_party/toybox/toys/posix/
H A Drmdir.c30 if (!FLAG(ignore_fail_on_non_empty) || errno != ENOTEMPTY) in do_rmdir()
/third_party/rust/crates/nix/src/sys/
H A Deventfd.rs1 use crate::errno::Errno;
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dresctrl_val.c502 return errno; in print_results_bw()
509 return errno; in print_results_bw()
683 ret = errno; in resctrl_val()
727 ret = errno; in resctrl_val()
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dvsock_diag_test.c14 #include <errno.h>
196 if (errno == EINTR) in send_req()
226 } while (ret < 0 && errno == EINTR); in recv_resp()
291 errno = -err->error; in read_vsock_stat()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c29 #include <errno.h>
57 if (errno == ENOSYS || errno == EPERM) { in make_private_tmp()
233 fprintf(stderr, "fork, errno %d\n", errno); in vsyscall()
/kernel/linux/linux-5.10/samples/mei/
H A Dmei-amt-version.c73 #include <errno.h>
164 rc, strerror(errno)); in mei_recv_msg()
187 rc = -errno; in mei_send_msg()
189 written, strerror(errno)); in mei_send_msg()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-wait.c68 #include <errno.h>
209 } while (ret < 0 && errno == EINTR); in workerfn()
217 } while (!done && (r < 0 && errno == EAGAIN)); in workerfn()
394 } while (!wdone && (sz < 0 && errno == EAGAIN)); in writerfn()
/kernel/linux/linux-5.10/tools/accounting/
H A Dgetdelays.c17 #include <errno.h>
152 } else if (errno != EAGAIN) in send_cmd()
393 fprintf(stderr, "Error getting family id, errno %d\n", errno); in main()
456 fprintf(stderr, "nonfatal reply error: errno %d\n", in main()
457 errno); in main()
463 fprintf(stderr, "fatal reply error, errno %d\n", in main()
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-bench.c11 #include <errno.h>
355 if (errno == EAGAIN) { in submitter_fn()
363 printf("io_submit: %s\n", strerror(errno)); in submitter_fn()
554 printf("ring setup failed: %s, %d\n", strerror(errno), err); in main()

Completed in 13 milliseconds

1...<<161162163164165166167168169170>>...568