Searched refs:TIOCOUTQ (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/xtensa/include/uapi/asm/
H A Dioctls.h45 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dioctls.h25 #define TIOCOUTQ 0x5411 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dioctls.h31 #define TIOCOUTQ 0x7472 /* output queue size */ macro
/linux-master/arch/sh/include/uapi/asm/
H A Dioctls.h33 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ macro
/linux-master/include/uapi/asm-generic/
H A Dioctls.h36 #define TIOCOUTQ 0x5411 macro
/linux-master/include/uapi/linux/
H A Dsockios.h27 #define SIOCOUTQ TIOCOUTQ /* output queue size (not sent + not acked) */
/linux-master/tools/include/uapi/asm-generic/
H A Dioctls.h36 #define TIOCOUTQ 0x5411 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctls.h39 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctls.h44 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctls.h71 #define TIOCOUTQ _IOR('t', 115, int) macro
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c211 ret = ioctl(fd, TIOCOUTQ, &queued);
213 die_perror("TIOCOUTQ");
220 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total);
/linux-master/drivers/tty/
H A Dn_hdlc.c609 case TIOCOUTQ:
H A Dn_tty.c2500 case TIOCOUTQ:
H A Dtty_io.c2894 case TIOCOUTQ:
/linux-master/net/bluetooth/
H A Daf_bluetooth.c554 case TIOCOUTQ:
/linux-master/net/x25/
H A Daf_x25.c1386 case TIOCOUTQ: {
1685 case TIOCOUTQ:
/linux-master/net/qrtr/
H A Daf_qrtr.c1159 case TIOCOUTQ:
/linux-master/net/netrom/
H A Daf_netrom.c1214 case TIOCOUTQ: {
/linux-master/net/rose/
H A Daf_rose.c1335 case TIOCOUTQ: {
/linux-master/net/appletalk/
H A Dddp.c52 #include <linux/termios.h> /* For TIOCOUTQ/INQ */
1769 case TIOCOUTQ: {
/linux-master/net/ax25/
H A Daf_ax25.c1769 case TIOCOUTQ: {

Completed in 545 milliseconds