| /tools/perf/tests/ |
| A D | wp.c | 87 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_ro() 111 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_wo() 136 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_rw() 160 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_modify()
|
| /tools/testing/selftests/hid/ |
| A D | hidraw.c | 110 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while reading the hidraw node: %d", in TEST_F() 128 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while doing an ioctl: %d", in TEST_F() 212 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while writing to hidraw node: %d", in TEST_F()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno-base.h | 23 #define ENODEV 19 /* No such device */ macro
|
| /tools/power/cpupower/debug/kernel/ |
| A D | cpufreq-test_tsc.c | 97 return -ENODEV; in cpufreq_test_tsc()
|
| /tools/lib/bpf/ |
| A D | str_error.c | 76 case -ENODEV: return "-ENODEV"; in libbpf_errstr()
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | child.h | 53 if ((x) == -1 && (errno == ENODEV || errno == EINVAL)) { \
|
| /tools/testing/selftests/powerpc/dexcr/ |
| A D | dexcr.c | 76 return errno == ENODEV; in pr_dexcr_aspect_supported()
|
| /tools/testing/selftests/drivers/sdsi/ |
| A D | sdsi_test.py | 181 assert error.value.errno == errno.ENODEV 185 assert error.value.errno == errno.ENODEV
|
| /tools/power/cpupower/utils/helpers/ |
| A D | sysfs.c | 459 return -ENODEV; in sysfs_get_sched() 470 return -ENODEV; in sysfs_set_sched()
|
| A D | cpuid.c | 107 ret = -ENODEV; in get_cpu_info()
|
| A D | amd.c | 160 return -ENODEV; in amd_pci_get_num_boost_states()
|
| /tools/perf/bench/ |
| A D | breakpoint.c | 133 if (breakpoints[i].fd == -ENODEV) { in bench_breakpoint_thread() 213 if (fd == -ENODEV) { in bench_breakpoint_enable()
|
| /tools/power/cpupower/lib/ |
| A D | cpufreq.c | 192 return -ENODEV; in sysfs_cpufreq_write_one_value() 233 return -ENODEV; in cpufreq_get_hardware_limits() 237 return -ENODEV; in cpufreq_get_hardware_limits() 707 return -ENODEV; in cpufreq_set_frequency()
|
| /tools/iio/ |
| A D | lsiio.c | 110 return -ENODEV; in dump_devices()
|
| A D | iio_utils.c | 573 return -ENODEV; in find_type_by_name() 643 return -ENODEV; in find_type_by_name()
|
| A D | iio_event_monitor.c | 411 if (ret == -ENODEV) in main()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bind4_prog.c | 48 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
|
| A D | bind6_prog.c | 54 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
|
| A D | connect4_prog.c | 103 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
|
| /tools/perf/arch/arm64/util/ |
| A D | hisi-ptt.c | 166 *err = -ENODEV; in hisi_ptt_recording_init()
|
| /tools/testing/selftests/sgx/ |
| A D | main.c | 417 else if (errno == ENODEV) 750 else if (errno_save == ENODEV) in TEST_F() 813 else if (errno_save == ENODEV) in TEST_F() 1257 else if (errno == ENODEV) in TEST_F() 1587 else if (errno == ENODEV) in TEST_F() 1698 else if (errno == ENODEV) in TEST_F() 1813 else if (errno == ENODEV) in TEST_F() 1934 else if (errno == ENODEV) in TEST_F()
|
| /tools/testing/selftests/ublk/ |
| A D | kublk.c | 763 if (cqe->res < 0 && cqe->res != -ENODEV) in ublk_handle_cqe() 810 return -ENODEV; in ublk_process_io() 1119 ret = -ENODEV; in __cmd_dev_add() 1327 return -ENODEV; in __cmd_dev_list() 1421 return -ENODEV; in cmd_dev_update_size() 1453 return -ENODEV; in cmd_dev_quiesce()
|
| /tools/testing/selftests/bpf/ |
| A D | xdp_features.c | 214 env.ifindex = -ENODEV; in set_env_default() 675 return -ENODEV; in main()
|
| /tools/testing/selftests/ring-buffer/ |
| A D | map_test.c | 93 return -ENODEV; in tracefs_cpu_map()
|
| /tools/perf/util/ |
| A D | env.c | 491 return -ENODEV; in perf_env__read_core_pmu_caps() 496 return -ENODEV; in perf_env__read_core_pmu_caps()
|