Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c86 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 Ddelay.c55 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 Dtputs.c79 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 Ddelay.c53 unsigned number, baud; local
59 baud = baudrate();
64 number = (baud/10 * ms)/1000;
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c413 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 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()
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c119 baud = tbuf.c_cflag & CBAUD; in main()
121 baud = B9600; in main()
124 baud = cfgetospeed(&tbufs); in main()
H A Dinit.c65 int baud; /* Output baud rate */ variable
H A Dcmd1.c169 else if (baud < B1200) in screensize()
171 else if (baud == B1200) in screensize()
/illumos-gate/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
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dbaudrate.c53 return ((int) SP->baud); in baudrate()
H A Dnewscreen.c170 SP->baud = baud_convert[_BRS(PROGTTYS)]; in newscreen()
172 SP->baud = baud_convert[_BR(PROGTTY)]; in newscreen()
H A Ddraino.c69 ncneeded = SP->baud * ms / (10 * 1000); in draino()
H A Dcurshdr.h130 long baud; /* baud rate of this tty */ member
/illumos-gate/usr/src/head/
H A Ddial.h70 int baud; /* unused */ member
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.h68 int baud; /* unused */ member
/illumos-gate/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
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h56 extern int baud; /* Output baud rate */
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c442 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/vi/port/
H A Dex.news539 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
614 usually also 16 for a typical 24 line CRT). At 9600 baud the
631 a 23 line window at 1200 baud with
825 easier at 300 baud.
982 as padding at 1200 baud has been improved to output a DEL
983 at 1200 baud or above.
1030 The default window sizes have been changed. At 300 baud the
1033 usually also 16 for a typical 24 line CRT). At 9600 baud the
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm.h158 int baud; member
/illumos-gate/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()
/illumos-gate/usr/src/cmd/tip/
H A Detc.remote39 br baud rate (defaults to 300)
/illumos-gate/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