/openbsd/lib/libc/termios/ |
H A D | cfgetispeed.c | 36 return (t->c_ispeed); in cfgetispeed()
|
H A D | cfsetispeed.c | 36 t->c_ispeed = speed; in cfsetispeed()
|
H A D | cfsetspeed.c | 36 t->c_ispeed = t->c_ospeed = speed; in cfsetspeed()
|
/openbsd/gnu/llvm/lldb/tools/driver/ |
H A D | Platform.h | 54 speed_t c_ispeed; // input speed member
|
/openbsd/sys/arch/luna88k/dev/ |
H A D | siotty.c | 359 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in sioparam() 380 tp->t_ispeed = t->c_ispeed; in sioparam() 478 t.c_ispeed = t.c_ospeed = TTYDEF_SPEED; in sioopen()
|
/openbsd/bin/stty/ |
H A D | gfmt.c | 93 tp->c_ispeed = tmp; in gread()
|
/openbsd/sys/arch/riscv64/dev/ |
H A D | sfuart.c | 289 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in sfuart_param() 321 tp->t_ispeed = t->c_ispeed; in sfuart_param()
|
/openbsd/sys/dev/fdt/ |
H A D | amluart.c | 302 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in amluart_param() 329 tp->t_ispeed = t->c_ispeed; in amluart_param()
|
H A D | mvuart.c | 267 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in mvuart_param() 293 tp->t_ispeed = t->c_ispeed; in mvuart_param()
|
H A D | imxuart.c | 271 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in imxuart_param() 318 tp->t_ispeed = t->c_ispeed; in imxuart_param()
|
H A D | exuart.c | 418 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in exuart_param() 480 tp->t_ispeed = t->c_ispeed; in exuart_param()
|
/openbsd/sys/sys/ |
H A D | termios.h | 200 int c_ispeed; /* input speed */ member
|
H A D | tty.h | 157 #define t_ispeed t_termios.c_ispeed
|
/openbsd/sys/dev/ic/ |
H A D | com.c | 776 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in comparam() 814 if (sc->sc_initialize || (tp->t_ispeed != t->c_ispeed)) { in comparam() 854 (t->c_ispeed <= 1200 ? FIFO_TRIGGER_1 : FIFO_TRIGGER_8)); in comparam() 859 (t->c_ispeed <= 1200 ? FIFO_TRIGGER_1 : FIFO_TRIGGER_8)); in comparam() 882 tp->t_ispeed = t->c_ispeed; in comparam()
|
H A D | pluart.c | 309 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in pluart_param() 393 tp->t_ispeed = t->c_ispeed; in pluart_param()
|
H A D | cy.c | 649 printf("ispeed %d ospeed %d\n", t->c_ispeed, t->c_ospeed); in cyparam() 656 if (t->c_ispeed != 0 && in cyparam() 657 cy_speed(t->c_ispeed, &i_clk_opt, &ibpr, cy->cy_clock) < 0) in cyparam() 674 if (t->c_ispeed != 0) { in cyparam()
|
H A D | z8530tty.c | 359 t.c_ispeed = 0; in zstty_attach() 509 t.c_ispeed = 0; in zsopen() 905 if (t->c_ispeed && t->c_ispeed != ospeed) in zsparam()
|
/openbsd/sys/arch/sh/dev/ |
H A D | scif.c | 544 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in scifparam() 710 t.c_ispeed = 0; in scifopen()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | opalcons.c | 278 tp->t_ispeed = t->c_ispeed; in opalconsparam()
|
/openbsd/sys/dev/sbus/ |
H A D | spif.c | 568 if (t->c_ispeed && in stty_param() 569 stty_compute_baud(t->c_ispeed, sc->sc_osc, &rbprl, &rbprh)) in stty_param() 637 if (t->c_ispeed) { in stty_param()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | sab.c | 441 t.c_ispeed = 0; in sabtty_attach() 975 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in sabttyparam()
|
H A D | vcons.c | 343 tp->t_ispeed = t->c_ispeed; in vconsparam()
|
/openbsd/sys/dev/usb/ |
H A D | ucom.c | 453 t.c_ispeed = 0; in ucom_do_open() 892 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in ucomparam()
|
/openbsd/sys/dev/pci/ |
H A D | cz.c | 991 t.c_ispeed = 0; in czttyopen() 1318 if (t->c_ispeed && t->c_ispeed != ospeed) in czttyparam()
|
/openbsd/libexec/getty/ |
H A D | main.c | 106 tmode.c_ispeed = tmode.c_ospeed = 0; in dingdong()
|