Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 15 of 15) sorted by relevance

/tools/testing/selftests/filesystems/nsfs/
A Diterate_mntns.c154 ASSERT_EQ(errno, ENOTTY); in TEST_F()
157 ASSERT_EQ(errno, ENOTTY); in TEST_F()
160 ASSERT_EQ(errno, ENOTTY); in TEST_F()
/tools/include/uapi/asm-generic/
A Derrno-base.h29 #define ENOTTY 25 /* Not a typewriter */ macro
/tools/lib/bpf/
A Dstr_error.c85 case -ENOTTY: return "-ENOTTY"; in libbpf_errstr()
/tools/testing/selftests/net/
A Depoll_busy_poll.c78 EXPECT_EQ(ENOTTY, errno) in TEST_F()
88 EXPECT_EQ(ENOTTY, errno) in TEST_F()
/tools/perf/tests/
A Dwp.c171 if (errno == ENOTTY) { in test__wp_modify()
/tools/testing/selftests/sgx/
A Dmain.c414 if (errno == ENOTTY)
747 if (errno_save == ENOTTY) in TEST_F()
810 if (errno_save == ENOTTY) in TEST_F()
1254 if (errno == ENOTTY) in TEST_F()
1584 if (errno == ENOTTY) in TEST_F()
1695 if (errno == ENOTTY) in TEST_F()
1810 if (errno == ENOTTY) in TEST_F()
1931 if (errno == ENOTTY) in TEST_F()
/tools/testing/nvdimm/test/
A Dnfit.c1368 return -ENOTTY; in nfit_test_ctl()
1377 return -ENOTTY; in nfit_test_ctl()
1485 return -ENOTTY; in nfit_test_ctl()
1492 return -ENOTTY; in nfit_test_ctl()
1511 return -ENOTTY; in nfit_test_ctl()
1519 return -ENOTTY; in nfit_test_ctl()
1545 return -ENOTTY; in nfit_test_ctl()
1563 return -ENOTTY; in nfit_test_ctl()
1566 return -ENOTTY; in nfit_test_ctl()
1569 return -ENOTTY; in nfit_test_ctl()
[all …]
/tools/testing/selftests/drivers/s390x/uvdevice/
A Dtest_uvdevice.c142 ASSERT_EQ(errno_cache, ENOTTY); in TEST_F()
/tools/power/x86/intel-speed-select/
A Disst-core-mbox.c102 if (errno == ENOTTY) { in _send_mmio_command()
190 if (errno == ENOTTY) { in _send_mbox_command()
/tools/testing/selftests/bpf/
A Dtrace_helpers.c270 if (err == -ENOTTY) in procmap_query()
/tools/testing/vsock/
A Dutil.c119 if (errno == EOPNOTSUPP || errno == ENOTTY) in vsock_ioctl_int()
/tools/lib/perf/
A Devlist.c354 if (errno != ENOTTY) in perf_evlist__id_add_fd()
/tools/testing/selftests/kvm/lib/
A Dkvm_util.c1741 if (r && errno == ENOTTY && kvm_has_cap(KVM_CAP_SPLIT_IRQCHIP)) in vm_create_irqchip()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c126 CASE_ERR(ENOTTY); in errorname()
/tools/testing/selftests/iommu/
A Diommufd.c90 EXPECT_ERRNO(ENOTTY, in TEST_F()

Completed in 34 milliseconds