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()
347 if (dtrace_unregister(prov->id) != 0) { in sdt_kld_unload_try()409 ret = dtrace_unregister(prov->id); in sdt_unload()
101 if ((error = dtrace_unregister(prototype_id)) != 0) in prototype_unload()
181 if ((error = dtrace_unregister(dtmalloc_id)) != 0) in dtmalloc_unload()
300 return (dtrace_unregister(kinst_id)); in kinst_unload()
502 if ((error = dtrace_unregister(dtaudit_id)) != 0) in dtaudit_unload()
356 if (dtrace_unregister(systrace_id) != 0) in systrace_unload()
548 return (dtrace_unregister(dtnfsclient_id)); in dtnfsclient_unload()
634 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()
8860 dtrace_unregister(dtrace_provider_id_t id) function18239 if (dtrace_unregister((dtrace_provider_id_t)dtrace_provider) != 0) {
1281 if ((error = dtrace_unregister(fbt_id)) != 0) in fbt_unload()
2157 extern int dtrace_unregister(dtrace_provider_id_t);