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

/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c114 tp->t_cflag = (CREAD | CS8 | CLOCAL);
/xnu-2422.115.4/bsd/sys/
H A Dtty.h153 #define t_cflag t_termios.c_cflag macro
/xnu-2422.115.4/bsd/kern/
H A Dtty.c355 if (ISSET(tp->t_cflag, CLOCAL)) {
532 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&
1212 SET(tp->t_cflag, HUPCL);
1268 !ISSET(tp->t_cflag, CLOCAL)) {
1287 tp->t_cflag = t->c_cflag;
1856 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) {
1877 !ISSET(tp->t_cflag, CLOCAL)) {
H A Dtty_compat.c523 register tcflag_t cflag = tp->t_cflag;
H A Dtty_pty.c210 tp->t_cflag = TTYDEF_CFLAG;
H A Dtty_ptmx.c583 tp->t_cflag = TTYDEF_CFLAG;

Completed in 62 milliseconds