Searched refs:TIOCM_LE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | ttycom.h | 90 #define TIOCM_LE 0001 /* line enable */ macro |
/freebsd/sys/kern/ | ||
H A D | tty.c | 1682 *(int *)data = TIOCM_LE + (ttydevsw_modem(tp, 0, 0) << 1); in tty_generic_ioctl() |