Home
last modified time | relevance | path

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

/NextBSD/sbin/comcontrol/
HDcomcontrol.c81 if (ioctl(fd, TIOCGDRAINWAIT, &drainwait) < 0) { in main()
/NextBSD/sys/sys/
HDttycom.h77 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */ macro