Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtty.h158 #define t_cflag t_termios.c_cflag macro
/xnu-8796.121.2/bsd/dev/i386/
H A Dkm.c115 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
/xnu-8796.121.2/bsd/dev/arm/
H A Dkm.c92 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
/xnu-8796.121.2/bsd/kern/
H A Dtty.c316 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()
463 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()
1165 SET(tp->t_cflag, HUPCL); in ttioctl_locked()
1223 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()
1243 tp->t_cflag = t->c_cflag; in ttioctl_locked()
1907 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()
1928 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
H A Dtty_compat.c558 tcflag_t cflag = tp->t_cflag; in ttcompatgetflags()
H A Dtty_dev.c278 tp->t_cflag = TTYDEF_CFLAG; in ptsopen()