Searched refs:get_state (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_munin_ | 135 get_state ( ) { function 238 get_state 426 get_state
|
/freebsd/contrib/byacc/ |
H A D | lr0.c | 6 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
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | Makefile | 16 get_state \
|
/freebsd/sys/dev/kbd/ |
H A D | kbdreg.h | 94 kbd_get_state_t *get_state; member 297 return ((*kbd->kb_drv->kbdsw->get_state)(kbd, buf, len)); in kbdd_get_state()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 243 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state() 244 return sm->ctx->get_state(sm->ctx->ctx); in wpa_sm_get_state()
|
H A D | wpa.h | 30 enum wpa_states (*get_state)(void *ctx); member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | preauth_test.c | 241 ctx->get_state = _wpa_supplicant_get_state; in wpa_init_conf()
|
H A D | ibss_rsn.c | 226 ctx->get_state = supp_get_state; in ibss_rsn_supp_init()
|
H A D | eapol_test.c | 629 wctx->get_state = eapol_test_get_state; in test_eapol()
|
H A D | wpas_glue.c | 1453 ctx->get_state = _wpa_supplicant_get_state; in wpa_supplicant_init_wpa()
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_kbd.c | 733 .get_state = hvkbd_get_state, /* not used */
|
/freebsd/sys/dev/adb/ |
H A D | adb_kbd.c | 209 .get_state = akbd_get_state,
|
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys.c | 1020 .get_state = &gpiokeys_get_state,
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 1041 goto get_state; in nat64lsn_alloc_host() 1088 get_state: in nat64lsn_alloc_host()
|
/freebsd/sys/dev/kbdmux/ |
H A D | kbdmux.c | 345 .get_state = kbdmux_get_state,
|
/freebsd/sys/dev/vkbd/ |
H A D | vkbd.c | 581 .get_state = vkbd_get_state,
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbd.c | 253 .get_state = atkbd_get_state,
|
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 1985 .get_state = &hkbd_get_state,
|
/freebsd/sys/dev/usb/input/ |
H A D | ukbd.c | 2214 .get_state = &ukbd_get_state,
|