Home
last modified time | relevance | path

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

123

/tools/perf/util/
A Dbpf-filter.h44 return -EOPNOTSUPP; in perf_bpf_filter__parse()
49 return -EOPNOTSUPP; in perf_bpf_filter__prepare()
53 return -EOPNOTSUPP; in perf_bpf_filter__destroy()
61 return -EOPNOTSUPP; in perf_bpf_filter__pin()
65 return -EOPNOTSUPP; in perf_bpf_filter__unpin()
A Dtsc.c69 return -EOPNOTSUPP; in perf_read_tsc_conversion()
93 if (err == -EOPNOTSUPP) in perf_event__synth_time_conv()
/tools/testing/selftests/pidfd/
A Dpidfd_setattr_test.c51 ASSERT_EQ(errno, EOPNOTSUPP); in TEST_F()
57 ASSERT_EQ(errno, EOPNOTSUPP); in TEST_F()
/tools/testing/selftests/filesystems/
A Danon_inode_test.c20 ASSERT_EQ(errno, EOPNOTSUPP); in TEST()
33 ASSERT_EQ(errno, EOPNOTSUPP); in TEST()
/tools/testing/selftests/powerpc/papr_sysparm/
A Dpapr_sysparm.c59 FAIL_IF(errno != EOPNOTSUPP); in get_bad_parameter()
113 SKIP_IF_MSG(errno == EOPNOTSUPP, "operation not supported"); in set_hmc0()
135 SKIP_IF_MSG(errno == EOPNOTSUPP, "operation not supported"); in set_with_ro_fd()
/tools/testing/selftests/drivers/net/
A Dhds.py67 elif e.error == errno.EOPNOTSUPP:
84 elif e.error == errno.EOPNOTSUPP:
101 elif e.error == errno.EOPNOTSUPP:
137 elif e.error == errno.EOPNOTSUPP:
154 elif e.error == errno.EOPNOTSUPP:
A Dstats.py33 if e.error == errno.EOPNOTSUPP:
51 if e.error == errno.EOPNOTSUPP:
154 ksft_eq(cm.exception.nl_msg.error, -errno.EOPNOTSUPP)
177 if e.error == errno.EOPNOTSUPP:
/tools/usb/usbip/libsrc/
A Dusbip_host_common.h58 return -EOPNOTSUPP; in usbip_driver_open()
72 return -EOPNOTSUPP; in usbip_refresh_device_list()
/tools/testing/selftests/bpf/progs/
A Dxsk_xdp_progs.c88 if (ret == -EOPNOTSUPP) { in xsk_xdp_adjust_tail()
92 adjust_value = -EOPNOTSUPP; in xsk_xdp_adjust_tail()
A Dnet_timestamping.c70 if (bpf_test_sockopt(ctx, sk, -EOPNOTSUPP)) in bpf_test_access_sockopt()
82 if (ret != -EOPNOTSUPP) in bpf_test_access_load_hdr_opt()
93 if (ret != -EOPNOTSUPP) in bpf_test_access_cb_flags_set()
A Dbpf_arena_spin_lock.h16 #define EOPNOTSUPP 95 macro
498 return -EOPNOTSUPP; in arena_spin_lock()
/tools/include/uapi/asm-generic/
A Derrno.h78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/tools/testing/selftests/bpf/
A Dtrace_helpers.c271 return -EOPNOTSUPP; /* ioctl() not implemented yet */ in procmap_query()
302 return -EOPNOTSUPP; in procmap_query()
319 if (err == -EOPNOTSUPP) { in get_uprobe_offset()
388 } else if (err != -EOPNOTSUPP) { in get_rel_offset()
/tools/arch/mips/include/uapi/asm/
A Derrno.h77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h85 #define EOPNOTSUPP 223 /* Operation not supported on transport endpoint */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
/tools/lib/bpf/
A Dstr_error.c87 case -EOPNOTSUPP: return "-EOPNOTSUPP"; in libbpf_errstr()
A Dlibbpf_probes.c188 return -EOPNOTSUPP; in probe_prog_load()
369 return -EOPNOTSUPP; in probe_map_create()
438 return -EOPNOTSUPP; in libbpf_probe_bpf_helper()
/tools/testing/selftests/bpf/prog_tests/
A Dtc_bpf.c180 if (!ASSERT_EQ(ret, -EOPNOTSUPP, "bpf_tc_hook_create invalid hook parent")) in test_tc_bpf_api()
184 if (!ASSERT_EQ(ret, -EOPNOTSUPP, "bpf_tc_hook_destroy invalid hook parent")) in test_tc_bpf_api()
356 if (!ASSERT_EQ(ret, -EOPNOTSUPP, "bpf_tc_hook_create invalid hook.attach_point")) in tc_bpf_root()
364 if (!ASSERT_EQ(ret, -EOPNOTSUPP, "bpf_tc_hook_destroy invalid hook.attach_point")) in tc_bpf_root()
A Dget_stackid_cannot_attach.c39 if (pmu_fd < 0 && (errno == ENOENT || errno == EOPNOTSUPP)) { in test_get_stackid_cannot_attach()
A Dfs_kfuncs.c30 if (err && errno == EOPNOTSUPP) { in test_get_xattr()
133 if (err && errno == EOPNOTSUPP) { in test_set_remove_xattr()
/tools/testing/selftests/mincore/
A Dmincore_selftest.c211 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()
220 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()
/tools/testing/selftests/drivers/net/hw/
A Dpp_alloc_fail.py65 if e.nl_msg.error == -errno.EOPNOTSUPP:
/tools/testing/selftests/lsm/
A Dlsm_get_self_attr_test.c68 ASSERT_EQ(EOPNOTSUPP, errno); in TEST()
128 ASSERT_EQ(EOPNOTSUPP, errno); in TEST()

Completed in 45 milliseconds

123