wskbd.c | 270 static int wskbd_enable(struct wskbd_softc *, int); 808 wskbd_enable(struct wskbd_softc *sc, int on) function in typeref:typename:int 835 DPRINTF(("wskbd_enable: sc=%p on=%d res=%d\n", sc, on, error)); 907 return (wskbd_enable(sc, 1)); 930 (void)wskbd_enable(sc, 0); 944 (void)wskbd_enable(sc, 0); 1333 error = wskbd_enable(sc, displaydv != NULL);
|