| /freebsd/usr.sbin/bhyve/ |
| H A D | tpm_device.c | 114 if (dev->ppi != NULL && dev->ppi->deinit != NULL) in tpm_device_destroy() 115 dev->ppi->deinit(dev->ppi_sc); in tpm_device_destroy() 116 if (dev->intf != NULL && dev->intf->deinit != NULL) in tpm_device_destroy() 117 dev->intf->deinit(dev->intf_sc); in tpm_device_destroy() 118 if (dev->emul != NULL && dev->emul->deinit != NULL) in tpm_device_destroy() 119 dev->emul->deinit(dev->emul_sc); in tpm_device_destroy()
|
| H A D | tpm_ppi.h | 16 void (*deinit)(void *sc); member
|
| H A D | tpm_emul.h | 20 void (*deinit)(void *sc); member
|
| H A D | tpm_intf.h | 37 void (*deinit)(void *sc); member
|
| H A D | tpm_emul_passthru.c | 104 .deinit = tpm_passthru_deinit,
|
| H A D | pci_passthru.h | 30 void (*deinit)(struct pci_devinst *pi); member
|
| /freebsd/sys/dev/wtap/plugins/ |
| H A D | wtap_plugin.h | 42 void (*deinit)(struct wtap_plugin *); member
|
| /freebsd/contrib/wpa/src/fst/ |
| H A D | fst.c | 160 if (h->ctrl.deinit) in fst_global_del_ctrl() 161 h->ctrl.deinit(); in fst_global_del_ctrl()
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | ext_password_i.h | 17 void (*deinit)(void *ctx); member
|
| H A D | ext_password_test.c | 88 .deinit = ext_password_test_deinit,
|
| H A D | ext_password_file.c | 147 .deinit = ext_password_file_deinit,
|
| H A D | ext_password.c | 70 data->backend->deinit(data->priv); in ext_password_deinit()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | autoscan.h | 18 void (*deinit)(void *priv); member
|
| H A D | autoscan_periodic.c | 83 .deinit = autoscan_periodic_deinit,
|
| H A D | bgscan.h | 20 void (*deinit)(void *priv); member
|
| H A D | autoscan_exponential.c | 102 .deinit = autoscan_exponential_deinit,
|
| H A D | wpa_priv.c | 63 if (iface->driver->deinit) in wpa_priv_cmd_register() 64 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_register() 124 if (iface->driver->deinit) in wpa_priv_cmd_unregister() 125 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_unregister() 725 if (iface->driver->deinit) in wpa_priv_interface_deinit() 726 iface->driver->deinit(iface->drv_priv); in wpa_priv_interface_deinit()
|
| H A D | bgscan.c | 76 wpa_s->bgscan->deinit(wpa_s->bgscan_priv); in bgscan_deinit()
|
| /freebsd/contrib/unbound/services/ |
| H A D | modstack.c | 309 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[i]->deinit)); in modstack_call_deinit() 310 (*stack->mod[i]->deinit)(env, i); in modstack_call_deinit()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_none.c | 76 .deinit = none_driver_deinit,
|
| /freebsd/contrib/unbound/cachedb/ |
| H A D | cachedb.h | 80 void (*deinit)(struct module_env*, struct cachedb_env*); member
|
| /freebsd/contrib/wpa/src/eap_peer/ |
| H A D | eap_otp.c | 93 eap->deinit = eap_otp_deinit; in eap_peer_otp_register()
|
| H A D | eap_md5.c | 112 eap->deinit = eap_md5_deinit; in eap_peer_md5_register()
|
| /freebsd/sys/dev/wtap/ |
| H A D | if_wtap_module.c | 120 plugin->base.deinit = visibility_deinit; in event_handler()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | initthread.c | 289 goto deinit; in ossl_thread_event_ctx_new() 312 deinit: in ossl_thread_event_ctx_new()
|