Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h273 speed_t c_ispeed; /* input speed */ member
293 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */
304 __uint32_t c_ispeed; /* input speed */ member
H A Dtty.h160 #define t_ispeed t_termios.c_ispeed
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c239 term->c_ispeed = compatspcodes[ispeed]; in ttsetcompat()
241 term->c_ispeed = tp->t_ispeed; in ttsetcompat()
H A Dtty.c243 out->c_ispeed = (user_speed_t)in->c_ispeed; in termios32to64()
258 out->c_ispeed = (uint32_t)MIN(in->c_ispeed, UINT32_MAX); in termios64to32()
1196 if (t->c_ispeed < 0 || t->c_ospeed < 0) { in ttioctl_locked()
1201 if (t->c_ispeed == 0) { in ttioctl_locked()
1202 t->c_ispeed = t->c_ospeed; in ttioctl_locked()
1243 tp->t_ispeed = t->c_ispeed; in ttioctl_locked()
/xnu-8019.80.24/tools/lldbmacros/
H A Dprocess.py935 print "\tInput Speed: {0: <8d}".format(tty.t_termios.c_ispeed)