Searched refs:dtrace_unregister (Results 1 – 13 of 13) sorted by relevance
45 if (dtrace_unregister((dtrace_provider_id_t)dtrace_provider) != 0) { in dtrace_unload()
100 if ((error = dtrace_unregister(prototype_id)) != 0) in prototype_unload()
180 if ((error = dtrace_unregister(dtmalloc_id)) != 0) in dtmalloc_unload()
452 if (dtrace_unregister(prov->id) != 0) { in sdt_kld_unload_providers()618 ret = dtrace_unregister(prov->id); in sdt_unload()
307 return (dtrace_unregister(kinst_id)); in kinst_unload()
501 if ((error = dtrace_unregister(dtaudit_id)) != 0) in dtaudit_unload()
355 if (dtrace_unregister(systrace_id) != 0) in systrace_unload()
547 return (dtrace_unregister(dtnfsclient_id)); in dtnfsclient_unload()
633 if ((error = dtrace_unregister(profile_id)) != 0) in profile_unload()
517 if ((rval = dtrace_unregister(provid)) != 0) { in fasttrap_pid_cleanup_cb()2556 if (dtrace_unregister(fp->ftp_provid) != 0) { in fasttrap_unload()
8862 dtrace_unregister(dtrace_provider_id_t id) function18239 if (dtrace_unregister((dtrace_provider_id_t)dtrace_provider) != 0) {
1287 if ((error = dtrace_unregister(fbt_id)) != 0) in fbt_unload()
2157 extern int dtrace_unregister(dtrace_provider_id_t);