Searched refs:dtps_destroy (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/cddl/dev/
H A Dprototype.c51 .dtps_destroy = prototype_destroy
/freebsd-11-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c72 .dtps_destroy = dtmalloc_destroy
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clkdtrace.c174 .dtps_destroy = dtnfsclient_destroy
/freebsd-11-stable/sys/cddl/dev/sdt/
H A Dsdt.c99 .dtps_destroy = sdt_destroy,
/freebsd-11-stable/sys/cddl/dev/systrace/
H A Dsystrace.c172 .dtps_destroy = systrace_destroy
/freebsd-11-stable/sys/cddl/dev/profile/
H A Dprofile.c233 .dtps_destroy = profile_destroy
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c107 .dtps_destroy = fbt_destroy
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1468 * dtps_destroy() <-- Destroy all state associated with this probe
1754 * 1.11 void dtps_destroy(void *arg, dtrace_id_t id, void *parg)
1766 * guarantees that dtps_destroy() is only called for probes that have either
1900 * via the dtps_destroy() entry point. Once dtrace_unregister() successfully
1952 * given provider's dtps_destroy() entry point for each of the provider's
2139 void (*dtps_destroy)(void *arg, dtrace_id_t id, void *parg); member in struct:dtrace_pops
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c1469 .dtps_destroy = fasttrap_pid_destroy
1482 .dtps_destroy = fasttrap_pid_destroy
H A Ddtrace.c352 .dtps_destroy = (void (*)(void *, dtrace_id_t, void *))dtrace_nullop,
8630 pops->dtps_destroy == NULL ||
8882 old->dtpv_pops.dtps_destroy(old->dtpv_arg, probe->dtpr_id,
9002 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, i + 1,
16743 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, probe->dtpr_id,

Completed in 216 milliseconds