Searched refs:FIONREAD (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/fuchsia/zircon/system/utest/fdio/
H A Dfdio_handle_fd.c82 status = ioctl(fds[0], FIONREAD, &available);
83 ASSERT_GE(status, 0, "ioctl(FIONREAD) failed");
85 "ioctl(FIONREAD) queried wrong number of bytes");
H A Dfdio_socketpair.c205 EXPECT_EQ(ioctl(poll_args->fd, FIONREAD, &num_readable), 0, "ioctl(FIONREAD)");
/fuchsia/zircon/system/ulib/fdio/
H A Dpipe.c171 case FIONREAD: {
H A Dsocket.c354 case FIONREAD: {

Completed in 44 milliseconds