OPEN
case OPEN:
{ "open", OPEN, VERB, NULL },
{ "unlock", OPEN, VERB, NULL },
if (sc->sc_state & OPEN) {
sc->sc_state = OPEN;
sc->sc_state = OPEN;
sc->sc_state &= ~OPEN;
(sc->sc_state & OPEN))
if (state->ks_flags & OPEN) {
state->ks_flags |= OPEN;
state->ks_flags &= ~OPEN;
STATUS(status, OPEN),