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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h1329 * dtps_destroy() <-- Destroy all state associated with this probe
1601 * 1.11 void dtps_destroy(void *arg, dtrace_id_t id, void *parg)
1613 * guarantees that dtps_destroy() is only called for probes that have either
1747 * via the dtps_destroy() entry point. Once dtrace_unregister() successfully
1799 * given provider's dtps_destroy() entry point for each of the provider's
1986 void (*dtps_destroy)(void *arg, dtrace_id_t id, void *parg); member in struct:dtrace_pops
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c7244 pops->dtps_destroy == NULL ||
7473 old->dtpv_pops.dtps_destroy(old->dtpv_arg, probe->dtpr_id,
7587 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, i + 1,
14715 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, probe->dtpr_id,

Completed in 90 milliseconds