Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h159 #define t_cflag t_termios.c_cflag macro
/xnu-12377.41.6/bsd/dev/i386/
H A Dkm.c109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
/xnu-12377.41.6/bsd/dev/arm/
H A Dkm.c86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
/xnu-12377.41.6/bsd/kern/
H A Dtty.c354 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()
523 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()
1275 SET(tp->t_cflag, HUPCL); in ttioctl_locked()
1333 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()
1353 tp->t_cflag = t->c_cflag; in ttioctl_locked()
2017 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()
2038 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
H A Dtty_compat.c558 tcflag_t cflag = tp->t_cflag; in ttcompatgetflags()
H A Dtty_dev.c285 tp->t_cflag = TTYDEF_CFLAG; in ptsopen()