/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_map_in_map_user.c | 10 #include <errno.h> 93 assert(ret == -1 && errno == EBADF); in test_map_in_map()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strlist.c | 7 #include <errno.h> 75 return -errno; in strlist__load()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | event-times.c | 4 #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 D | uprobe.c | 54 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 D | event-times.c | 4 #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 D | gup_test.c | 2 #include <errno.h> 213 switch (errno) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 71 return -errno; in test_setup_uffd() 153 ret = errno; in test_bpf_mod_race_config()
|
H A D | global_data.c | 128 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 D | for_each.c | 55 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 D | strlist.c | 7 #include <errno.h> 75 return -errno; in strlist__load()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | misc.c | 4 #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 D | xdping.c | 8 #include <errno.h> 226 strerror(errno)); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 22 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 D | cache.c | 129 return errno; in get_llc_occu_resctrl() 164 return errno; in print_results_cache()
|
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/ |
H A D | strtoull_test.c | 37 #include "errno.h" 229 ICUNIT_ASSERT_EQUAL(errno, ERANGE, errno);
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_map_in_map_user.c | 9 #include <errno.h> 94 assert(ret == -1 && errno == EBADF); in test_map_in_map()
|
H A D | xdp_adjust_tail_user.c | 11 #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 D | localendk.cpp | 46 errno = ERRON_0;
in Freelocale() 54 napi_create_int32(env, errno, &result);
in Freelocale()
|
/test/xts/hats/kernel/syscalls/fileio/preadv/ |
H A D | PreadvApiTest.cpp | 123 errno = 0; in HWTEST_F() 126 EXPECT_EQ(errno, EBADF); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/net/accept4/ |
H A D | Accept4ApiTest.cpp | 206 * @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 D | TimerFdCreateApiTest.cpp | 197 errno = 0; in HWTEST_F() 209 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/mem/msync/ |
H A D | MsyncApiTest.cpp | 181 * @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 D | udevadm-trigger.c | 24 #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 D | update3.c | 23 #include <errno.h> 53 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-find.c | 23 #include <errno.h> 164 fprintf (stderr, "Cannot open %s: %s\n", build_id, strerror(errno)); in main()
|