Home
last modified time | relevance | path

Searched refs:FIONREAD (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/arch/generic/bits/
Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/arch/mips64/bits/
Dioctl.h51 #define FIONREAD 0x467F macro
52 #define TIOCINQ FIONREAD
/third_party/musl/arch/mipsn32/bits/
Dioctl.h51 #define FIONREAD 0x467F macro
52 #define TIOCINQ FIONREAD
/third_party/musl/arch/mips/bits/
Dioctl.h51 #define FIONREAD 0x467F macro
52 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h54 #define FIONREAD 0x541B macro
55 #define TIOCINQ FIONREAD
/third_party/musl/arch/powerpc64/bits/
Dioctl.h15 #define FIONREAD _IOR('f', 127, int) macro
16 #define TIOCINQ FIONREAD
/third_party/musl/arch/powerpc/bits/
Dioctl.h15 #define FIONREAD _IOR('f', 127, int) macro
16 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h54 #define FIONREAD 0x541B macro
55 #define TIOCINQ FIONREAD
/third_party/musl/arch/sh/bits/
Dioctl.h15 #define FIONREAD _IOR('f', 127, int) macro
16 #define TIOCINQ FIONREAD
/third_party/boost/boost/asio/detail/
Dio_control.hpp48 return static_cast<int>(BOOST_ASIO_OS_DEF(FIONREAD)); in name()
Dsocket_types.hpp226 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD
342 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD
/third_party/boost/libs/asio/include/boost/asio/detail/
Dio_control.hpp48 return static_cast<int>(BOOST_ASIO_OS_DEF(FIONREAD)); in name()
Dsocket_types.hpp226 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD
342 # define BOOST_ASIO_OS_DEF_FIONREAD FIONREAD
/third_party/ltp/testcases/kernel/pty/
Dpty02.c54 SAFE_IOCTL(pts, FIONREAD, &nbytes); in do_test()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_posix.cc71 return ioctl(grpc_fd_wrapped_fd(fd_), FIONREAD, &bytes_available) == 0 && in IsFdStillReadableLocked()
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe12.c66 SAFE_IOCTL(fds[1], FIONREAD, &nbytes); in verify_pipe()
/third_party/pulseaudio/src/modules/
Dmodule-pipe-source.c107 #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/
Dinotifyd.c80 xioctl(fds.fd, FIONREAD, &len); in inotifyd_main()
/third_party/lwip/src/include/lwip/
Dsockets.h402 #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/
Dtermios.c748 #ifdef FIONREAD
749 {"FIONREAD", FIONREAD},
/third_party/pulseaudio/src/pulsecore/
Dpoll-posix.c205 ioctl(f->fd, FIONREAD, &r); in pa_poll()
/third_party/pulseaudio/src/modules/rtp/
Dsap.c154 if (ioctl(c->fd, FIONREAD, &size) < 0) { in pa_sap_recv()

12