Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.h161 #define t_ispeed t_termios.c_ispeed
/xnu-12377.41.6/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()
1307 if (t->c_ispeed < 0 || t->c_ospeed < 0) { in ttioctl_locked()
1312 if (t->c_ispeed == 0) { in ttioctl_locked()
1313 t->c_ispeed = t->c_ospeed; in ttioctl_locked()
1354 tp->t_ispeed = t->c_ispeed; in ttioctl_locked()
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py1072 print("\tInput Speed: {0: <8d}".format(tty.t_termios.c_ispeed))