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
158 #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()1215 if (!ISSET(t->c_cflag, CIGNORE)) { in ttioctl_locked()1222 if (ISSET(t->c_cflag, CLOCAL) && in ttioctl_locked()1237 ISSET(t->c_cflag, CLOCAL)) && in ttioctl_locked()1243 tp->t_cflag = t->c_cflag; in ttioctl_locked()
233 t->c_cflag |= CLOCAL; in kmioctl()242 t->c_cflag |= CLOCAL; in kmioctl()
214 t->c_cflag |= CLOCAL; in kmioctl()223 t->c_cflag |= CLOCAL; in kmioctl()
997 print("\tControl Flags: 0x{0:0>8x}".format(unsigned(tty.t_termios.c_cflag)))