Home
last modified time | relevance | path

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

123

/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/arch/generic/bits/
H A Dioctl.h37 #define FIONREAD 0x541B macro
38 #define TIOCINQ FIONREAD
/third_party/musl/arch/mips64/bits/
H A Dioctl.h51 #define FIONREAD 0x467F macro
52 #define TIOCINQ FIONREAD
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h51 #define FIONREAD 0x467F macro
52 #define TIOCINQ FIONREAD
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h15 #define FIONREAD _IOR('f', 127, int) macro
16 #define TIOCINQ FIONREAD
/third_party/musl/arch/mips/bits/
H A Dioctl.h51 #define FIONREAD 0x467F macro
52 #define TIOCINQ FIONREAD
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h15 #define FIONREAD _IOR('f', 127, int) macro
16 #define TIOCINQ FIONREAD
/third_party/musl/arch/sh/bits/
H A Dioctl.h15 #define FIONREAD _IOR('f', 127, int) macro
16 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dioctl.h54 #define FIONREAD 0x541B macro
55 #define TIOCINQ FIONREAD
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h54 #define FIONREAD 0x541B macro
55 #define TIOCINQ FIONREAD
/third_party/ltp/testcases/kernel/pty/
H A Dpty02.c8 * 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 Dpipe12.c66 SAFE_IOCTL(fds[1], FIONREAD, &nbytes); in verify_pipe()
/third_party/toybox/toys/other/
H A Dinotifyd.c80 xioctl(fds.fd, FIONREAD, &len); in inotifyd_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs152 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 Dmod.rs139 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 Dmod.rs131 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 Dmod.rs131 pub const FIONREAD: ::Ioctl = 0x4004667F; consts
132 pub const TIOCINQ: ::Ioctl = FIONREAD;
/third_party/pulseaudio/src/modules/
H A Dmodule-pipe-source.c107 #ifdef FIONREAD in source_process_msg()
110 if (ioctl(u->fd, FIONREAD, &l) >= 0 && l > 0) in source_process_msg()
H A Dmodule-pipe-sink.c121 #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 Dsockets.h394 * 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 Dpoll-posix.c205 ioctl(f->fd, FIONREAD, &r); in pa_poll()
/third_party/pulseaudio/src/modules/rtp/
H A Dsap.c154 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 Dtermios.c964 #ifdef FIONREAD
965 {"FIONREAD", FIONREAD},

Completed in 16 milliseconds

123