HomeSort by: relevance | last modified time | path
    Searched defs:wsmux_do_ioctl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/wscons/
wsmux.c 115 static int wsmux_do_ioctl(device_t, u_long, void *,int,struct lwp *);
146 wsmux_mux_open, wsmux_mux_close, wsmux_do_ioctl, wsmux_do_displayioctl,
385 return wsmux_do_ioctl(wsmuxdevs[u]->sc_base.me_dv, cmd, data, flag, l);
392 wsmux_do_ioctl(device_t dv, u_long cmd, void *data, int flag, function in typeref:typename:int
403 DPRINTF(("wsmux_do_ioctl: %s: enter sc=%p, cmd=%08lx\n",
417 DPRINTF(("wsmux_do_ioctl: event ignored\n"));
455 DPRINTF(("wsmux_do_ioctl: detach\n"));
479 DPRINTF(("wsmux_do_ioctl: save rawkbd = %d\n", sc->sc_rawkbd));
539 "wsmux_do_ioctl: bad child %p\n", me);
542 DPRINTF(("wsmux_do_ioctl: %s: me=%p dev=%s ==> %d\n"
    [all...]

Completed in 12 milliseconds