/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 37 #define FIONREAD 0x541B macro 38 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 51 #define FIONREAD 0x467F macro 52 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 51 #define FIONREAD 0x467F macro 52 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro 16 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 51 #define FIONREAD 0x467F macro 52 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro 16 #define TIOCINQ FIONREAD
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro 16 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 54 #define FIONREAD 0x541B macro 55 #define TIOCINQ FIONREAD
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 54 #define FIONREAD 0x541B macro 55 #define TIOCINQ FIONREAD
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty02.c | 8 * interaction with TIOCINQ (aka FIONREAD)"). The test reproduces a hang 11 * master and read from the slave, and the FIONREAD ioctl is called on the 53 tst_res(TINFO, "Calling FIONREAD, this will hang in n_tty_ioctl() if the bug is present..."); in do_test() 54 SAFE_IOCTL(pts, FIONREAD, &nbytes); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe12.c | 66 SAFE_IOCTL(fds[1], FIONREAD, &nbytes); in verify_pipe()
|
/third_party/toybox/toys/other/ |
H A D | inotifyd.c | 80 xioctl(fds.fd, FIONREAD, &len); in inotifyd_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 152 pub const FIONREAD: ::Ioctl = 0x541B; consts 153 pub const TIOCINQ: ::Ioctl = FIONREAD;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 139 pub const FIONREAD: ::Ioctl = 0x467f; consts 140 pub const TIOCINQ: ::Ioctl = FIONREAD;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 131 pub const FIONREAD: ::Ioctl = 0x4004667f; consts 132 pub const TIOCINQ: ::Ioctl = FIONREAD;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 131 pub const FIONREAD: ::Ioctl = 0x4004667F; consts 132 pub const TIOCINQ: ::Ioctl = FIONREAD;
|
/third_party/pulseaudio/src/modules/ |
H A 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()
|
H A D | module-pipe-sink.c | 121 #ifdef FIONREAD in sink_process_msg() 124 if (ioctl(u->fd, FIONREAD, &l) >= 0 && l > 0) in sink_process_msg()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 394 * lwip_ioctl only supports FIONREAD and FIONBIO, for now 402 #if !defined(FIONREAD) || !defined(FIONBIO) 415 #endif /* !defined(FIONREAD) || !defined(FIONBIO) */ 417 #ifndef FIONREAD 418 #define FIONREAD _IOR('f', 127, unsigned long) /* get # bytes to read */ macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | poll-posix.c | 205 ioctl(f->fd, FIONREAD, &r); in pa_poll()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | sap.c | 154 if (ioctl(c->fd, FIONREAD, &size) < 0) { in pa_sap_recv() 155 pa_log_warn("FIONREAD failed: %s", pa_cstrerror(errno)); in pa_sap_recv()
|
/third_party/python/Modules/ |
H A D | termios.c | 964 #ifdef FIONREAD 965 {"FIONREAD", FIONREAD},
|