/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 171 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 D | tputs.c | 88 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 D | delay.c | 57 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 D | boot_console.c | 382 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 D | tputs.c | 81 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 D | delay.c | 55 unsigned number, baud; local 61 baud = baudrate(); 66 number = (baud/10 * ms)/1000;
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | main.c | 118 baud = tbuf.c_cflag & CBAUD; in main() 120 baud = B9600; in main() 123 baud = cfgetospeed(&tbufs); in main()
|
H A D | init.c | 67 int baud; /* Output baud rate */ variable
|
H A D | cmd1.c | 169 else if (baud < B1200) in screensize() 171 else if (baud == B1200) in screensize()
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 250 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 D | baudrate.c | 55 return ((int) SP->baud); in baudrate()
|
H A D | newscreen.c | 168 SP->baud = baud_convert[_BRS(PROGTTYS)]; in newscreen() 170 SP->baud = baud_convert[_BR(PROGTTY)]; in newscreen()
|
H A D | draino.c | 71 ncneeded = SP->baud * ms / (10 * 1000); in draino()
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ppp/ |
H A D | options.ttya.tmpl | 27 # Typically, asyncmap, crtscts, baud rate, and other hardware-related 36 38400 # default baud rate for this port
|
/titanic_50/usr/src/head/ |
H A D | dial.h | 70 int baud; /* unused */ member
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | dial.h | 68 int baud; /* unused */ member
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | README | 31 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 D | rmc_comm.c | 504 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 D | glob.h | 56 extern int baud; /* Output baud rate */
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 440 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 D | ex.news | 317 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 D | rmc_comm.h | 158 int baud; member
|
/titanic_50/usr/src/cmd/tip/ |
H A D | etc.remote | 39 br baud rate (defaults to 300)
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 657 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 D | lombus.c | 271 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()
|