Searched refs:ENOTTY (Results 1 – 15 of 15) sorted by relevance
154 ASSERT_EQ(errno, ENOTTY); in TEST_F()157 ASSERT_EQ(errno, ENOTTY); in TEST_F()160 ASSERT_EQ(errno, ENOTTY); in TEST_F()
29 #define ENOTTY 25 /* Not a typewriter */ macro
85 case -ENOTTY: return "-ENOTTY"; in libbpf_errstr()
78 EXPECT_EQ(ENOTTY, errno) in TEST_F()88 EXPECT_EQ(ENOTTY, errno) in TEST_F()
171 if (errno == ENOTTY) { in test__wp_modify()
414 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()
1368 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 …]
142 ASSERT_EQ(errno_cache, ENOTTY); in TEST_F()
102 if (errno == ENOTTY) { in _send_mmio_command()190 if (errno == ENOTTY) { in _send_mbox_command()
270 if (err == -ENOTTY) in procmap_query()
119 if (errno == EOPNOTSUPP || errno == ENOTTY) in vsock_ioctl_int()
354 if (errno != ENOTTY) in perf_evlist__id_add_fd()
1741 if (r && errno == ENOTTY && kvm_has_cap(KVM_CAP_SPLIT_IRQCHIP)) in vm_create_irqchip()
126 CASE_ERR(ENOTTY); in errorname()
90 EXPECT_ERRNO(ENOTTY, in TEST_F()
Completed in 34 milliseconds