Home
last modified time | relevance | path

Searched refs:TIOCOUTQ (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/sys/
HDttycom.h129 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ macro
/trueos/contrib/ntp/kernel/
HDtty_clk.c283 case TIOCOUTQ:
/trueos/usr.sbin/ppp/
HDphysical.c467 #ifdef TIOCOUTQ in physical_ShowStatus()
468 if (p->fd >= 0 && ioctl(p->fd, TIOCOUTQ, &n) >= 0) in physical_ShowStatus()
/trueos/sys/kern/
HDtty.c1521 case TIOCOUTQ: in tty_generic_ioctl()