Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dtermios.h269 tcflag_t c_oflag; /* output flags */ member
289 user_tcflag_t c_oflag; /* output flags */ member
300 __uint32_t c_oflag; /* output flags */ member
H A Dtty.h163 #define t_oflag t_termios.c_oflag
/xnu-8796.121.2/bsd/kern/
H A Dtty_compat.c643 tcflag_t oflag = t->c_oflag; in ttcompatsetflags()
718 t->c_oflag = oflag; in ttcompatsetflags()
742 tcflag_t oflag = t->c_oflag; in ttcompatsetlflags()
818 t->c_oflag = oflag; in ttcompatsetlflags()
H A Dtty.c236 out->c_oflag = (user_tcflag_t)in->c_oflag; in termios32to64()
251 out->c_oflag = (uint32_t)in->c_oflag; in termios64to32()
1272 tp->t_oflag = t->c_oflag; in ttioctl_locked()
/xnu-8796.121.2/tools/lldbmacros/
H A Dprocess.py996 print("\tOutput Flags: 0x{0:0>8x}".format(unsigned(tty.t_termios.c_oflag)))