Lines Matching defs:other
30 * documentation and/or other materials provided with the distribution.
70 * documentation and/or other materials provided with the distribution.
426 /* set FIFO threshold at 6 for other
549 scniter(int *index, int wanted, int *counter, int *mode, struct chan *other,
567 * yet set, or other channel's rates are available in both
572 (other != NULL && (tp->mode & MR0_MODE) == (*mode & MR0_MODE) &&
573 bothgroups[other->icode] && bothgroups[other->ocode])) {
610 int other; /* opposite of chan */
615 struct chan *ocp; /* other duart channel */
616 struct tty *otp; /* other channel tty struct */
625 other = chan ^ 1;
627 ocp = &dp->chan[other];
638 * 9600 and other channel is closed setting 19200 will pick
642 * When other channel is open might want to prefer
648 * Other channel open;
657 /* NOTE: pass other chan pointer to allow group flipping */
677 /* other channel closed */
678 int oo, oi; /* other input, output iterators */
679 int oic, ooc; /* other input, output codes */
682 * Here when other channel closed. Finds first
683 * combination that will allow other channel to be opened
714 dp->chan[other].icode = oic;
715 dp->chan[other].ocode = ooc;
995 * any other baud.