HomeSort by: relevance | last modified time | path
    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