Home
last modified time | relevance | path

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

/NextBSD/sbin/comcontrol/
HDcomcontrol.c113 if (ioctl(fd, TIOCMSDTRWAIT, &dtrwait) < 0) { in main()
/NextBSD/sys/sys/
HDttycom.h84 #define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */ macro