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

/netbsd-current/sys/dev/wscons/
H A Dwskbd.c205 int sc_maplen; /* number of entries in sc_map */ member in struct:wskbd_softc
461 &sc->sc_map, &sc->sc_maplen) != 0)
1185 &sc->sc_map, &sc->sc_maplen);
1197 if (umdp->maplen > sc->sc_maplen)
1198 umdp->maplen = sc->sc_maplen;
1222 &sc->sc_maplen);
1711 if (value < 0 || value >= sc->sc_maplen) {

Completed in 140 milliseconds