Lines Matching full:baud
579 * baud rate. This string indicates the user's actual speed.
602 char c, baud[20]; in portselector() local
608 for (len = 0; len < sizeof (baud) - 1; len++) { in portselector()
616 baud[len] = c; in portselector()
618 baud[len] = '\0'; in portselector()
620 if (strcmp(ps->ps_baud, baud) == 0) { in portselector()
629 * This auto-baud speed select mechanism is written for the Micom 600
639 const char *type = "9600-baud"; in autobaud()
654 case 0200: /* 300-baud */ in autobaud()
655 type = "300-baud"; in autobaud()
658 case 0346: /* 1200-baud */ in autobaud()
659 type = "1200-baud"; in autobaud()
662 case 015: /* 2400-baud */ in autobaud()
664 type = "2400-baud"; in autobaud()
667 default: /* 4800-baud */ in autobaud()
668 type = "4800-baud"; in autobaud()
671 case 0377: /* 9600-baud */ in autobaud()
672 type = "9600-baud"; in autobaud()