Lines Matching refs:baud
251 unsigned com, baud, bits, stop;
274 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop,
284 /* validate baud rate */
285 switch (baud) {
307 (void) snprintf(com_rate, COM_RATE_LEN, "com%d=%u,%u%c%u", com, baud,
380 unsigned baud;
451 if (sscanf(value, "%u,%c%c%c", &baud, &bits, &parity,
462 /* validate baud rate */
463 switch (baud) {
485 (void) snprintf(ser, SER_LEN, "%u,%c,%c,%c,-", baud,