| /tools/perf/util/ |
| A D | bpf-filter.h | 44 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 D | tsc.c | 69 return -EOPNOTSUPP; in perf_read_tsc_conversion() 93 if (err == -EOPNOTSUPP) in perf_event__synth_time_conv()
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_setattr_test.c | 51 ASSERT_EQ(errno, EOPNOTSUPP); in TEST_F() 57 ASSERT_EQ(errno, EOPNOTSUPP); in TEST_F()
|
| /tools/testing/selftests/filesystems/ |
| A D | anon_inode_test.c | 20 ASSERT_EQ(errno, EOPNOTSUPP); in TEST() 33 ASSERT_EQ(errno, EOPNOTSUPP); in TEST()
|
| /tools/testing/selftests/powerpc/papr_sysparm/ |
| A D | papr_sysparm.c | 59 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 D | hds.py | 67 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 D | stats.py | 33 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 D | usbip_host_common.h | 58 return -EOPNOTSUPP; in usbip_driver_open() 72 return -EOPNOTSUPP; in usbip_refresh_device_list()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | xsk_xdp_progs.c | 88 if (ret == -EOPNOTSUPP) { in xsk_xdp_adjust_tail() 92 adjust_value = -EOPNOTSUPP; in xsk_xdp_adjust_tail()
|
| A D | net_timestamping.c | 70 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 D | bpf_arena_spin_lock.h | 16 #define EOPNOTSUPP 95 macro 498 return -EOPNOTSUPP; in arena_spin_lock()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno.h | 78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
|
| /tools/testing/selftests/bpf/ |
| A D | trace_helpers.c | 271 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 D | errno.h | 77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
|
| /tools/arch/parisc/include/uapi/asm/ |
| A D | errno.h | 85 #define EOPNOTSUPP 223 /* Operation not supported on transport endpoint */ macro
|
| /tools/arch/alpha/include/uapi/asm/ |
| A D | errno.h | 22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
|
| /tools/arch/sparc/include/uapi/asm/ |
| A D | errno.h | 19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
|
| /tools/lib/bpf/ |
| A D | str_error.c | 87 case -EOPNOTSUPP: return "-EOPNOTSUPP"; in libbpf_errstr()
|
| A D | libbpf_probes.c | 188 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 D | tc_bpf.c | 180 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 D | get_stackid_cannot_attach.c | 39 if (pmu_fd < 0 && (errno == ENOENT || errno == EOPNOTSUPP)) { in test_get_stackid_cannot_attach()
|
| A D | fs_kfuncs.c | 30 if (err && errno == EOPNOTSUPP) { in test_get_xattr() 133 if (err && errno == EOPNOTSUPP) { in test_set_remove_xattr()
|
| /tools/testing/selftests/mincore/ |
| A D | mincore_selftest.c | 211 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST() 220 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | pp_alloc_fail.py | 65 if e.nl_msg.error == -errno.EOPNOTSUPP:
|
| /tools/testing/selftests/lsm/ |
| A D | lsm_get_self_attr_test.c | 68 ASSERT_EQ(EOPNOTSUPP, errno); in TEST() 128 ASSERT_EQ(EOPNOTSUPP, errno); in TEST()
|