OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_no
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
tty_conf.c
220
if (disc->
l_no
== num) {
271
disc->
l_no
= table[i].num;
276
disc->
l_no
= TTYLDISC_LEGACY_NUMBER_MIN;
279
if (disc->
l_no
== ldisc->
l_no
) {
280
KASSERT(disc->
l_no
< TTYLDISC_LEGACY_NUMBER_MAX);
281
disc->
l_no
++;
tty.c
1184
*(int *)data = tp->t_linesw->
l_no
;
/src/sys/sys/
conf.h
231
int
l_no
; /* legacy discipline number (for TIOCGETD) */
member in struct:linesw
/src/sys/compat/common/
tty_43.c
255
*(int *)data = (tp->t_linesw == NULL || tp->t_linesw->
l_no
== 0)
256
? 2 /* XXX old NTTYDISC */ : tp->t_linesw->
l_no
;
Completed in 15 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025