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

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h269 tcflag_t c_oflag; /* output flags */ member in struct:termios
289 user_tcflag_t c_oflag; /* output flags */ member in struct:user_termios
300 __uint32_t c_oflag; /* output flags */ member in struct:termios32
H A Dtty.h158 #define t_oflag t_termios.c_oflag
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c594 register tcflag_t oflag = t->c_oflag;
661 t->c_oflag = oflag;
685 register tcflag_t oflag = t->c_oflag;
751 t->c_oflag = oflag;
H A Dtty.c243 out->c_oflag = (user_tcflag_t)in->c_oflag;
258 out->c_oflag = (tcflag_t)in->c_oflag;
1316 tp->t_oflag = t->c_oflag;
/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py481 print "\tOutput Flags: 0x{0:0>8x}".format(unsigned(tty.t_termios.c_oflag))

Completed in 37 milliseconds