Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dttycom.h93 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ macro
/dragonfly/usr.bin/window/
H A Dwwtty.c79 while (ioctl(d, TIOCOUTQ, &i) >= 0 && i > 0) in wwsettty()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_unix.c92 if (ioctl(sock, TIOCOUTQ, &outq) < 0) in wpas_ctrl_sock_debug()
291 ioctl(sock, TIOCOUTQ, &outq) < 0 || in wpas_ctrl_iface_throttle()
/dragonfly/usr.sbin/ppp/
H A Dphysical.c452 #ifdef TIOCOUTQ in physical_ShowStatus()
453 if (p->fd >= 0 && ioctl(p->fd, TIOCOUTQ, &n) >= 0) in physical_ShowStatus()
/dragonfly/sys/kern/
H A Dtty.c1025 case TIOCOUTQ: /* output queue size */ in ttioctl()