OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifcn
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wscons/
wsdisplay.c
1802
int (*
ifcn
)(int, struct tty *);
local in function:wsdisplay_emulinput
1822
ifcn
= tp->t_linesw->l_rint;
1823
if (
ifcn
== ttyinput)
1824
ifcn
= ttyinput_wlock;
1827
(*
ifcn
)(*data++, tp);
wsdisplay.c
1802
int (*
ifcn
)(int, struct tty *);
local in function:wsdisplay_emulinput
1822
ifcn
= tp->t_linesw->l_rint;
1823
if (
ifcn
== ttyinput)
1824
ifcn
= ttyinput_wlock;
1827
(*
ifcn
)(*data++, tp);
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025