crypto/libressl/crypto/asn1/bio_asn1.c
138
.destroy = asn1_bio_free,
crypto/libressl/crypto/bio/bf_buff.c
87
.destroy = buffer_free,
crypto/libressl/crypto/bio/bf_nbio.c
94
.destroy = nbiof_free,
crypto/libressl/crypto/bio/bio_lib.c
199
if (a->method != NULL && a->method->destroy != NULL)
crypto/libressl/crypto/bio/bio_lib.c
200
a->method->destroy(a);
crypto/libressl/crypto/bio/bio_local.h
73
int (*destroy)(BIO *);
crypto/libressl/crypto/bio/bio_meth.c
125
return biom->destroy;
crypto/libressl/crypto/bio/bio_meth.c
129
BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *))
crypto/libressl/crypto/bio/bio_meth.c
131
biom->destroy = destroy;
crypto/libressl/crypto/bio/bss_acpt.c
113
.destroy = acpt_free
crypto/libressl/crypto/bio/bss_conn.c
119
.destroy = conn_free,
crypto/libressl/crypto/bio/bss_dgram.c
99
.destroy = dgram_free
crypto/libressl/crypto/bio/bss_fd.c
88
.destroy = fd_free
crypto/libressl/crypto/bio/bss_file.c
112
.destroy = file_free
crypto/libressl/crypto/bio/bss_mem.c
107
.destroy = mem_free
crypto/libressl/crypto/bio/bss_null.c
84
.destroy = null_free
crypto/libressl/crypto/bio/bss_sock.c
86
.destroy = sock_free
crypto/libressl/crypto/conf/conf_def.c
98
.destroy = def_destroy,
crypto/libressl/crypto/conf/conf_lib.c
244
conf->meth->destroy(conf);
crypto/libressl/crypto/engine/eng_int.h
174
ENGINE_GEN_INT_FUNC_PTR destroy;
crypto/libressl/crypto/engine/eng_lib.c
103
e->destroy = NULL;
crypto/libressl/crypto/engine/eng_lib.c
133
if (e->destroy)
crypto/libressl/crypto/engine/eng_lib.c
134
e->destroy(e);
crypto/libressl/crypto/engine/eng_lib.c
269
e->destroy = destroy_f;
crypto/libressl/crypto/engine/eng_lib.c
323
return e->destroy;
crypto/libressl/crypto/engine/eng_list.c
327
dest->destroy = src->destroy;
crypto/libressl/crypto/evp/bio_b64.c
105
.destroy = b64_free,
crypto/libressl/crypto/evp/bio_enc.c
100
.destroy = enc_free,
crypto/libressl/crypto/evp/bio_md.c
88
.destroy = md_free,
crypto/libressl/include/openssl/bio.h
307
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
crypto/libressl/include/openssl/conf.h
92
int (*destroy)(CONF *conf);
crypto/libressl/ssl/bio_ssl.c
97
.destroy = ssl_free,
games/adventure/extern.h
94
void destroy(int);
games/adventure/main.c
343
l8142: destroy(food);
games/adventure/subr.c
1009
destroy(bear);
games/adventure/subr.c
1046
destroy(i);
games/adventure/subr.c
647
destroy(snake);
games/adventure/subr.c
652
destroy(coins);
games/adventure/subr.c
659
destroy(bird);
games/adventure/subr.c
705
destroy(clam);
games/adventure/subr.c
802
destroy(bird);
games/adventure/subr.c
927
destroy(bird);
games/adventure/subr.c
946
destroy(food);
games/bs/bs.c
109
{ destroy, 0, 'D', 3, 0, 0, E, FALSE},
games/bs/bs.c
118
{ destroy, 0, 'D', 3, 0, 0, E, FALSE},
games/bs/bs.c
79
static char destroy[] = "Destroyer";
sbin/gpt/create.c
346
destroy(fd, true);
sbin/gpt/destroy.c
109
destroy(fd, false);
sbin/gpt/gpt.h
78
void destroy(int fd, bool quiet);
sbin/hammer2/cmd_destroy.c
107
bzero(&destroy, sizeof(destroy));
sbin/hammer2/cmd_destroy.c
108
destroy.cmd = HAMMER2_DELETE_INUM;
sbin/hammer2/cmd_destroy.c
109
destroy.inum = strtoul(av[i], NULL, 0);
sbin/hammer2/cmd_destroy.c
110
printf("%16jd ", (intmax_t)destroy.inum);
sbin/hammer2/cmd_destroy.c
111
if (ioctl(fd, HAMMER2IOC_DESTROY, &destroy) < 0) {
sbin/hammer2/cmd_destroy.c
39
hammer2_ioc_destroy_t destroy;
sbin/hammer2/cmd_destroy.c
46
bzero(&destroy, sizeof(destroy));
sbin/hammer2/cmd_destroy.c
47
destroy.cmd = HAMMER2_DELETE_FILE;
sbin/hammer2/cmd_destroy.c
52
snprintf(destroy.path, sizeof(destroy.path),
sbin/hammer2/cmd_destroy.c
54
if (ioctl(fd, HAMMER2IOC_DESTROY, &destroy) < 0) {
sbin/hammer2/cmd_destroy.c
96
hammer2_ioc_destroy_t destroy;
sys/dev/disk/dm/crypt/dm_target_crypt.c
1081
dmt->destroy = &dm_target_crypt_destroy;
sys/dev/disk/dm/delay/dm_target_delay.c
429
dmt->destroy = &dm_target_delay_destroy;
sys/dev/disk/dm/dm.h
163
int (*destroy)(dm_table_entry_t *);
sys/dev/disk/dm/dm_table.c
150
if (table_en->target->destroy)
sys/dev/disk/dm/dm_table.c
151
table_en->target->destroy(table_en);
sys/dev/disk/dm/flakey/dm_target_flakey.c
417
dmt->destroy = &dm_target_flakey_destroy;
sys/dev/disk/dm/linear/dm_target_linear.c
181
dmt->destroy = &dm_target_linear_destroy;
sys/dev/disk/dm/striped/dm_target_striped.c
492
dmt->destroy = &dm_target_stripe_destroy;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1203
.destroy = amdgpu_connector_destroy,
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1485
.destroy = amdgpu_connector_destroy,
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1495
.destroy = amdgpu_connector_destroy,
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
824
.destroy = amdgpu_connector_destroy,
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
941
.destroy = amdgpu_connector_destroy,
sys/dev/drm/amd/amdgpu/amdgpu_display.c
488
.destroy = drm_gem_fb_destroy,
sys/dev/drm/amd/amdgpu/amdgpu_object.c
118
if (bo->destroy == &amdgpu_bo_destroy)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1229
.destroy = &amdgpu_ttm_backend_destroy,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2470
.destroy = dce_v10_0_crtc_destroy,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3450
.destroy = dce_v10_0_encoder_destroy,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2549
.destroy = dce_v11_0_crtc_destroy,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3576
.destroy = dce_v11_0_encoder_destroy,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2371
.destroy = dce_v8_0_crtc_destroy,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3338
.destroy = dce_v8_0_encoder_destroy,
sys/dev/drm/amd/amdgpu/dce_virtual.c
122
.destroy = dce_virtual_crtc_destroy,
sys/dev/drm/amd/amdgpu/dce_virtual.c
366
.destroy = dce_virtual_destroy,
sys/dev/drm/amd/amdgpu/dce_virtual.c
597
.destroy = dce_virtual_encoder_destroy,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2207
.destroy = amdgpu_dm_encoder_destroy,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3031
.destroy = amdgpu_dm_crtc_destroy,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3238
.destroy = amdgpu_dm_connector_destroy,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3478
.destroy = drm_primary_helper_destroy,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
202
.destroy = dm_dp_mst_connector_destroy,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
280
.destroy = amdgpu_dm_encoder_destroy,
sys/dev/drm/amd/display/dc/core/dc_link.c
1249
link->link_enc->funcs->destroy(&link->link_enc);
sys/dev/drm/amd/display/dc/core/dc_link.c
87
link->link_enc->funcs->destroy(&link->link_enc);
sys/dev/drm/amd/display/dc/core/dc_resource.c
174
dc->res_pool->funcs->destroy(&dc->res_pool);
sys/dev/drm/amd/display/dc/core/dc_resource.c
241
aud->funcs->destroy(&aud);
sys/dev/drm/amd/display/dc/dce/dce_audio.c
923
.destroy = dce_aud_destroy,
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
118
.destroy = dce110_link_encoder_destroy
sys/dev/drm/amd/display/dc/dce100/dce100_resource.c
857
.destroy = dce100_destroy_resource_pool,
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
1088
.destroy = dce110_destroy_resource_pool,
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
975
.destroy = dce112_destroy_resource_pool,
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
769
.destroy = dce120_destroy_resource_pool,
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
851
.destroy = dce80_destroy_resource_pool,
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
88
.destroy = dcn10_link_encoder_destroy
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1164
.destroy = dcn10_destroy_resource_pool,
sys/dev/drm/amd/display/dc/gpio/gpio_service.c
310
pin->funcs->destroy(ptr);
sys/dev/drm/amd/display/dc/gpio/hw_ddc.c
193
.destroy = destroy,
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
49
void (*destroy)(
sys/dev/drm/amd/display/dc/gpio/hw_hpd.c
118
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
34
void (*destroy)(
sys/dev/drm/amd/display/dc/i2caux/dce110/aux_engine_dce110.c
452
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
484
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_sw_engine_dce110.c
105
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/dce110/i2caux_dce110.c
147
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
801
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_sw_engine_dce80.c
122
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/dce80/i2caux_dce80.c
183
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/diagnostics/i2caux_diag.c
69
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.h
62
void (*destroy)(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
550
.destroy = destroy,
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
319
(*i2caux)->funcs->destroy(i2caux);
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
467
i2caux->i2c_generic_hw_engine->funcs->destroy(
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
471
i2caux->i2c_generic_sw_engine->funcs->destroy(
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
476
i2caux->aux_engines[i]->funcs->destroy(
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
480
i2caux->i2c_hw_engines[i]->funcs->destroy(
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
484
i2caux->i2c_sw_engines[i]->funcs->destroy(
sys/dev/drm/amd/display/dc/i2caux/i2caux.h
37
void (*destroy)(struct i2caux **ptr);
sys/dev/drm/amd/display/dc/inc/core_types.h
94
void (*destroy)(struct resource_pool **pool);
sys/dev/drm/amd/display/dc/inc/hw/audio.h
53
void (*destroy)(struct audio **audio);
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
143
void (*destroy)(
sys/dev/drm/amd/display/dc/inc/hw/link_encoder.h
155
void (*destroy)(struct link_encoder **enc);
sys/dev/drm/amd/display/dc/virtual/virtual_link_encoder.c
100
.destroy = virtual_link_encoder_destroy
sys/dev/drm/drm_connector.c
159
connector->funcs->destroy(connector);
sys/dev/drm/drm_connector.c
177
connector->funcs->destroy(connector);
sys/dev/drm/drm_framebuffer.c
710
fb->funcs->destroy(fb);
sys/dev/drm/drm_gem_framebuffer_helper.c
201
.destroy = drm_gem_fb_destroy,
sys/dev/drm/drm_mode_config.c
429
encoder->funcs->destroy(encoder);
sys/dev/drm/drm_mode_config.c
457
plane->funcs->destroy(plane);
sys/dev/drm/drm_mode_config.c
461
crtc->funcs->destroy(crtc);
sys/dev/drm/drm_plane_helper.c
336
.destroy = drm_primary_helper_destroy,
sys/dev/drm/drm_simple_kms_helper.c
121
.destroy = drm_crtc_cleanup,
sys/dev/drm/drm_simple_kms_helper.c
203
.destroy = drm_plane_cleanup,
sys/dev/drm/drm_simple_kms_helper.c
34
.destroy = drm_encoder_cleanup,
sys/dev/drm/i915/dvo.h
124
void (*destroy) (struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo_ch7017.c
413
.destroy = ch7017_destroy,
sys/dev/drm/i915/dvo_ch7xxx.c
365
.destroy = ch7xxx_destroy,
sys/dev/drm/i915/dvo_ivch.c
501
.destroy = ivch_destroy,
sys/dev/drm/i915/dvo_ns2501.c
708
.destroy = ns2501_destroy,
sys/dev/drm/i915/dvo_sil164.c
278
.destroy = sil164_destroy,
sys/dev/drm/i915/dvo_tfp410.c
317
.destroy = tfp410_destroy,
sys/dev/drm/i915/i915_drv.h
1443
void (*destroy)(struct i915_perf_stream *stream);
sys/dev/drm/i915/i915_gem_context.c
221
ce->ops->destroy(ce);
sys/dev/drm/i915/i915_gem_context.h
53
void (*destroy)(struct intel_context *ce);
sys/dev/drm/i915/i915_perf.c
1956
.destroy = i915_oa_stream_destroy,
sys/dev/drm/i915/i915_perf.c
2466
if (stream->ops->destroy)
sys/dev/drm/i915/i915_perf.c
2467
stream->ops->destroy(stream);
sys/dev/drm/i915/i915_perf.c
2637
if (stream->ops->destroy)
sys/dev/drm/i915/i915_perf.c
2638
stream->ops->destroy(stream);
sys/dev/drm/i915/i915_pmu.c
420
event->destroy = i915_pmu_event_destroy;
sys/dev/drm/i915/intel_crt.c
912
.destroy = intel_crt_destroy,
sys/dev/drm/i915/intel_crt.c
925
.destroy = intel_encoder_destroy,
sys/dev/drm/i915/intel_ddi.c
3522
.destroy = intel_dp_encoder_destroy,
sys/dev/drm/i915/intel_display.c
13103
.destroy = intel_crtc_destroy,
sys/dev/drm/i915/intel_display.c
13593
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_display.c
13604
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_display.c
13615
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_display.c
13740
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_display.c
14521
.destroy = intel_user_framebuffer_destroy,
sys/dev/drm/i915/intel_dp.c
5638
.destroy = intel_dp_connector_destroy,
sys/dev/drm/i915/intel_dp.c
5652
.destroy = intel_dp_encoder_destroy,
sys/dev/drm/i915/intel_dp_mst.c
355
.destroy = intel_dp_mst_connector_destroy,
sys/dev/drm/i915/intel_dp_mst.c
426
.destroy = intel_dp_mst_encoder_destroy,
sys/dev/drm/i915/intel_dvo.c
347
.destroy = intel_dvo_destroy,
sys/dev/drm/i915/intel_dvo.c
362
if (intel_dvo->dev.dev_ops->destroy)
sys/dev/drm/i915/intel_dvo.c
363
intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev);
sys/dev/drm/i915/intel_dvo.c
369
.destroy = intel_dvo_enc_destroy,
sys/dev/drm/i915/intel_hdmi.c
2100
.destroy = intel_hdmi_destroy,
sys/dev/drm/i915/intel_hdmi.c
2112
.destroy = intel_encoder_destroy,
sys/dev/drm/i915/intel_lrc.c
1396
.destroy = execlists_context_destroy,
sys/dev/drm/i915/intel_lvds.c
515
.destroy = intel_lvds_destroy,
sys/dev/drm/i915/intel_lvds.c
521
.destroy = intel_encoder_destroy,
sys/dev/drm/i915/intel_ringbuffer.c
1423
.destroy = intel_ring_context_destroy,
sys/dev/drm/i915/intel_sdvo.c
2233
.destroy = intel_sdvo_destroy,
sys/dev/drm/i915/intel_sdvo.c
2281
.destroy = intel_sdvo_enc_destroy,
sys/dev/drm/i915/intel_sprite.c
1701
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_sprite.c
1712
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_sprite.c
1723
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_sprite.c
1734
.destroy = intel_plane_destroy,
sys/dev/drm/i915/intel_tv.c
1390
.destroy = intel_tv_destroy,
sys/dev/drm/i915/intel_tv.c
1429
.destroy = intel_encoder_destroy,
sys/dev/drm/i915/vlv_dsi.c
1667
.destroy = intel_dsi_encoder_destroy,
sys/dev/drm/i915/vlv_dsi.c
1679
.destroy = intel_dsi_connector_destroy,
sys/dev/drm/include/drm/drm_connector.h
677
void (*destroy)(struct drm_connector *connector);
sys/dev/drm/include/drm/drm_crtc.h
470
void (*destroy)(struct drm_crtc *crtc);
sys/dev/drm/include/drm/drm_encoder.h
57
void (*destroy)(struct drm_encoder *encoder);
sys/dev/drm/include/drm/drm_encoder_slave.h
53
void (*destroy)(struct drm_encoder *encoder);
sys/dev/drm/include/drm/drm_framebuffer.h
49
void (*destroy)(struct drm_framebuffer *framebuffer);
sys/dev/drm/include/drm/drm_plane.h
287
void (*destroy)(struct drm_plane *plane);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
179
void (*destroy) (struct ttm_buffer_object *);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
562
void (*destroy) (struct ttm_buffer_object *));
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
606
void (*destroy) (struct ttm_buffer_object *));
sys/dev/drm/include/drm/ttm/ttm_tt.h
83
void (*destroy) (struct ttm_tt *ttm);
sys/dev/drm/radeon/atombios_encoders.c
2739
.destroy = radeon_enc_destroy,
sys/dev/drm/radeon/radeon_connectors.c
1127
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_connectors.c
1213
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_connectors.c
1539
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_connectors.c
1845
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_connectors.c
1855
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_connectors.c
1865
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_connectors.c
993
.destroy = radeon_connector_destroy,
sys/dev/drm/radeon/radeon_display.c
1290
.destroy = drm_gem_fb_destroy,
sys/dev/drm/radeon/radeon_display.c
665
.destroy = radeon_crtc_destroy,
sys/dev/drm/radeon/radeon_dp_mst.c
264
.destroy = radeon_dp_mst_connector_destroy,
sys/dev/drm/radeon/radeon_dp_mst.c
603
.destroy = radeon_dp_mst_encoder_destroy,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1034
.destroy = radeon_ext_tmds_enc_destroy,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1694
.destroy = radeon_enc_destroy,
sys/dev/drm/radeon/radeon_legacy_encoders.c
515
.destroy = radeon_lvds_enc_destroy,
sys/dev/drm/radeon/radeon_legacy_encoders.c
727
.destroy = radeon_enc_destroy,
sys/dev/drm/radeon/radeon_legacy_encoders.c
891
.destroy = radeon_enc_destroy,
sys/dev/drm/radeon/radeon_object.c
90
if (bo->destroy == &radeon_ttm_bo_destroy)
sys/dev/drm/radeon/radeon_ttm.c
693
.destroy = &radeon_ttm_backend_destroy,
sys/dev/drm/ttm/ttm_agp_backend.c
111
.destroy = ttm_agp_destroy,
sys/dev/drm/ttm/ttm_bo.c
1203
void (*destroy) (struct ttm_buffer_object *))
sys/dev/drm/ttm/ttm_bo.c
1213
if (destroy)
sys/dev/drm/ttm/ttm_bo.c
1214
(*destroy)(bo);
sys/dev/drm/ttm/ttm_bo.c
1223
if (destroy)
sys/dev/drm/ttm/ttm_bo.c
1224
(*destroy)(bo);
sys/dev/drm/ttm/ttm_bo.c
1230
bo->destroy = destroy ? destroy : ttm_bo_default_destroy;
sys/dev/drm/ttm/ttm_bo.c
1312
void (*destroy) (struct ttm_buffer_object *))
sys/dev/drm/ttm/ttm_bo.c
1319
sg, resv, destroy);
sys/dev/drm/ttm/ttm_bo.c
160
bo->destroy(bo);
sys/dev/drm/ttm/ttm_bo_util.c
498
fbo->base.destroy = &ttm_transfered_destroy;
sys/dev/drm/ttm/ttm_tt.c
230
ttm->func->destroy(ttm);
sys/dev/sound/pci/envy24.c
2623
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24.c
2625
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24.c
2627
sc->cfg->codec->destroy(sc->dac[i]);
sys/dev/sound/pci/envy24.c
2662
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24.c
2664
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24.c
2666
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
2527
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24ht.c
2529
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24ht.c
2531
sc->cfg->codec->destroy(sc->dac[i]);
sys/dev/sound/pci/envy24ht.c
2562
if (sc->cfg->codec->destroy != NULL) {
sys/dev/sound/pci/envy24ht.c
2564
sc->cfg->codec->destroy(sc->adc[i]);
sys/dev/sound/pci/envy24ht.c
2566
sc->cfg->codec->destroy(sc->dac[i]);
sys/kern/sys_mqueue.c
378
bool destroy;
sys/kern/sys_mqueue.c
397
destroy = true;
sys/kern/sys_mqueue.c
399
destroy = false;
sys/kern/sys_mqueue.c
404
if (destroy)
sys/net/if_clone.h
71
#define IF_CLONE_INITIALIZER(name, create, destroy, minifs, maxunit) \
sys/net/if_clone.h
72
{ { 0 }, name, minifs, maxunit, NULL, 0, create, destroy }
sys/net/ipfw/ip_fw2.c
330
int destroy;
sys/net/ipfw/ip_fw2.c
5932
int destroy)
sys/net/ipfw/ip_fw2.c
5940
if (destroy) {
sys/net/ipfw/ip_fw2.c
5954
ipfw_table_flush_oncpu(ctx, nm->tableid, nm->destroy);
sys/net/ipfw/ip_fw2.c
5959
ipfw_table_flushall_oncpu(struct ipfw_context *ctx, int destroy)
sys/net/ipfw/ip_fw2.c
5967
ipfw_table_flush_oncpu(ctx, i, destroy);
sys/net/ipfw/ip_fw2.c
6011
nm.destroy = 0;
sys/net/ipfw/ip_fw2.c
6013
nm.destroy = 1;
sys/netinet6/nd6_nbr.c
1287
goto destroy;
sys/netinet6/nd6_nbr.c
1294
goto destroy;
sys/netinet6/nd6_nbr.c
1301
goto destroy;
sys/netinet6/nd6_nbr.c
1374
goto destroy;
sys/netinet6/nd6_nbr.c
1378
destroy:
sys/platform/pc64/x86_64/pmap.c
3118
int destroy)
sys/platform/pc64/x86_64/pmap.c
3252
if (destroy == 1) {
sys/platform/pc64/x86_64/pmap.c
373
pmap_inval_bulk_t *bulk, int destroy);
usr.sbin/makefs/hammer2.c
1949
hammer2_ioc_destroy_t destroy;
usr.sbin/makefs/hammer2.c
2005
bzero(&destroy, sizeof(destroy));
usr.sbin/makefs/hammer2.c
2006
destroy.cmd = HAMMER2_DELETE_FILE;
usr.sbin/makefs/hammer2.c
2007
snprintf(destroy.path, sizeof(destroy.path), "%s", name);
usr.sbin/makefs/hammer2.c
2012
error = hammer2_ioctl_destroy(VTOI(dvp), &destroy);
usr.sbin/makefs/hammer2.c
2025
hammer2_ioc_destroy_t destroy;
usr.sbin/makefs/hammer2.c
2028
bzero(&destroy, sizeof(destroy));
usr.sbin/makefs/hammer2.c
2029
destroy.cmd = HAMMER2_DELETE_INUM;
usr.sbin/makefs/hammer2.c
2030
destroy.inum = inum;
usr.sbin/makefs/hammer2.c
2032
printf("%jd\t", (intmax_t)destroy.inum);
usr.sbin/makefs/hammer2.c
2035
error = hammer2_ioctl_destroy(VTOI(vp), &destroy);
usr.sbin/ppp/physical.c
368
if (p->handler && p->handler->destroy)
usr.sbin/ppp/physical.c
369
(*p->handler->destroy)(p);
usr.sbin/ppp/physical.h
69
void (*destroy)(struct physical *);