Lines Matching defs:sc_state
193 int sc_state; /* shift/lock key state */
1209 * FIXME: set the initial value for lock keys in "sc_state"
1246 ukbd_ioctl(kbd, KDSETLED, (caddr_t)&sc->sc_state);
1762 &sc->sc_state, &sc->sc_accents);
1820 sc->sc_state &= ~LOCK_MASK;
1821 sc->sc_state |= KBD_LED_VAL(kbd);
1848 /* NOTE: lock key state in "sc_state" won't be changed */
1868 *(int *)arg = sc->sc_state & LOCK_MASK;
1881 sc->sc_state &= ~LOCK_MASK;
1882 sc->sc_state |= *(int *)arg;
1981 sc->sc_state &= LOCK_MASK; /* preserve locking key state */