Searched refs:wsmux_do_ioctl (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/wscons/
H A Dwsmux.c115 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,
396 return wsmux_do_ioctl(wsmuxdevs[u]->sc_base.me_dv, cmd, data, flag, l);
403 wsmux_do_ioctl(device_t dv, u_long cmd, void *data, int flag, function
414 DPRINTF(("wsmux_do_ioctl: %s: enter sc=%p, cmd=%08lx\n",
428 DPRINTF(("wsmux_do_ioctl: event ignored\n"));
466 DPRINTF(("wsmux_do_ioctl: detach\n"));
490 DPRINTF(("wsmux_do_ioctl: save rawkbd = %d\n", sc->sc_rawkbd));
551 printf("wsmux_do_ioctl: bad child %p\n", me);
556 DPRINTF(("wsmux_do_ioctl
[all...]

Completed in 74 milliseconds