Home
last modified time | relevance | path

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

12

/titanic_53/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_53/usr/src/uts/i86pc/boot/
H A Dboot_console.c447 ulong_t baud; in serial_adjust_prop() local
464 baud = ASY110; in serial_adjust_prop()
466 baud = ASY150; in serial_adjust_prop()
468 baud = ASY300; in serial_adjust_prop()
470 baud = ASY600; in serial_adjust_prop()
472 baud = ASY1200; in serial_adjust_prop()
474 baud = ASY2400; in serial_adjust_prop()
476 baud = ASY4800; in serial_adjust_prop()
478 baud = ASY19200; in serial_adjust_prop()
480 baud = ASY38400; in serial_adjust_prop()
[all …]
/titanic_53/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_53/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_53/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c251 unsigned com, baud, bits, stop; in serial_metal_to_hyper() local
274 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop, in serial_metal_to_hyper()
285 switch (baud) { in serial_metal_to_hyper()
307 (void) snprintf(com_rate, COM_RATE_LEN, "com%d=%u,%u%c%u", com, baud, in serial_metal_to_hyper()
380 unsigned baud; in cvt_hyper_option() local
451 if (sscanf(value, "%u,%c%c%c", &baud, &bits, &parity, in cvt_hyper_option()
463 switch (baud) { in cvt_hyper_option()
485 (void) snprintf(ser, SER_LEN, "%u,%c,%c,%c,-", baud, in cvt_hyper_option()
/titanic_53/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()
H A Dcurshdr.h132 long baud; /* baud rate of this tty */ member
/titanic_53/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_53/usr/src/head/
H A Ddial.h70 int baud; /* unused */ member
/titanic_53/usr/src/cmd/bnu/
H A Ddial.h68 int baud; /* unused */ member
/titanic_53/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_53/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_53/usr/src/cmd/mailx/hdr/
H A Dglob.h56 extern int baud; /* Output baud rate */
/titanic_53/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_53/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_53/usr/src/uts/sun4u/sys/
H A Drmc_comm.h158 int baud; member
/titanic_53/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_53/usr/src/cmd/tip/
H A Detc.remote39 br baud rate (defaults to 300)
/titanic_53/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