Symbol: destroy
crypto/heimdal/lib/gssapi/krb5/store_cred.c
50
int destroy = 0;
crypto/heimdal/lib/gssapi/krb5/store_cred.c
91
destroy = 1;
crypto/heimdal/lib/gssapi/krb5/store_cred.c
98
if (destroy)
crypto/heimdal/lib/gssapi/ntlm/kdc.c
106
*destroy = 1;
crypto/heimdal/lib/gssapi/ntlm/kdc.c
137
if (*destroy)
crypto/heimdal/lib/gssapi/ntlm/kdc.c
176
ret = get_ccache(c->context, &c->destroy, &c->id);
crypto/heimdal/lib/gssapi/ntlm/kdc.c
225
if (c->destroy)
crypto/heimdal/lib/gssapi/ntlm/kdc.c
48
int destroy;
crypto/heimdal/lib/gssapi/ntlm/kdc.c
62
get_ccache(krb5_context context, int *destroy, krb5_ccache *id)
crypto/heimdal/lib/kadm5/ad.c
1340
SET(c, destroy);
crypto/heimdal/lib/kadm5/common_glue.c
77
return __CALL(destroy, (server_handle));
crypto/heimdal/lib/kadm5/context_s.c
46
SET(c, destroy);
crypto/heimdal/lib/kadm5/init_c.c
56
SET(c, destroy);
crypto/heimdal/lib/kadm5/private.h
44
kadm5_ret_t (*destroy) (void*);
crypto/heimdal/lib/krb5/acache.c
665
error = (*a->ccache->func->destroy)(a->ccache);
crypto/heimdal/lib/krb5/cache.c
649
ret = (*id->ops->destroy)(context, id);
crypto/heimdal/lib/krb5/keytab.c
505
ret = (*id->destroy)(context, id);
crypto/heimdal/lib/krb5/krb5.h
479
krb5_error_code (KRB5_CALLCONV * destroy)(krb5_context, krb5_ccache);
crypto/heimdal/lib/krb5/krb5.h
575
krb5_error_code (KRB5_CALLCONV * destroy)(krb5_context, krb5_keytab);
crypto/heimdal/lib/krb5/krb5_ccapi.h
184
cc_int32 (*destroy)(cc_ccache_t);
crypto/heimdal/lib/krb5/test_cc.c
375
test_cache_iter(krb5_context context, const char *type, int destroy)
crypto/heimdal/lib/krb5/test_cc.c
404
if (destroy)
crypto/krb5/src/include/CredentialsCache.h
1433
((ccache) -> functions -> destroy (ccache))
crypto/krb5/src/include/CredentialsCache.h
934
cc_int32 (*destroy) (cc_ccache_t io_ccache);
crypto/krb5/src/include/kdb.h
1002
krb5_error_code (*destroy)(krb5_context kcontext, char *conf_section,
crypto/krb5/src/lib/kdb/kdb5.c
296
out->destroy = in->destroy;
crypto/krb5/src/lib/kdb/kdb5.c
748
if (v->destroy == NULL)
crypto/krb5/src/lib/kdb/kdb5.c
753
status = v->destroy(kcontext, section, db_args);
crypto/krb5/src/lib/krb5/ccache/cc-int.h
190
krb5_error_code (KRB5_CALLCONV *destroy)(krb5_context, krb5_ccache);
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
424
krb5_fcc_ops.destroy(context, fcc);
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
445
ret = krb5_fcc_ops.destroy(context, data->fcc);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
70
return cache->ops->destroy(context, cache);
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
1131
.destroy = klmdb_destroy,
crypto/krb5/src/windows/leash/LeashView.cpp
788
BOOL destroy = FALSE;
crypto/krb5/src/windows/leash/LeashView.cpp
793
destroy = TRUE;
crypto/krb5/src/windows/leash/LeashView.cpp
799
if (destroy)
crypto/openssl/crypto/bio/bio_lib.c
140
if ((a->method != NULL) && (a->method->destroy != NULL))
crypto/openssl/crypto/bio/bio_lib.c
141
a->method->destroy(a);
crypto/openssl/crypto/bio/bio_meth.c
213
return biom->destroy;
crypto/openssl/crypto/bio/bio_meth.c
217
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *))
crypto/openssl/crypto/bio/bio_meth.c
219
biom->destroy = destroy;
crypto/openssl/crypto/conf/conf_lib.c
208
conf->meth->destroy(conf);
crypto/openssl/crypto/engine/eng_lib.c
225
e->destroy = destroy_f;
crypto/openssl/crypto/engine/eng_lib.c
271
return e->destroy;
crypto/openssl/crypto/engine/eng_lib.c
66
e->destroy = NULL;
crypto/openssl/crypto/engine/eng_lib.c
95
if (e->destroy)
crypto/openssl/crypto/engine/eng_lib.c
96
e->destroy(e);
crypto/openssl/crypto/engine/eng_list.c
396
dest->destroy = src->destroy;
crypto/openssl/crypto/engine/eng_local.h
127
ENGINE_GEN_INT_FUNC_PTR destroy;
crypto/openssl/include/internal/bio.h
28
int (*destroy)(BIO *);
crypto/openssl/include/openssl/bio.h
998
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
crypto/openssl/include/openssl/conftypes.h
25
int (*destroy)(CONF *conf);
include/malloc_np.h
64
extent_destroy_t *destroy;
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
387
extent_destroy_t *destroy;
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
70
extent_destroy_t *destroy;
sbin/bectl/bectl.c
393
goto destroy;
sbin/bectl/bectl.c
395
goto destroy;
sbin/bectl/bectl.c
398
goto destroy;
sbin/bectl/bectl.c
407
destroy:
sys/amd64/vmm/vmm.c
208
vcpu_cleanup(struct vcpu *vcpu, bool destroy)
sys/amd64/vmm/vmm.c
213
if (destroy) {
sys/amd64/vmm/vmm.c
399
vm_cleanup(struct vm *vm, bool destroy)
sys/amd64/vmm/vmm.c
401
if (destroy)
sys/amd64/vmm/vmm.c
411
if (destroy)
sys/amd64/vmm/vmm.c
423
vcpu_cleanup(vm->vcpu[i], destroy);
sys/amd64/vmm/vmm.c
430
if (destroy) {
sys/arm/nvidia/drm2/tegra_dc.c
1087
.destroy = dc_destroy,
sys/arm/nvidia/drm2/tegra_dc.c
587
.destroy = dc_plane_destroy,
sys/arm/nvidia/drm2/tegra_dc.c
923
sc->event->base.destroy(&sc->event->base);
sys/arm/nvidia/drm2/tegra_fb.c
82
.destroy = fb_destroy,
sys/arm/nvidia/drm2/tegra_hdmi.c
919
.destroy = drm_connector_cleanup,
sys/arm/nvidia/drm2/tegra_hdmi.c
923
.destroy = drm_encoder_cleanup,
sys/arm64/vmm/vmm.c
177
vcpu_cleanup(struct vcpu *vcpu, bool destroy)
sys/arm64/vmm/vmm.c
181
if (destroy) {
sys/arm64/vmm/vmm.c
351
vm_cleanup(struct vm *vm, bool destroy)
sys/arm64/vmm/vmm.c
356
if (destroy) {
sys/arm64/vmm/vmm.c
373
vcpu_cleanup(vm->vcpu[i], destroy);
sys/arm64/vmm/vmm.c
379
if (destroy) {
sys/dev/bxe/ecore_hsi.h
8454
struct fcoe_kwqe_destroy destroy;
sys/dev/drm2/drmP.h
396
void (*destroy)(struct drm_pending_event *event);
sys/dev/drm2/drm_crtc.c
1065
encoder->funcs->destroy(encoder);
sys/dev/drm2/drm_crtc.c
1070
connector->funcs->destroy(connector);
sys/dev/drm2/drm_crtc.c
1089
plane->funcs->destroy(plane);
sys/dev/drm2/drm_crtc.c
1093
crtc->funcs->destroy(crtc);
sys/dev/drm2/drm_crtc.c
301
fb->funcs->destroy(fb);
sys/dev/drm2/drm_crtc.c
3603
e->base.destroy =
sys/dev/drm2/drm_crtc.h
218
void (*destroy)(struct drm_framebuffer *framebuffer);
sys/dev/drm2/drm_crtc.h
338
void (*destroy)(struct drm_crtc *crtc);
sys/dev/drm2/drm_crtc.h
455
void (*destroy)(struct drm_connector *connector);
sys/dev/drm2/drm_crtc.h
468
void (*destroy)(struct drm_encoder *encoder);
sys/dev/drm2/drm_crtc.h
626
void (*destroy)(struct drm_plane *plane);
sys/dev/drm2/drm_fops.c
309
v->base.destroy(&v->base);
sys/dev/drm2/drm_fops.c
314
e->destroy(e);
sys/dev/drm2/drm_fops.c
523
e->destroy(e);
sys/dev/drm2/drm_irq.c
1129
e->base.destroy = drm_vblank_event_destroy;
sys/dev/drm2/ttm/ttm_agp_backend.c
94
.destroy = ttm_agp_destroy,
sys/dev/drm2/ttm/ttm_bo.c
1225
void (*destroy) (struct ttm_buffer_object *))
sys/dev/drm2/ttm/ttm_bo.c
1234
if (destroy)
sys/dev/drm2/ttm/ttm_bo.c
1235
(*destroy)(bo);
sys/dev/drm2/ttm/ttm_bo.c
1244
if (destroy)
sys/dev/drm2/ttm/ttm_bo.c
1245
(*destroy)(bo);
sys/dev/drm2/ttm/ttm_bo.c
125
if (bo->destroy)
sys/dev/drm2/ttm/ttm_bo.c
1251
bo->destroy = destroy;
sys/dev/drm2/ttm/ttm_bo.c
126
bo->destroy(bo);
sys/dev/drm2/ttm/ttm_bo_api.h
194
void (*destroy) (struct ttm_buffer_object *);
sys/dev/drm2/ttm/ttm_bo_api.h
501
void (*destroy) (struct ttm_buffer_object *));
sys/dev/drm2/ttm/ttm_bo_driver.h
74
void (*destroy) (struct ttm_tt *ttm);
sys/dev/drm2/ttm/ttm_bo_util.c
430
fbo->destroy = &ttm_transfered_destroy;
sys/dev/drm2/ttm/ttm_tt.c
178
ttm->func->destroy(ttm);
sys/dev/iser/iser_verbs.c
565
bool destroy)
sys/dev/iser/iser_verbs.c
581
if (destroy) {
sys/dev/iser/iser_verbs.c
795
iser_cleanup_handler(struct rdma_cm_id *cma_id, bool destroy)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c
69
if (context->client->destroy)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c
70
context->client->destroy(fdev);
sys/dev/mlx5/mlx5_fpga/sdk.h
87
void (*destroy)(struct mlx5_fpga_device *fdev);
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_main.c
55
.destroy = mlx5_fpga_tools_destroy,
sys/dev/ocs_fc/sli4.c
4904
sli4_destroy_q_fn_t destroy = NULL;
sys/dev/ocs_fc/sli4.c
4915
destroy = sli_cmd_common_destroy_eq;
sys/dev/ocs_fc/sli4.c
4918
destroy = sli_cmd_common_destroy_cq;
sys/dev/ocs_fc/sli4.c
4921
destroy = sli_cmd_common_destroy_mq;
sys/dev/ocs_fc/sli4.c
4925
destroy = sli_cmd_fcoe_wq_destroy;
sys/dev/ocs_fc/sli4.c
4934
destroy = sli_cmd_fcoe_rq_destroy;
sys/dev/ocs_fc/sli4.c
4953
destroy = NULL;
sys/dev/ocs_fc/sli4.c
4957
if (destroy && destroy(sli4, sli4->bmbx.virt, SLI4_BMBX_SIZE, q->id)) {
sys/dev/sound/pci/envy24.c
2614
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24.c
2616
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24.c
2618
sc->cfg->codec->destroy(sc->dac[i]);
sys/dev/sound/pci/envy24.c
2652
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24.c
2654
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24.c
2656
sc->cfg->codec->destroy(sc->dac[i]);
sys/dev/sound/pci/envy24.c
98
void (*destroy)(void *codec);
sys/dev/sound/pci/envy24ht.c
107
void (*destroy)(void *codec);
sys/dev/sound/pci/envy24ht.c
2514
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24ht.c
2516
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24ht.c
2518
sc->cfg->codec->destroy(sc->dac[i]);
sys/dev/sound/pci/envy24ht.c
2548
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24ht.c
2550
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24ht.c
2552
sc->cfg->codec->destroy(sc->dac[i]);
sys/dev/ufshci/ufshci_private.h
122
void (*destroy)(struct ufshci_controller *ctrlr,
sys/dev/ufshci/ufshci_req_queue.c
117
ctrlr->transfer_req_queue.qops.destroy(ctrlr,
sys/dev/ufshci/ufshci_req_queue.c
24
.destroy = ufshci_req_sdb_destroy,
sys/dev/ufshci/ufshci_req_queue.c
39
.destroy = ufshci_req_sdb_destroy,
sys/dev/ufshci/ufshci_req_queue.c
75
ctrlr->task_mgmt_req_queue.qops.destroy(ctrlr,
sys/dev/vmm/vmm_dev.c
955
SYSCTL_PROC(_hw_vmm, OID_AUTO, destroy,
sys/dev/vmware/vmci/vmci_doorbell.c
557
goto destroy;
sys/dev/vmware/vmci/vmci_doorbell.c
574
destroy:
sys/fs/pseudofs/pseudofs.c
240
pfs_destroy_t destroy, int flags)
sys/fs/pseudofs/pseudofs.c
255
pn->pn_destroy = destroy;
sys/fs/pseudofs/pseudofs.c
276
pfs_vis_t vis, pfs_destroy_t destroy, int flags)
sys/fs/pseudofs/pseudofs.c
290
pn->pn_destroy = destroy;
sys/fs/pseudofs/pseudofs.c
308
pfs_vis_t vis, pfs_destroy_t destroy, int flags)
sys/fs/pseudofs/pseudofs.c
322
pn->pn_destroy = destroy;
sys/fs/pseudofs/pseudofs.h
260
pfs_vis_t vis, pfs_destroy_t destroy,
sys/fs/pseudofs/pseudofs.h
265
pfs_destroy_t destroy, int flags);
sys/fs/pseudofs/pseudofs.h
269
pfs_destroy_t destroy, int flags);
sys/geom/geom_vfs.c
103
int destroy;
sys/geom/geom_vfs.c
172
destroy = ((--sc->sc_active) == 0 && sc->sc_orphaned);
sys/geom/geom_vfs.c
173
if (destroy) {
sys/geom/geom_vfs.c
179
if (destroy)
sys/geom/geom_vfs.c
237
int destroy;
sys/geom/geom_vfs.c
250
destroy = (sc->sc_active == 0);
sys/geom/geom_vfs.c
251
if (!destroy) {
sys/geom/geom_vfs.c
256
if (destroy) {
sys/geom/multipath/g_multipath.c
1395
goto destroy;
sys/geom/multipath/g_multipath.c
1408
destroy:
sys/kern/kern_racct.c
122
SDT_PROBE_DEFINE1(racct, , racct, destroy,
sys/kern/kern_racct.c
260
SDT_PROBE1(racct, , racct, destroy, racctp);
sys/net/if_clone.c
595
ifc_create_t create, ifc_destroy_t destroy)
sys/net/if_clone.c
603
ifc->ifca_destroy = destroy;
sys/net/if_clone.c
638
if_clone_simple(const char *name, ifcs_create_t create, ifcs_destroy_t destroy,
sys/net/if_clone.c
649
ifc->ifcs_destroy = destroy;
sys/net/if_geneve.c
847
int destroy;
sys/net/if_geneve.c
850
destroy = GENEVE_SO_RELEASE(gnvso);
sys/net/if_geneve.c
851
if (destroy != 0)
sys/net/if_geneve.c
855
if (destroy != 0)
sys/net/if_vxlan.c
947
int destroy;
sys/net/if_vxlan.c
950
destroy = VXLAN_SO_RELEASE(vso);
sys/net/if_vxlan.c
951
if (destroy != 0)
sys/net/if_vxlan.c
955
if (destroy != 0)
sys/netpfil/ipfw/dn_sched.h
130
int (*destroy)(struct dn_schk*);
sys/netpfil/ipfw/dn_sched_fifo.c
119
_SI( .destroy = ) NULL,
sys/netpfil/ipfw/dn_sched_fq_codel.c
604
_SI( .destroy = ) NULL, /*sched x delete */
sys/netpfil/ipfw/dn_sched_fq_pie.c
1226
_SI( .destroy = ) NULL, /*sched x delete */
sys/netpfil/ipfw/dn_sched_prio.c
223
_SI( .destroy = ) NULL,
sys/netpfil/ipfw/dn_sched_qfq.c
838
_SI( .destroy = ) NULL,
sys/netpfil/ipfw/dn_sched_rr.c
311
_SI( .destroy = ) NULL,
sys/netpfil/ipfw/dn_sched_wf2q.c
368
_SI( .destroy = ) NULL,
sys/netpfil/ipfw/ip_dummynet.c
926
if (s->fp->destroy)
sys/netpfil/ipfw/ip_dummynet.c
927
s->fp->destroy(s);
sys/netpfil/ipfw/ip_fw_iface.c
176
int destroy;
sys/netpfil/ipfw/ip_fw_iface.c
178
destroy = 0;
sys/netpfil/ipfw/ip_fw_iface.c
181
destroy = 1;
sys/netpfil/ipfw/ip_fw_iface.c
185
if (destroy == 0)
sys/netpfil/ipfw/ip_fw_table.c
1015
ta->destroy(astate_old, &ti_old);
sys/netpfil/ipfw/ip_fw_table.c
2666
tc->ta->destroy(tc->astate, &tc->ti_copy);
sys/netpfil/ipfw/ip_fw_table.h
145
ta_destroy *destroy;
sys/netpfil/ipfw/ip_fw_table_algo.c
1873
.destroy = ta_destroy_chash,
sys/netpfil/ipfw/ip_fw_table_algo.c
2597
.destroy = ta_destroy_ifidx,
sys/netpfil/ipfw/ip_fw_table_algo.c
3025
.destroy = ta_destroy_numarray,
sys/netpfil/ipfw/ip_fw_table_algo.c
3749
.destroy = ta_destroy_fhash,
sys/netpfil/ipfw/ip_fw_table_algo.c
4012
.destroy = ta_destroy_kfib,
sys/netpfil/ipfw/ip_fw_table_algo.c
4329
.destroy = ta_destroy_mac_radix,
sys/netpfil/ipfw/ip_fw_table_algo.c
887
.destroy = ta_destroy_addr_radix,
sys/ofed/drivers/infiniband/core/ib_cm.c
1958
goto destroy;
sys/ofed/drivers/infiniband/core/ib_cm.c
1963
goto destroy;
sys/ofed/drivers/infiniband/core/ib_cm.c
2059
destroy:
sys/ofed/drivers/infiniband/core/ib_cma.c
2696
int destroy = 0;
sys/ofed/drivers/infiniband/core/ib_cma.c
2704
destroy = 1;
sys/ofed/drivers/infiniband/core/ib_cma.c
2709
if (destroy)
sys/riscv/vmm/vmm.c
234
vm_cleanup(struct vm *vm, bool destroy)
sys/riscv/vmm/vmm.c
238
if (destroy)
sys/riscv/vmm/vmm.c
247
vcpu_cleanup(vm->vcpu[i], destroy);
sys/riscv/vmm/vmm.c
253
if (destroy) {
sys/riscv/vmm/vmm.c
91
vcpu_cleanup(struct vcpu *vcpu, bool destroy)
sys/riscv/vmm/vmm.c
95
if (destroy) {
sys/security/mac_portacl/mac_portacl.c
483
.mpo_destroy = destroy,
sys/sys/socketvar.h
426
#define ACCEPT_FILTER_DEFINE(modname, filtname, cb, create, destroy, ver) \
sys/sys/socketvar.h
431
.accf_destroy = destroy, \
sys/vm/swap_pager.c
3238
int destroy;
sys/vm/swap_pager.c
3253
destroy = ((sp != NULL) && (cp->index == 0));
sys/vm/swap_pager.c
3254
if (destroy)
sys/vm/swap_pager.c
3257
if (destroy)
tests/sys/fs/fusefs/dev_fuse_poll.cc
92
TEST_P(DevFusePoll, destroy)
usr.sbin/bhyvectl/bhyvectl.c
132
{ "destroy", NO_ARG, &destroy, 1 },
usr.sbin/bhyvectl/bhyvectl.c
409
action_opts = create + destroy + force_reset + force_poweroff;
usr.sbin/bhyvectl/bhyvectl.c
555
if (!error && destroy)
usr.sbin/bhyvectl/bhyvectl.c
69
static int create, destroy, get_memmap, get_memseg;
usr.sbin/ppp/physical.c
370
if (p->handler && p->handler->destroy)
usr.sbin/ppp/physical.c
371
(*p->handler->destroy)(p);
usr.sbin/ppp/physical.h
68
void (*destroy)(struct physical *);