Home
last modified time | relevance | path

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

/dragonfly/sbin/comcontrol/
H A Dcomcontrol.c113 if (ioctl(fd, TIOCMSDTRWAIT, &dtrwait) < 0) { in main()
/dragonfly/sys/sys/
H A Dttycom.h123 #define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */ macro
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c581 case TIOCMSDTRWAIT: in nmdmioctl()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2142 case TIOCMSDTRWAIT: in sioioctl()