OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttspeedtab
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/sys/
tty.h
283
int
ttspeedtab
(int, const struct speedtab *);
/src/sys/compat/common/
tty_43.c
133
speed =
ttspeedtab
(tp->t_ospeed, compatspeeds);
138
speed =
ttspeedtab
(tp->t_ispeed, compatspeeds);
/src/sys/dev/dec/
dz.c
579
int ispeed =
ttspeedtab
(t->c_ispeed, dzspeedtab);
580
int ospeed =
ttspeedtab
(t->c_ospeed, dzspeedtab);
/src/sys/arch/vax/uba/
qvaux.c
725
int ispeed =
ttspeedtab
(t->c_ispeed, qvauxspeedtab);
726
int ospeed =
ttspeedtab
(t->c_ospeed, qvauxspeedtab);
/src/sys/dev/qbus/
dhu.c
694
int ispeed =
ttspeedtab
(t->c_ispeed, dhuspeedtab);
695
int ospeed =
ttspeedtab
(t->c_ospeed, dhuspeedtab);
/src/sys/arch/hp300/dev/
dcm.c
1080
int ospeed =
ttspeedtab
(t->c_ospeed, dcmspeedtab);
1437
dcm->dcm_data[port].dcm_baud =
ttspeedtab
(rate, dcmspeedtab);
/src/sys/compat/sunos/
sunos_ioctl.c
344
s =
ttspeedtab
(bt->c_ospeed, sptab);
/src/sys/compat/sunos32/
sunos32_ioctl.c
380
s =
ttspeedtab
(bt->c_ospeed, sptab);
/src/sys/compat/ultrix/
ultrix_ioctl.c
372
speed =
ttspeedtab
(bt->c_ospeed, sptab);
/src/sys/arch/amiga/dev/
msc.c
897
int ospeed =
ttspeedtab
(t->c_ospeed, mscspeedtab);
mfc.c
752
ospeed =
ttspeedtab
(t->c_ospeed, scc->mfc_iii ? mfcs3speedtab2 :
/src/sys/arch/luna68k/dev/
siotty.c
408
wr4 =
ttspeedtab
(t->c_ospeed, siospeedtab);
/src/sys/kern/
tty.c
2604
ttspeedtab
(int speed, const struct speedtab *table)
function in typeref:typename:int
Completed in 23 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025