Home
last modified time | relevance | path

Searched refs:errno (Results 4451 - 4475 of 15518) sorted by relevance

1...<<171172173174175176177178179180>>...621

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_map_in_map_user.c10 #include <errno.h>
93 assert(ret == -1 && errno == EBADF); in test_map_in_map()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstrlist.c7 #include <errno.h>
75 return -errno; in strlist__load()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Devent-times.c4 #include <errno.h>
46 str_error_r(errno, sbuf, sizeof(sbuf))); in attach__enable_on_exec()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Duprobe.c54 err = -errno; \
55 fprintf(stderr, "Failed to attach bench uprobe \"%s\": %s\n", #prog, strerror(errno)); \
/kernel/linux/linux-6.6/tools/perf/tests/
H A Devent-times.c4 #include <errno.h>
46 str_error_r(errno, sbuf, sizeof(sbuf))); in attach__enable_on_exec()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dgup_test.c2 #include <errno.h>
213 switch (errno) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c71 return -errno; in test_setup_uffd()
153 ret = errno; in test_bpf_mod_race_config()
H A Dglobal_data.c128 CHECK(!err || errno != EPERM, "test .rodata read-only map", in test_global_data_rdonly()
129 "err %d errno %d\n", err, errno); in test_global_data_rdonly()
H A Dfor_each.c55 if (CHECK(err || topts.retval, "ipv4", "err %d errno %d retval %d\n", in test_hash_map()
56 err, errno, topts.retval)) in test_hash_map()
125 if (CHECK(err || topts.retval, "ipv4", "err %d errno %d retval %d\n", in test_array_map()
126 err, errno, topts.retval)) in test_array_map()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstrlist.c7 #include <errno.h>
75 return -errno; in strlist__load()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dmisc.c4 #include <errno.h>
67 if (endp == linebuf || errno == ERANGE) in cpupower_intel_get_perf_bias()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxdping.c8 #include <errno.h>
226 strerror(errno)); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c22 int saved_errno = errno; in kill_tracee()
26 errno = saved_errno; in kill_tracee()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dcache.c129 return errno; in get_llc_occu_resctrl()
164 return errno; in print_results_cache()
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/
H A Dstrtoull_test.c37 #include "errno.h"
229 ICUNIT_ASSERT_EQUAL(errno, ERANGE, errno);
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_map_in_map_user.c9 #include <errno.h>
94 assert(ret == -1 && errno == EBADF); in test_map_in_map()
H A Dxdp_adjust_tail_user.c11 #include <errno.h>
189 printf("can't get prog info - %s\n", strerror(errno)); in main()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dlocalendk.cpp46 errno = ERRON_0; in Freelocale()
54 napi_create_int32(env, errno, &result); in Freelocale()
/test/xts/hats/kernel/syscalls/fileio/preadv/
H A DPreadvApiTest.cpp123 errno = 0; in HWTEST_F()
126 EXPECT_EQ(errno, EBADF); in HWTEST_F()
/test/xts/hats/kernel/syscalls/net/accept4/
H A DAccept4ApiTest.cpp206 * @tc.desc : accept4 use invalid socket fd, return -1, and set errno.
215 EXPECT_EQ(errno, EBADF); in HWTEST_F()
218 EXPECT_EQ(errno, ENOTSOCK); in HWTEST_F()
/test/xts/hats/kernel/syscalls/timer/timerfdcreate/
H A DTimerFdCreateApiTest.cpp197 errno = 0; in HWTEST_F()
209 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
/test/xts/hats/kernel/syscalls/mem/msync/
H A DMsyncApiTest.cpp181 * @tc.desc : Msync is failed for invalid addr, errno EINVAL.
191 EXPECT_EQ(errno, EINVAL); in HWTEST_F()
197 * @tc.desc : Msync is failed for null addr, errno ENOMEM.
208 EXPECT_EQ(errno, ENOMEM); in HWTEST_F()
/third_party/eudev/src/udev/
H A Dudevadm-trigger.c24 #include <errno.h>
57 log_debug_errno(errno, "error writing '%s' to '%s': %m", action, filename); in exec_list()
/third_party/elfutils/tests/
H A Dupdate3.c23 #include <errno.h>
53 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
/third_party/elfutils/debuginfod/
H A Ddebuginfod-find.c23 #include <errno.h>
164 fprintf (stderr, "Cannot open %s: %s\n", build_id, strerror(errno)); in main()

Completed in 14 milliseconds

1...<<171172173174175176177178179180>>...621