OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:switch_cb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wscons/
wsdisplay_vcons.c
79
void (*
switch_cb
)(void *, int, int);
member in struct:vcons_data_private
601
vdp->
switch_cb
(vdp->switch_cb_arg, EIO, 0);
659
if (vdp->
switch_cb
)
660
vdp->
switch_cb
(vdp->switch_cb_arg, 0, 0);
965
vdp->
switch_cb
= cb;
wsdisplay_vcons.c
79
void (*
switch_cb
)(void *, int, int);
member in struct:vcons_data_private
601
vdp->
switch_cb
(vdp->switch_cb_arg, EIO, 0);
659
if (vdp->
switch_cb
)
660
vdp->
switch_cb
(vdp->switch_cb_arg, 0, 0);
965
vdp->
switch_cb
= cb;
Completed in 25 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025