Home
last modified time | relevance | path

Searched refs:TIOCGDRAINWAIT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/comcontrol/
HDcomcontrol.c80 if (ioctl(fd, TIOCGDRAINWAIT, &drainwait) < 0) { in main()
/dragonfly/sys/sys/
HDttycom.h130 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */ macro
/dragonfly/sys/kern/
HDtty.c1256 case TIOCGDRAINWAIT: in ttioctl()