Home
last modified time | relevance | path

Searched refs:baud (Results 1 – 25 of 44) sorted by relevance

12

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c171 baud_to_speed(int baud) in baud_to_speed() argument
173 switch (baud) { in baud_to_speed()
273 int baud; in tty_make_modes() local
298 baud = speed_to_baud(cfgetospeed(&tio)); in tty_make_modes()
299 debug3("tty_make_modes: ospeed %d", baud); in tty_make_modes()
301 buffer_put_int(&buf, baud); in tty_make_modes()
302 baud = speed_to_baud(cfgetispeed(&tio)); in tty_make_modes()
303 debug3("tty_make_modes: ispeed %d", baud); in tty_make_modes()
305 buffer_put_int(&buf, baud); in tty_make_modes()
341 int opcode, baud; in tty_parse_modes() local
[all …]
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c88 int i, baud, len, null, number; local
90 baud = baudrate();
105 if (padding_baud_rate && baud >= padding_baud_rate &&
108 if (baud >= padding_baud_rate) {
110 number = (baud / 8 * number) / 10000;
H A Ddelay.c57 unsigned int number, baud; in delay_output() local
59 baud = baudrate(); in delay_output()
64 number = (baud / 10 * ms) / 1000; in delay_output()
/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_console.c382 ulong_t baud; in serial_adjust_prop() local
399 baud = ASY110; in serial_adjust_prop()
401 baud = ASY150; in serial_adjust_prop()
403 baud = ASY300; in serial_adjust_prop()
405 baud = ASY600; in serial_adjust_prop()
407 baud = ASY1200; in serial_adjust_prop()
409 baud = ASY2400; in serial_adjust_prop()
411 baud = ASY4800; in serial_adjust_prop()
413 baud = ASY19200; in serial_adjust_prop()
415 baud = ASY38400; in serial_adjust_prop()
[all …]
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtputs.c81 int i, baud, len, null, number; local
87 baud = baudrate();
102 if (padding_baud_rate && baud >= padding_baud_rate
104 number = (baud/10 * number)/1000;
H A Ddelay.c55 unsigned number, baud; local
61 baud = baudrate();
66 number = (baud/10 * ms)/1000;
/titanic_50/usr/src/cmd/mailx/
H A Dmain.c118 baud = tbuf.c_cflag & CBAUD; in main()
120 baud = B9600; in main()
123 baud = cfgetospeed(&tbufs); in main()
H A Dinit.c67 int baud; /* Output baud rate */ variable
H A Dcmd1.c169 else if (baud < B1200) in screensize()
171 else if (baud == B1200) in screensize()
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c250 unsigned com, baud, bits, stop; in serial_metal_to_hyper() local
273 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop, in serial_metal_to_hyper()
284 switch (baud) { in serial_metal_to_hyper()
306 (void) snprintf(com_rate, COM_RATE_LEN, "com%d=%u,%u%c%u", com, baud, in serial_metal_to_hyper()
379 unsigned baud; in cvt_hyper_option() local
450 if (sscanf(value, "%u,%c%c%c", &baud, &bits, &parity, in cvt_hyper_option()
462 switch (baud) { in cvt_hyper_option()
484 (void) snprintf(ser, SER_LEN, "%u,%c,%c,%c,-", baud, in cvt_hyper_option()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dbaudrate.c55 return ((int) SP->baud); in baudrate()
H A Dnewscreen.c168 SP->baud = baud_convert[_BRS(PROGTTYS)]; in newscreen()
170 SP->baud = baud_convert[_BR(PROGTTY)]; in newscreen()
H A Ddraino.c71 ncneeded = SP->baud * ms / (10 * 1000); in draino()
/titanic_50/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.ttya.tmpl27 # Typically, asyncmap, crtscts, baud rate, and other hardware-related
36 38400 # default baud rate for this port
/titanic_50/usr/src/head/
H A Ddial.h70 int baud; /* unused */ member
/titanic_50/usr/src/cmd/bnu/
H A Ddial.h68 int baud; /* unused */ member
/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME31 Things have been tuned for PostScript printers running at 9600 baud, and may not
32 be optimal for fast printers running at higher baud rates. A few simple changes
/titanic_50/usr/src/uts/sun4u/io/
H A Drmc_comm.c504 if (rcs->baud < SIO_BAUD_MIN || rcs->baud > SIO_BAUD_MAX) { in rmc_comm_hw_reset()
508 divisor = SIO_BAUD_TO_DIVISOR(rcs->baud) * in rmc_comm_hw_reset()
812 rcs->baud = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, in rmc_comm_attach()
/titanic_50/usr/src/cmd/mailx/hdr/
H A Dglob.h56 extern int baud; /* Output baud rate */
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c440 int baud, i; in kmdb_parse_mode() local
454 baud = strtol(w, NULL, 10); in kmdb_parse_mode()
457 if (baudmap[i] == baud) { in kmdb_parse_mode()
/titanic_50/usr/src/cmd/vi/port/
H A Dex.news317 On a dumb terminal at 1200 baud, "slowopen" is now the default.
539 as padding at 1200 baud has been improved to output a DEL
540 at 1200 baud or above.
611 The default window sizes have been changed. At 300 baud the
612 window is now 8 lines (was 1/2 the screen size). At 1200 baud
614 usually also 16 for a typical 24 line CRT). At 9600 baud the
615 window is still the full screen size. Any baud rate less than
629 for "window", but only apply at 300, 1200, or 9600 baud, resp.
630 Thus you can specify you want a 12 line window at 300 baud and
631 a 23 line window at 1200 baud with
[all …]
/titanic_50/usr/src/uts/sun4u/sys/
H A Drmc_comm.h158 int baud; member
/titanic_50/usr/src/cmd/tip/
H A Detc.remote39 br baud rate (defaults to 300)
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c657 int baud; in pl2303_set_port_params() local
700 baud = pl2303_speedtab[ui]; in pl2303_set_port_params()
701 bp->b_rptr[0] = baud & 0xff; in pl2303_set_port_params()
702 bp->b_rptr[1] = (baud >> 8) & 0xff; in pl2303_set_port_params()
703 bp->b_rptr[2] = (baud >> 16) & 0xff; in pl2303_set_port_params()
704 bp->b_rptr[3] = (baud >> 24) & 0xff; in pl2303_set_port_params()
/titanic_50/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c271 int baud; member
1513 if (ssp->baud < SIO_BAUD_MIN || ssp->baud > SIO_BAUD_MAX) in lombus_hw_reset()
1516 divisor = SIO_BAUD_TO_DIVISOR(ssp->baud); in lombus_hw_reset()
2071 ssp->baud = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in lombus_attach()

12