Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 25 of 27) sorted by relevance

12

/tools/usb/usbip/libsrc/
Dusbip_host_common.h58 return -EOPNOTSUPP; in usbip_driver_open()
72 return -EOPNOTSUPP; in usbip_refresh_device_list()
/tools/perf/util/
Dtsc.c67 return -EOPNOTSUPP; in perf_read_tsc_conversion()
91 if (err == -EOPNOTSUPP) in perf_event__synth_time_conv()
/tools/include/uapi/asm-generic/
Derrno.h78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/tools/arch/parisc/include/uapi/asm/
Derrno.h85 #define EOPNOTSUPP 223 /* Operation not supported on transport endpoint */ macro
/tools/arch/sparc/include/uapi/asm/
Derrno.h19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
/tools/arch/mips/include/uapi/asm/
Derrno.h77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/tools/arch/alpha/include/uapi/asm/
Derrno.h22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
/tools/perf/arch/arm/util/
Dauxtrace.c89 *err = -EOPNOTSUPP; in auxtrace_record__init()
/tools/testing/selftests/bpf/prog_tests/
Dget_stackid_cannot_attach.c39 if (pmu_fd < 0 && (errno == ENOENT || errno == EOPNOTSUPP)) { in test_get_stackid_cannot_attach()
Dperf_branches.c123 if (errno == ENOENT || errno == EOPNOTSUPP) { in test_perf_branches_hw()
Dsockmap_listen.c354 if (!err || errno != EOPNOTSUPP) in test_insert_opened()
381 if (!err || errno != EOPNOTSUPP) in test_insert_bound()
876 if (err && errno != EOPNOTSUPP) { in test_race_insert_listen()
/tools/testing/selftests/mincore/
Dmincore_selftest.c212 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()
221 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c100 if (ret == -EOPNOTSUPP) { in test__perf_time_to_tsc()
/tools/lib/bpf/
Dlibbpf_probes.c143 return errno != EINVAL && errno != EOPNOTSUPP; in bpf_probe_prog_type()
Dxsk.c455 if (err && errno != EOPNOTSUPP) { in xsk_get_max_queues()
Dlibbpf.c2249 return -EOPNOTSUPP; in bpf_object__init_user_btf_map()
2573 err = -EOPNOTSUPP; in bpf_object__sanitize_and_load_btf()
5225 return -EOPNOTSUPP; in bpf_core_calc_field_relo()
5259 return -EOPNOTSUPP; in bpf_core_calc_type_relo()
5284 return -EOPNOTSUPP; in bpf_core_calc_enumval_relo()
5328 int err = -EOPNOTSUPP; in bpf_core_calc_relo()
5397 } else if (err == -EOPNOTSUPP) { in bpf_core_calc_relo()
5782 return -EOPNOTSUPP; in bpf_core_apply_relo()
/tools/testing/selftests/cgroup/
Dtest_core.c302 if (errno != EOPNOTSUPP) in test_cgcore_invalid_domain()
311 if (errno != EOPNOTSUPP) in test_cgcore_invalid_domain()
/tools/testing/selftests/openat2/
Dopenat2_test.c247 if (fd < 0 && fd == -EOPNOTSUPP) { in test_openat2_flags()
/tools/usb/
Dtestusb.c312 if (status < 0 && errno == EOPNOTSUPP) in handle_testdev()
/tools/perf/arch/x86/util/
Dintel-bts.c85 if (err != -EOPNOTSUPP) in intel_bts_info_fill()
Dintel-pt.c371 if (err != -EOPNOTSUPP) in intel_pt_info_fill()
/tools/io_uring/
Dio_uring-bench.c263 if (polled && cqe->res == -EOPNOTSUPP) in reap_events()
/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c216 if (ret == -1 && errno == EOPNOTSUPP) in sock_test_tcpulp()
/tools/perf/
Dbuiltin-stat.c669 errno == ENOENT || errno == EOPNOTSUPP || in stat_handle_error()
/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c3838 *installed = errno != EOPNOTSUPP; in verity_installed()
3921 errno == EOPNOTSUPP) { in enable_verity()

12