Home
last modified time | relevance | path

Searched refs:sg_ispeed (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c231 if (sg->sg_ispeed < 0) { in ttsetcompat()
234 unsigned int ispeed = (unsigned int)sg->sg_ispeed; in ttsetcompat()
426 sg->sg_ispeed = sg->sg_ospeed; in ttcompat()
428 sg->sg_ispeed = (char)ttcompatspeedtab(tp->t_ispeed, compatspeeds); in ttcompat()
/xnu-8019.80.24/bsd/sys/
H A Dioctl_compat.h99 char sg_ispeed; /* input speed */ member