Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/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()
1197 if (t->c_ispeed < 0 || t->c_ospeed < 0) { in ttioctl_locked()
1202 if (t->c_ispeed == 0) { in ttioctl_locked()
1203 t->c_ispeed = t->c_ospeed; in ttioctl_locked()
1244 tp->t_ispeed = t->c_ispeed; in ttioctl_locked()
/xnu-8796.121.2/tools/lldbmacros/
H A Dprocess.py999 print("\tInput Speed: {0: <8d}".format(tty.t_termios.c_ispeed))