Home
last modified time | relevance | path

Searched refs:TIOCMSET (Results 1 – 6 of 6) sorted by relevance

/dragonfly/games/morse/
H A Dmorse.c439 ioctl(line, TIOCMSET, &lflags); in main()
758 ioctl(line, TIOCMSET, &lflags); in ttyout()
765 ioctl(line, TIOCMSET, &lflags); in ttyout()
781 ioctl(line, TIOCMSET, &olflags); in sighandler()
/dragonfly/sys/sys/
H A Dttycom.h107 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */ macro
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c567 case TIOCMSET: in nmdmioctl()
/dragonfly/usr.sbin/moused/
H A Dmoused.c2590 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup1()
2668 ioctl(rodent.mfd, TIOCMSET, &i); in pnpwakeup2()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c1204 case TIOCMSET: in ucom_dev_ioctl()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2130 case TIOCMSET: in sioioctl()