Searched refs:TIOCMBIC (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/sys/ |
| HD | ttycom.h | 109 #define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */ macro
|
| /dragonfly/usr.sbin/moused/ |
| HD | moused.c | 1542 ioctl(rodent.mfd, TIOCMBIC, &i); in r_init() 1546 ioctl(rodent.mfd, TIOCMBIC, &i); in r_init() 2607 ioctl(rodent.mfd, TIOCMBIC, &i); in pnpwakeup1() 2631 ioctl(rodent.mfd, TIOCMBIC, &i); in pnpwakeup1()
|
| /dragonfly/sys/dev/misc/nmdm/ |
| HD | nmdm.c | 574 case TIOCMBIC: in nmdmioctl()
|
| /dragonfly/sys/bus/u4b/serial/ |
| HD | usb_serial.c | 1219 case TIOCMBIC: in ucom_dev_ioctl()
|
| /dragonfly/sys/dev/serial/sio/ |
| HD | sio.c | 2136 case TIOCMBIC: in sioioctl()
|