Lines Matching refs:ioctl
28 EXPECT_OK(ioctl(fd, FIONREAD, &bytes)); in TEST()
29 EXPECT_NOTCAPABLE(ioctl(fd_no, FIONREAD, &bytes)); in TEST()
32 EXPECT_OK(ioctl(fd, FIOCLEX, &one)); in TEST()
33 EXPECT_NOTCAPABLE(ioctl(fd_no, FIOCLEX, &one)); in TEST()
48 EXPECT_OK(ioctl(fd, FIONREAD, &bytes)); in TEST()
50 EXPECT_NOTCAPABLE(ioctl(fd, FIOCLEX, &one)); in TEST()
131 EXPECT_OK(ioctl(fd, FIONREAD, &bytes)); in TEST()
133 EXPECT_OK(ioctl(fd, FIOCLEX, &one)); in TEST()
138 EXPECT_OK(ioctl(fd, FIONREAD, &bytes)); in TEST()
139 EXPECT_OK(ioctl(fd, FIOCLEX, &one)); in TEST()
159 EXPECT_OK(ioctl(fd_nread, FIONREAD, &bytes)); in TEST()
160 EXPECT_NOTCAPABLE(ioctl(fd_clex, FIONREAD, &bytes)); in TEST()
161 EXPECT_OK(ioctl(fd_clex, FIOCLEX, &one)); in TEST()
162 EXPECT_NOTCAPABLE(ioctl(fd_nread, FIOCLEX, &one)); in TEST()
183 EXPECT_NOTCAPABLE(ioctl(fd, FIONREAD, &bytes)); in TEST()
184 EXPECT_NOTCAPABLE(ioctl(fd, FIOCLEX, &one)); in TEST()