Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dtty.h212 struct speedtab { struct
274 int ttspeedtab(int speed, const struct speedtab *table);
/openbsd/sys/arch/luna88k/dev/
H A Dsiotty.c62 static const struct speedtab siospeedtab[] = {
/openbsd/sys/kern/
H A Dtty.c2093 ttspeedtab(int speed, const struct speedtab *table) in ttspeedtab()