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

  /src/sys/kern/
tty_conf.c 83 static struct linesw termios_disc = { variable in typeref:struct:linesw
117 * Note: We don't bother refcounting termios_disc and ntty_disc; they can't
118 * be removed from the list, and termios_disc is likely to have very many
122 ((disc) == &termios_disc || (disc) == &ntty_disc)
171 if (ttyldisc_attach(&termios_disc) != 0)
172 panic("ttyldisc_init: termios_disc");
358 return (&termios_disc);

Completed in 24 milliseconds