Searched refs:deinit (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/sys/dev/wtap/plugins/
H A Dwtap_plugin.h43 void (*deinit)(struct wtap_plugin *); member in struct:wtap_plugin
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dext_password_i.h17 void (*deinit)(void *ctx); member in struct:ext_password_backend
H A Dext_password_test.c88 .deinit = ext_password_test_deinit,
H A Dext_password.c67 data->backend->deinit(data->priv);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dautoscan.h18 void (*deinit)(void *priv); member in struct:autoscan_ops
H A Dautoscan_periodic.c83 .deinit = autoscan_periodic_deinit,
H A Dbgscan.h20 void (*deinit)(void *priv); member in struct:bgscan_ops
H A Dautoscan_exponential.c102 .deinit = autoscan_exponential_deinit,
H A Dbgscan.c76 wpa_s->bgscan->deinit(wpa_s->bgscan_priv);
H A Dautoscan.c130 wpa_s->autoscan->deinit(wpa_s->autoscan_priv);
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.h79 void (*deinit)(struct module_env*, struct cachedb_env*); member in struct:cachedb_backend
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_otp.c93 eap->deinit = eap_otp_deinit;
H A Deap_md5.c112 eap->deinit = eap_md5_deinit;
H A Deap_gtc.c137 eap->deinit = eap_gtc_deinit;
H A Deap_tls.c432 eap->deinit = eap_tls_deinit;
459 eap->deinit = eap_tls_deinit;
487 eap->deinit = eap_tls_deinit;
H A Deap_vendor_test.c180 eap->deinit = eap_vendor_test_deinit;
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst.c160 if (h->ctrl.deinit)
161 h->ctrl.deinit();
H A Dfst.h163 * deinit - Deinitialize the notification interface
165 void (*deinit)(void); member in struct:fst_ctrl
/freebsd-11-stable/contrib/unbound/services/
H A Dmodstack.c252 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[i]->deinit));
253 (*stack->mod[i]->deinit)(env, i);
/freebsd-11-stable/contrib/less/
H A Dlsystem.c99 deinit();
100 flush(); /* Make sure the deinit chars get out */
324 deinit();
H A Dsignal.c234 deinit();
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c89 hal->plugin->deinit(hal->plugin);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c136 .deinit = wpa_driver_openbsd_deinit,
/freebsd-11-stable/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c53 EXPORT void deinit(struct module_env* env, int id) { function
54 log_info("dynlib: hello world from deinit");
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap_module.c157 plugin->base.deinit = visibility_deinit;

Completed in 227 milliseconds

123