/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tputs.c | 86 int i, baud, len, null, number; local 88 baud = baudrate(); 103 if (padding_baud_rate && baud >= padding_baud_rate && 106 if (baud >= padding_baud_rate) { 108 number = (baud / 8 * number) / 10000;
|
H A D | delay.c | 55 unsigned int number, baud; in delay_output() local 57 baud = baudrate(); in delay_output() 62 number = (baud / 10 * ms) / 1000; in delay_output()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | tputs.c | 79 int i, baud, len, null, number; local 85 baud = baudrate(); 100 if (padding_baud_rate && baud >= padding_baud_rate 102 number = (baud/10 * number)/1000;
|
H A D | delay.c | 53 unsigned number, baud; local 59 baud = baudrate(); 64 number = (baud/10 * ms)/1000;
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 413 ulong_t baud; in serial_adjust_prop() local 430 baud = ASY110; in serial_adjust_prop() 432 baud = ASY150; in serial_adjust_prop() 434 baud = ASY300; in serial_adjust_prop() 436 baud = ASY600; in serial_adjust_prop() 438 baud = ASY1200; in serial_adjust_prop() 440 baud = ASY2400; in serial_adjust_prop() 442 baud = ASY4800; in serial_adjust_prop() 444 baud = ASY19200; in serial_adjust_prop() 446 baud = ASY38400; in serial_adjust_prop() [all …]
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 251 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()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | main.c | 119 baud = tbuf.c_cflag & CBAUD; in main() 121 baud = B9600; in main() 124 baud = cfgetospeed(&tbufs); in main()
|
H A D | init.c | 65 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()
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | baudrate.c | 53 return ((int) SP->baud); in baudrate()
|
H A D | newscreen.c | 170 SP->baud = baud_convert[_BRS(PROGTTYS)]; in newscreen() 172 SP->baud = baud_convert[_BR(PROGTTY)]; in newscreen()
|
H A D | draino.c | 69 ncneeded = SP->baud * ms / (10 * 1000); in draino()
|
H A D | curshdr.h | 130 long baud; /* baud rate of this tty */ member
|
/illumos-gate/usr/src/head/ |
H A D | dial.h | 70 int baud; /* unused */ member
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | dial.h | 68 int baud; /* unused */ member
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 442 int baud, i; in kmdb_parse_mode() local 456 baud = strtol(w, NULL, 10); in kmdb_parse_mode() 459 if (baudmap[i] == baud) { in kmdb_parse_mode()
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 56 extern int baud; /* Output baud rate */
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | rmc_comm.h | 158 int baud; member
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | etc.remote | 39 br baud rate (defaults to 300)
|
/illumos-gate/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()
|