HomeSort by: relevance | last modified time | path
    Searched defs:c_ospeed (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/linux32/common/
linux32_termios.h 66 linux32_speed_t c_ospeed; member in struct:linux32_termios
  /src/sys/compat/linux/common/
linux_termios.h 89 linux_speed_t c_ospeed; member in struct:linux_termios
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
    [all...]
  /src/sys/arch/usermode/include/
thunk.h 56 int32_t c_ospeed; member in struct:thunk_termios
  /src/sys/sys/
termios.h 199 int c_ospeed; /* output speed */ member in struct:termios

Completed in 29 milliseconds