Searched refs:c_cflag (Results 1 – 7 of 7) sorted by relevance
270 tcflag_t c_cflag; /* control flags */ member290 user_tcflag_t c_cflag; /* control flags */ member301 __uint32_t c_cflag; /* control flags */ member
159 #define t_cflag t_termios.c_cflag
645 tcflag_t cflag = t->c_cflag; in ttcompatsetflags()720 t->c_cflag = cflag; in ttcompatsetflags()744 tcflag_t cflag = t->c_cflag; in ttcompatsetlflags()820 t->c_cflag = cflag; in ttcompatsetlflags()
237 out->c_cflag = (user_tcflag_t)in->c_cflag; in termios32to64()252 out->c_cflag = (uint32_t)in->c_cflag; in termios64to32()1325 if (!ISSET(t->c_cflag, CIGNORE)) { in ttioctl_locked()1332 if (ISSET(t->c_cflag, CLOCAL) && in ttioctl_locked()1347 ISSET(t->c_cflag, CLOCAL)) && in ttioctl_locked()1353 tp->t_cflag = t->c_cflag; in ttioctl_locked()
227 t->c_cflag |= CLOCAL; in kmioctl()236 t->c_cflag |= CLOCAL; in kmioctl()
208 t->c_cflag |= CLOCAL; in kmioctl()217 t->c_cflag |= CLOCAL; in kmioctl()
1068 print("\tControl Flags: 0x{0:0>8x}".format(unsigned(tty.t_termios.c_cflag)))