Home
last modified time | relevance | path

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

/dragonfly/libexec/getty/
H A Dsubr.c504 static struct speedtab { struct
507 } speedtab[] = { argument
535 struct speedtab *sp; in speed()
540 for (sp = speedtab; sp->speed; sp++) in speed()
/dragonfly/sys/sys/
H A Dtty.h195 struct speedtab { struct
259 int ttspeedtab (int speed, struct speedtab *table);
/dragonfly/sys/kern/
H A Dtty.c2401 ttspeedtab(int speed, struct speedtab *table) in ttspeedtab()