speedtab
} speedtab[] = {
struct speedtab *sp;
for (sp = speedtab; sp->speed; sp++)
static struct speedtab sptab[] = {
linux_to_bsd_speed(int code, struct speedtab *table)
bsd_to_linux_speed(int speed, struct speedtab *table)
static int ttcompatspeedtab(int speed, struct speedtab *table);
static struct speedtab compatspeeds[] = {
ttcompatspeedtab(int speed, struct speedtab *table)