Home
last modified time | relevance | path

Searched refs:get_state (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/byacc/
H A Dlr0.c6 static Value_t get_state(int symbol);
118 shiftset[i] = get_state(symbol); in append_states()
160 get_state(int symbol) in get_state() function
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h187 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state()
188 return sm->ctx->get_state(sm->ctx->ctx); in wpa_sm_get_state()
H A Dwpa.h28 enum wpa_states (*get_state)(void *ctx); member
/dragonfly/sys/dev/misc/kbd/
H A Dkbdsw.c248 error = (*kbdsw[kbd->kb_index]->get_state)(kbd, buf, len); in kbd_get_state()
H A Dkbdreg.h198 kbd_get_state_t *get_state; member
H A Datkbd.c257 .get_state = atkbd_get_state,
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dpreauth_test.c233 ctx->get_state = _wpa_supplicant_get_state; in wpa_init_conf()
H A Dibss_rsn.c212 ctx->get_state = supp_get_state; in ibss_rsn_supp_init()
H A Dwpas_glue.c1208 ctx->get_state = _wpa_supplicant_get_state; in wpa_supplicant_init_wpa()
H A Deapol_test.c625 wctx->get_state = eapol_test_get_state; in test_eapol()
/dragonfly/sys/dev/misc/kbdmux/
H A Dkbdmux.c271 .get_state = kbdmux_get_state,
/dragonfly/sys/bus/u4b/input/
H A Dukbd.c2161 .get_state = &ukbd_get_state,