Searched refs:EOPNOTSUPP (Results 1 – 25 of 27) sorted by relevance
12
58 return -EOPNOTSUPP; in usbip_driver_open()72 return -EOPNOTSUPP; in usbip_refresh_device_list()
67 return -EOPNOTSUPP; in perf_read_tsc_conversion()91 if (err == -EOPNOTSUPP) in perf_event__synth_time_conv()
78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
85 #define EOPNOTSUPP 223 /* Operation not supported on transport endpoint */ macro
19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
89 *err = -EOPNOTSUPP; in auxtrace_record__init()
39 if (pmu_fd < 0 && (errno == ENOENT || errno == EOPNOTSUPP)) { in test_get_stackid_cannot_attach()
123 if (errno == ENOENT || errno == EOPNOTSUPP) { in test_perf_branches_hw()
354 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()
212 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()221 ASSERT_EQ(errno, EOPNOTSUPP) { in TEST()
100 if (ret == -EOPNOTSUPP) { in test__perf_time_to_tsc()
143 return errno != EINVAL && errno != EOPNOTSUPP; in bpf_probe_prog_type()
455 if (err && errno != EOPNOTSUPP) { in xsk_get_max_queues()
2249 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()
302 if (errno != EOPNOTSUPP) in test_cgcore_invalid_domain()311 if (errno != EOPNOTSUPP) in test_cgcore_invalid_domain()
247 if (fd < 0 && fd == -EOPNOTSUPP) { in test_openat2_flags()
312 if (status < 0 && errno == EOPNOTSUPP) in handle_testdev()
85 if (err != -EOPNOTSUPP) in intel_bts_info_fill()
371 if (err != -EOPNOTSUPP) in intel_pt_info_fill()
263 if (polled && cqe->res == -EOPNOTSUPP) in reap_events()
216 if (ret == -1 && errno == EOPNOTSUPP) in sock_test_tcpulp()
669 errno == ENOENT || errno == EOPNOTSUPP || in stat_handle_error()
3838 *installed = errno != EOPNOTSUPP; in verity_installed()3921 errno == EOPNOTSUPP) { in enable_verity()