Home
last modified time | relevance | path

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

/freebsd/sbin/comcontrol/
H A Dcomcontrol.c113 if (ioctl(fd, TIOCMSDTRWAIT, &dtrwait) < 0) { in main()
/freebsd/sys/sys/
H A Dttycom.h73 #define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */ macro