Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h274 speed_t c_ospeed; /* output speed */ member
294 user_speed_t c_ospeed; /* output speed */ member
305 __uint32_t c_ospeed; /* output speed */ member
H A Dtty.h164 #define t_ospeed t_termios.c_ospeed
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c261 term->c_ospeed = compatspcodes[ospeed]; in ttsetcompat()
263 term->c_ospeed = tp->t_ospeed; in ttsetcompat()
H A Dtty.c244 out->c_ospeed = (user_speed_t)in->c_ospeed; in termios32to64()
259 out->c_ospeed = (uint32_t)MIN(in->c_ospeed, UINT32_MAX); in termios64to32()
1196 if (t->c_ispeed < 0 || t->c_ospeed < 0) { in ttioctl_locked()
1202 t->c_ispeed = t->c_ospeed; in ttioctl_locked()
1244 tp->t_ospeed = t->c_ospeed; in ttioctl_locked()
/xnu-8019.80.24/tools/lldbmacros/
H A Dprocess.py936 print "\tOutput Speed: {0: <8d}".format(tty.t_termios.c_ospeed)