/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 46 #define FIONREAD 0x541B macro 47 #define TIOCINQ FIONREAD
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 46 #define FIONREAD 0x541B macro 47 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 64 #define FIONREAD 0x467f macro 65 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 35 #define FIONREAD 0x541B macro 36 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 11 #define FIONREAD _IOR('f', 127, int) macro 12 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 11 #define FIONREAD _IOR('f', 127, int) macro 12 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 23 #define FIONREAD _IOR('f', 127, int) macro 24 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 11 #define FIONREAD _IOR('f', 127, int) macro 12 #define TIOCINQ FIONREAD
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 101 #define FIONREAD _IOR('f', 127, int) macro 102 #define TIOCINQ FIONREAD
|
/openbmc/openpower-occ-control/ |
H A D | occ_presence.cpp | 29 auto r = ioctl(fd, FIONREAD, &len); in analyzeEvent()
|
H A D | occ_errors.cpp | 114 auto r = ioctl(fd, FIONREAD, &len); in analyzeEvent()
|
/openbmc/linux/include/uapi/linux/ |
H A D | sockios.h | 26 #define SIOCINQ FIONREAD
|
/openbmc/slpd-lite/ |
H A D | sock_channel.cpp | 29 if (ioctl(sockfd, FIONREAD, &readSize) < 0) in read()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_basic.c | 457 err = ioctl(c1, FIONREAD, &avail); in test_sockmap_skb_verdict_fionread() 511 err = ioctl(c1, FIONREAD, &avail); in test_sockmap_skb_verdict_peek() 516 err = ioctl(c1, FIONREAD, &avail); in test_sockmap_skb_verdict_peek()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0008-Handle-errors-from-socket-calls.patch | 32 // (Note that FIONREAD is not supported on AF_NETLINK.)
|
/openbmc/qemu/linux-user/alpha/ |
H A D | termbits.h | 169 #define TARGET_TIOCINQ FIONREAD
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | termbits.h | 228 #define TARGET_TIOCINQ FIONREAD
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 358 ret = ioctl(fd, FIONREAD, &queued); in process_one_client()
|
/openbmc/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 420 case FIONREAD: in ipw_ioctl()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_synctty.c | 307 case FIONREAD: in ppp_synctty_ioctl()
|
H A D | ppp_async.c | 314 case FIONREAD: in ppp_asynctty_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | n_hdlc.c | 595 case FIONREAD: in n_hdlc_tty_ioctl()
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 329 case FIONREAD: in inotify_ioctl()
|
/openbmc/linux/fs/ |
H A D | ioctl.c | 829 case FIONREAD: in do_vfs_ioctl()
|
/openbmc/linux/Documentation/networking/ |
H A D | dccp.rst | 191 FIONREAD
|