HomeSort by: relevance | last modified time | path
    Searched refs:kstate (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/secmodel/keylock/
secmodel_keylock.c 161 int kstate; local in function:secmodel_keylock_system_cb
163 kstate = keylock_state();
164 if (kstate == KEYLOCK_ABSENT)
166 else if (kstate == KEYLOCK_TAMPER)
174 if (kstate == KEYLOCK_CLOSE)
181 if (kstate == KEYLOCK_CLOSE)
199 if (kstate == KEYLOCK_CLOSE)
206 if (kstate == KEYLOCK_CLOSE)
212 if (kstate == KEYLOCK_CLOSE) {
236 if (kstate == KEYLOCK_CLOSE
269 int result, kstate; local in function:secmodel_keylock_process_cb
328 int result, kstate; local in function:secmodel_keylock_network_cb
375 int result, kstate; local in function:secmodel_keylock_machdep_cb
413 int result, kstate, error; local in function:secmodel_keylock_device_cb
    [all...]
  /src/sys/arch/macppc/dev/
aed.c 57 static void aed_kbdrpt(void *kstate);
335 aed_kbdrpt(void *kstate)
337 struct aed_softc *sc = (struct aed_softc *)kstate;
349 aed_kbdrpt, kstate);
  /src/sys/arch/mac68k/dev/
aed.c 375 aed_kbdrpt(void *kstate)
377 struct aed_softc *sc = (struct aed_softc *)kstate;
389 aed_kbdrpt, kstate);

Completed in 38 milliseconds