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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1536 * dtps_destroy() <-- Destroy all state associated with this probe
1808 * 1.11 void dtps_destroy(void *arg, dtrace_id_t id, void *parg)
1820 * guarantees that dtps_destroy() is only called for probes that have either
1954 * via the dtps_destroy() entry point. Once dtrace_unregister() successfully
2006 * given provider's dtps_destroy() entry point for each of the provider's
2193 void (*dtps_destroy)(void *arg, dtrace_id_t id, void *parg); member in struct:dtrace_pops
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7985 pops->dtps_destroy == NULL ||
8220 old->dtpv_pops.dtps_destroy(old->dtpv_arg, probe->dtpr_id,
8336 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, i + 1,
16557 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, probe->dtpr_id,
16712 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, probe->dtpr_id,

Completed in 30 milliseconds