Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtty.h243 struct speedtab { struct
319 int ttspeedtab(int speed, struct speedtab *table);
/xnu-10002.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.c2924 ttspeedtab(int speed, struct speedtab *table) in ttspeedtab()