OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sunkbd_disc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/sun/
sunkbd.c
101
struct linesw
sunkbd_disc
= {
variable in typeref:struct:linesw
140
if (ttyldisc_attach(&
sunkbd_disc
) != 0)
141
panic("sunkbd_attach:
sunkbd_disc
");
143
tp->t_linesw = ttyldisc_lookup(
sunkbd_disc
.l_name);
144
KASSERT(tp->t_linesw == &
sunkbd_disc
);
Completed in 10 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025