Home
last modified time | relevance | path

Searched refs:speedtab (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dtty.h242 struct speedtab { struct
316 int ttspeedtab(int speed, struct speedtab *table);
/xnu-8792.41.9/bsd/kern/
H A Dtty_compat.c91 static unsigned int ttcompatspeedtab(speed_t speed, struct speedtab *table);
100 static struct speedtab compatspeeds[] = {
150 ttcompatspeedtab(speed_t speed, struct speedtab *table) in ttcompatspeedtab()
H A Dtty.c2819 ttspeedtab(int speed, struct speedtab *table) in ttspeedtab()