Home | History | Annotate | Download | only in common

Lines Matching defs:c_ospeed

89 	linux_speed_t	c_ospeed;
262 bts->c_ispeed = bts->c_ospeed = linux_speeds[index];
344 if (bts->c_ospeed == linux_speeds[i]) {
436 bts->c_ispeed = bts->c_ospeed = linux_speeds[index];
438 * A null c_ospeed causes NetBSD to hangup the terminal.
439 * Linux does not do this, and it sets c_ospeed to zero
442 if (bts->c_ospeed == 0)
443 bts->c_ospeed = -1;
536 if (bts->c_ospeed == linux_speeds[i]) {
542 * A null c_ospeed causes NetBSD to hangup the terminal.
543 * Linux does not do this, and it sets c_ospeed to zero
546 if (bts->c_ospeed == -1)
547 bts->c_ospeed = 0;