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

/freebsd-13-stable/libexec/getty/
H A Dsubr.c512 static struct speedtab { struct
515 } speedtab[] = { variable in typeref:struct:speedtab
543 struct speedtab *sp;
548 for (sp = speedtab; sp->speed; sp++)
/freebsd-13-stable/sys/kern/
H A Dtty_compat.c48 struct speedtab { struct
56 static int ttcompatspeedtab(int speed, struct speedtab *table);
61 static struct speedtab compatspeeds[] = {
89 ttcompatspeedtab(int speed, struct speedtab *table)
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c353 struct speedtab { struct
358 static struct speedtab sptab[] = {
389 linux_to_bsd_speed(int code, struct speedtab *table)
398 bsd_to_linux_speed(int speed, struct speedtab *table)

Completed in 114 milliseconds