Searched refs:LOCK_MASK (Results 1 – 2 of 2) sorted by relevance
350 sc->sc_state &= ~LOCK_MASK; in kmi_ioctl_locked()379 if (*(int *)arg & ~LOCK_MASK) in kmi_ioctl_locked()398 *(int *)arg = sc->sc_state & LOCK_MASK; in kmi_ioctl_locked()408 if (*(int *)arg & ~LOCK_MASK) { in kmi_ioctl_locked()411 sc->sc_state &= ~LOCK_MASK; in kmi_ioctl_locked()500 sc->sc_state &= LOCK_MASK; /* preserve locking key state */ in kmi_clear_state()
35 #define LOCK_MASK (CLKED | NLKED | SLKED | ALKED) macro