HomeSort by: relevance | last modified time | path
    Searched refs:wsmux_detach_sc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/wscons/
wsmuxvar.h 82 void wsmux_detach_sc(struct wsevsrc *);
wsmux.c 218 wsmux_detach_sc(&sc->sc_base);
456 wsmux_detach_sc(me);
715 wsmux_detach_sc(struct wsevsrc *me) function in typeref:typename:void
719 DPRINTF(("wsmux_detach_sc: %s(%p) parent=%p\n",
722 KASSERTMSG(sc != NULL, "wsmux_detach_sc: %s has no parent\n",
733 DPRINTF(("wsmux_detach_sc: close\n"));
741 DPRINTF(("wsmux_detach_sc: done sc=%p\n", sc));
wsbell.c 274 wsmux_detach_sc(&sc->sc_base);
wskbd.c 619 wsmux_detach_sc(&sc->sc_base);
881 wsmux_detach_sc(&sc->sc_base);
wsmouse.c 330 wsmux_detach_sc(&sc->sc_base);

Completed in 14 milliseconds