/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 | pci_passthru.h | 30 void (*deinit)(struct pci_devinst *pi); member
|
H A D | tpm_emul_passthru.c | 104 .deinit = tpm_passthru_deinit,
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | nan_usd.c | 102 static void wpas_nan_usd_start_tx_cb(struct wpa_radio_work *work, int deinit) in wpas_nan_usd_start_tx_cb() argument 107 if (deinit) { in wpas_nan_usd_start_tx_cb() 183 int deinit) in wpas_nan_usd_start_listen_cb() argument 189 if (deinit) { in wpas_nan_usd_start_listen_cb()
|
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()
|
/freebsd/contrib/less/ |
H A D | lsystem.c | 95 deinit(); in lsystem() 96 flush(); /* Make sure the deinit chars get out */ in lsystem() 308 deinit(); in pipe_data()
|
/freebsd/sys/dev/wtap/plugins/ |
H A D | wtap_plugin.h | 42 void (*deinit)(struct wtap_plugin *); member
|
/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 | 134 .deinit = ext_password_file_deinit,
|
H A D | ext_password.c | 70 data->backend->deinit(data->priv); in ext_password_deinit()
|
/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/unbound/services/ |
H A D | modstack.c | 306 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[i]->deinit)); in modstack_call_deinit() 307 (*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_tls.c | 441 eap->deinit = eap_tls_deinit; in eap_peer_tls_register() 468 eap->deinit = eap_tls_deinit; in eap_peer_unauth_tls_register() 496 eap->deinit = eap_tls_deinit; in eap_peer_wfa_unauth_tls_register()
|
H A D | eap_otp.c | 93 eap->deinit = eap_otp_deinit; in eap_peer_otp_register()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap_module.c | 153 plugin->base.deinit = visibility_deinit; in event_handler()
|