Searched refs:EOPNOTSUPP (Results 1 – 20 of 20) sorted by relevance
39 return -EOPNOTSUPP; in perf_read_tsc_conversion()72 if (err == -EOPNOTSUPP) in perf_event__synth_time_conv()
85 if (err != -EOPNOTSUPP) in intel_bts_info_fill()
362 if (err != -EOPNOTSUPP) in intel_pt_info_fill()
58 return -EOPNOTSUPP; in usbip_driver_open()72 return -EOPNOTSUPP; in usbip_refresh_device_list()
78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
86 #define EOPNOTSUPP 223 /* Operation not supported on transport endpoint */ macro
77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
90 *err = -EOPNOTSUPP; in auxtrace_record__init()
99 if (ret == -EOPNOTSUPP) { in test__perf_time_to_tsc()
134 return errno != EINVAL && errno != EOPNOTSUPP; in bpf_probe_prog_type()
407 if (err && errno != EOPNOTSUPP) { in xsk_get_max_queues()
1108 return -EOPNOTSUPP; in bpf_object__init_user_btf_map()
312 if (status < 0 && errno == EOPNOTSUPP) in handle_testdev()
138 if (errno != EOPNOTSUPP) in test_cgcore_invalid_domain()
263 if (polled && cqe->res == -EOPNOTSUPP) in reap_events()
477 errno == ENOENT || errno == EOPNOTSUPP || in __run_perf_stat()
2477 case EOPNOTSUPP: in perf_evsel__open_strerror()
2991 EXPECT_EQ(errno, EOPNOTSUPP); in TEST()