Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_compat.c44 struct speedtab { struct
52 static int ttcompatspeedtab(int speed, struct speedtab *table); argument
57 static struct speedtab compatspeeds[] = {
85 ttcompatspeedtab(int speed, struct speedtab *table) in ttcompatspeedtab()
/freebsd/libexec/getty/
H A Dsubr.c508 static struct speedtab { struct
511 } speedtab[] = { variable
539 struct speedtab *sp; in speed()
544 for (sp = speedtab; sp->speed; sp++) in speed()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c339 struct speedtab { struct
344 static struct speedtab sptab[] = { argument
375 linux_to_bsd_speed(int code, struct speedtab *table) in linux_to_bsd_speed()
384 bsd_to_linux_speed(int speed, struct speedtab *table) in bsd_to_linux_speed()