Home
last modified time | relevance | path

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

/freebsd/sbin/comcontrol/
H A Dcomcontrol.c81 if (ioctl(fd, TIOCGDRAINWAIT, &drainwait) < 0) { in main()
/freebsd/sys/sys/
H A Dttycom.h66 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */ macro
/freebsd/sys/kern/
H A Dtty.c1944 case TIOCGDRAINWAIT: in tty_generic_ioctl()