Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dtty_compat.c253 if (sg->sg_ospeed < 0) { in ttsetcompat()
256 unsigned int ospeed = (unsigned int)sg->sg_ospeed; in ttsetcompat()
424 sg->sg_ospeed = (char)ttcompatspeedtab(tp->t_ospeed, compatspeeds); in ttcompat()
426 sg->sg_ispeed = sg->sg_ospeed; in ttcompat()
/xnu-8792.41.9/bsd/sys/
H A Dioctl_compat.h100 char sg_ospeed; /* output speed */ member