Searched refs:t_ispeed (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dofcons.c144 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
240 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbiconsdev.c123 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dpcons.c147 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
250 tp->t_ispeed = t->c_ispeed;
H A Dkd.c197 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
300 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dpcons.c142 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
248 tp->t_ispeed = t->c_ispeed;
H A Dkd.c240 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
343 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dkd.c172 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
271 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dgencons.c124 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
260 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dromcons.c150 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
266 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofcons.c136 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
236 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Ddz.c386 if (tp->t_ispeed == 0) {
391 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
578 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Ddz_ebus.c147 if (tp->t_ispeed == 0) {
152 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
398 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dttycons.c218 t->t_ispeed = t->t_ospeed = TTYDEF_SPEED;
354 t->t_ispeed = c->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dkd.c225 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
329 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/dev/arcbios/
H A Darcbios_tty.c111 tp->t_ispeed = tp->t_ospeed = 9600;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtty.h156 #define t_ispeed t_termios.c_ispeed macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dpromcons.c122 tp->t_ispeed = tp->t_ospeed = 9600;
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxencons.c270 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
632 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dtty_43.c128 if (tp->t_ispeed == 0)
131 speed = ttspeedtab(tp->t_ispeed, compatspeeds);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c418 tp->t_ispeed = tp->t_ospeed = B38400;
580 tp->t_ispeed == t->c_ispeed &&
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/
H A Dfootbridge_com.c259 tp->t_ispeed = 0;
502 tp->t_ispeed = 0;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dcom.c422 tp->t_ispeed = tp->t_ospeed = comdefaultrate;
471 (tp->t_ispeed <= 1200 ? FIFO_TRIGGER_1 : FIFO_TRIGGER_8));
748 if (tp->t_ispeed != t->c_ispeed) {
783 tp->t_ispeed = t->c_ispeed;
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/dev/
H A Duart.c208 tp->t_ispeed = tp->t_ospeed = 115200;
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Ddl.c349 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dzs.c424 if (tp->t_ispeed == 0) {
429 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
1101 tp->t_ispeed = tp->t_ospeed = tmp;

Completed in 314 milliseconds

123