Searched refs:baud (Results 1 – 12 of 12) sorted by relevance
/external/openssh/ |
D | ttymodes.c | 164 baud_to_speed(int baud) in baud_to_speed() argument 166 switch (baud) { in baud_to_speed() 284 int baud; in tty_make_modes() local 313 baud = speed_to_baud(cfgetospeed(&tio)); in tty_make_modes() 315 buffer_put_int(&buf, baud); in tty_make_modes() 316 baud = speed_to_baud(cfgetispeed(&tio)); in tty_make_modes() 318 buffer_put_int(&buf, baud); in tty_make_modes() 352 int opcode, baud; in tty_parse_modes() local 390 baud = packet_get_int(); in tty_parse_modes() 392 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | sermsdos.py | 100 self.baud = BAUD_RATES[baudrate] 118 self._config(self.portstr, self.baud, self.parity, 127 def _config(self, port, baud, parity, data, stop, retry, argument 130 , " BAUD= ", baud, " PARITY= ", parity 195 , self.baud, self.parity, self.bytesize, self.stop,
|
/external/syslinux/com32/elflink/ldlinux/ |
D | readconfig.c | 1311 uint32_t baud; in parse_config_file() local 1324 baud = DEFAULT_BAUD; in parse_config_file() 1329 baud = atoi(p); in parse_config_file() 1352 if (baud < 75) { in parse_config_file() 1358 baud = BAUD_DIVISOR / baud; in parse_config_file() 1359 baud &= 0xffff; in parse_config_file() 1360 BaudDivisor = baud; in parse_config_file() 1373 outb((baud & 0xff), port); /* write divisor to LS */ in parse_config_file() 1376 outb(((baud & 0xff00) >> 8), port + 1); /* write to MS */ in parse_config_file()
|
/external/syslinux/core/ |
D | config.inc | 25 DEFAULT_BAUD equ 9600 ; Default baud rate for serial port
|
/external/syslinux/com32/gdbstub/ |
D | serial.c | 47 #error Bad ttys0 baud rate
|
/external/syslinux/gpxe/src/core/ |
D | serial.c | 52 #error Bad ttys0 baud rate
|
/external/syslinux/txt/ |
D | syslinux.cfg.txt | 386 'baudrate' is omitted, the baud rate defaults to 9600 bps. The serial
|
/external/syslinux/doc/ |
D | syslinux.txt | 434 (e.g. 0x3F8); if "baudrate" is omitted, the baud rate defaults
|
/external/syslinux/ |
D | NEWS | 653 * Fix parsing of the SERIAL command without a baud rate
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 7062 people who are booting using a 9600 baud console don't get swampped by
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 21049 波特 < baud; 35711 波特 > baud;
|