Searched refs:speedtab (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/libexec/getty/
H A Dsubr.c515 static struct speedtab { struct
518 } speedtab[] = { variable in typeref:struct:speedtab
546 struct speedtab *sp;
551 for (sp = speedtab; sp->speed; sp++)
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c99 static struct speedtab digispeedtab[] = {
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c63 struct speedtab { struct
68 static struct speedtab sptab[] = {
109 ttspeedtab(int speed, struct speedtab *table)
/freebsd-11-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-11-stable/sys/pc98/cbus/
H A Dsio.c457 static struct speedtab pc98speedtab[] = { /* internal RS232C interface */
479 static struct speedtab pc98fast_speedtab[] = {
487 static struct speedtab comspeedtab_pio9032b[] = {
498 static struct speedtab comspeedtab_b98_01[] = {
513 static struct speedtab comspeedtab_ind[] = {
534 struct speedtab *speedtab; member in struct:__anon13151
4162 count = ttspeedtab(speed, if_8251_type[if_type].speedtab);
4194 count = ttspeedtab( speed, if_8251_type[if_type].speedtab );
4198 count = ttspeedtab( speed, if_8251_type[if_type].speedtab );
[all...]
/freebsd-11-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 155 milliseconds