Home
last modified time | relevance | path

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

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