OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026