/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 51 #define FIONREAD 0x467F macro 52 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 51 #define FIONREAD 0x467F macro 52 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 51 #define FIONREAD 0x467F macro 52 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 54 #define FIONREAD 0x541B macro 55 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro 16 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro 16 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 54 #define FIONREAD 0x541B macro 55 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro 16 #define TIOCINQ FIONREAD
|
/third_party/boost/boost/asio/detail/ |
D | io_control.hpp | 48 return static_cast<int>(BOOST_ASIO_OS_DEF(FIONREAD)); in name()
|
D | socket_types.hpp | 226 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD 342 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | io_control.hpp | 48 return static_cast<int>(BOOST_ASIO_OS_DEF(FIONREAD)); in name()
|
D | socket_types.hpp | 226 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD 342 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty02.c | 54 SAFE_IOCTL(pts, FIONREAD, &nbytes); in do_test()
|
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_posix.cc | 71 return ioctl(grpc_fd_wrapped_fd(fd_), FIONREAD, &bytes_available) == 0 && in IsFdStillReadableLocked()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe12.c | 66 SAFE_IOCTL(fds[1], FIONREAD, &nbytes); in verify_pipe()
|
/third_party/pulseaudio/src/modules/ |
D | module-pipe-source.c | 107 #ifdef FIONREAD in source_process_msg() 110 if (ioctl(u->fd, FIONREAD, &l) >= 0 && l > 0) in source_process_msg()
|
/third_party/toybox/toys/other/ |
D | inotifyd.c | 80 xioctl(fds.fd, FIONREAD, &len); in inotifyd_main()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 402 #if !defined(FIONREAD) || !defined(FIONBIO) 417 #ifndef FIONREAD 418 #define FIONREAD _IOR('f', 127, unsigned long) /* get # bytes to read */ macro
|
/third_party/python/Modules/ |
D | termios.c | 748 #ifdef FIONREAD 749 {"FIONREAD", FIONREAD},
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-posix.c | 205 ioctl(f->fd, FIONREAD, &r); in pa_poll()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | sap.c | 154 if (ioctl(c->fd, FIONREAD, &size) < 0) { in pa_sap_recv()
|