Searched refs:destroy (Results 226 - 250 of 259) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_deque.h686 // [23.2.1.1] construct/copy/destroy
1091 this->_M_impl.destroy(this->_M_impl._M_start._M_cur);
1113 this->_M_impl.destroy(this->_M_impl._M_finish._M_cur);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp310 if (Args) Args->destroy(*this);
326 if (Args) Args->destroy(*this);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_tv.c1442 .destroy = intel_tv_destroy,
1454 .destroy = intel_encoder_destroy,
H A Dintel_dp.c2307 .destroy = intel_dp_destroy,
2317 .destroy = intel_dp_encoder_destroy,
H A Dintel_sdvo.c1844 .destroy = intel_sdvo_destroy,
1867 .destroy = intel_sdvo_enc_destroy,
/freebsd-9.3-release/sys/geom/multipath/
H A Dg_multipath.c1258 goto destroy;
1271 destroy:
1274 gctl_error(req, "failed to destroy %s (err=%d)", name, error);
1369 } else if (strcmp(verb, "destroy") == 0) {
/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.c383 if (p->handler && p->handler->destroy)
384 (*p->handler->destroy)(p);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c1429 /* User wants to destroy the CM ID */
1671 int destroy = 0; local
1679 destroy = 1;
1684 if (destroy)
1693 int destroy = 0; local
1702 destroy = 1;
1708 if (destroy)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c1135 INSIST(key->func->destroy != NULL);
1136 key->func->destroy(key);
H A Dadb.c315 static void destroy(dns_adb_t *);
1188 * all the fetches are canceled, the name will destroy
2165 destroy(adb);
2342 destroy(dns_adb_t *adb) { function
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_display.c504 .destroy = radeon_crtc_destroy,
1082 .destroy = radeon_user_framebuffer_destroy,
H A Dradeon_ttm.c551 .destroy = &radeon_ttm_backend_destroy,
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h1097 destroy(pointer __p) function in class:bitmap_allocator
H A Dhashtable.h622 this->get_allocator().destroy(&__n->_M_val);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dacache.c557 error = (*a->ccache->func->destroy)(a->ccache);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_irq.c987 e->base.destroy = drm_vblank_event_destroy;
H A DdrmP.h483 void (*destroy)(struct drm_pending_event *event); member in struct:drm_pending_event
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c719 * called to forcibly destroy a queue.
820 _SI( .destroy = ) NULL,
H A Dip_dummynet.c356 * flags & DN_DESTROY: drains queues and destroy qht;
484 * si and delay line from the system heap, destroy all queues.
629 * Detach or destroy all flowsets in a list.
632 * DN_DELETE_FS: DN_DESTROY + destroy flowset
737 * detach from the scheduler, destroy the internal flowset, and
739 * arg is 0 (only detach flowsets and destroy instances)
766 if (s->fp->destroy)
767 s->fp->destroy(s);
/freebsd-9.3-release/tools/test/netfibs/
H A Dinitiator.sh187 ifconfig ${IFACE} destroy
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py189 self.scale.destroy()
538 self.destroy()
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dad.c1345 SET(c, destroy);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1.h553 void (*destroy) (void *); member in struct:asn1_method_st
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c1331 isc_boolean_t destroy = ISC_FALSE; local
1336 destroy = ISC_TRUE;
1340 if (destroy) {
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_cma.c1370 /* User wants to destroy the CM ID */
1594 int destroy = 0; local
1604 destroy = 1;
1609 if (destroy)

Completed in 427 milliseconds

1234567891011