Lines Matching refs:dtrace_helpers_t
190 static dtrace_helpers_t *dtrace_deferred_pid; /* deferred helper list */
498 static dtrace_helpers_t *dtrace_helpers_create(proc_t *);
9125 dtrace_helpers_t *help, *next; in dtrace_meta_register()
14899 dtrace_helpers_t *helpers = curproc->p_dtrace_helpers; in dtrace_helper()
15005 dtrace_helpers_t *help = p->p_dtrace_helpers; in dtrace_helper_destroygen()
15108 dtrace_helpers_t *help; in dtrace_helper_action_add()
15183 dtrace_helper_provider_register(proc_t *p, dtrace_helpers_t *help, in dtrace_helper_provider_register()
15244 dtrace_helpers_t *help; in dtrace_helper_provider_add()
15539 dtrace_helpers_t *help; in dtrace_helper_slurp()
15640 static dtrace_helpers_t *
15643 dtrace_helpers_t *help; in dtrace_helpers_create()
15648 help = kmem_zalloc(sizeof (dtrace_helpers_t), KM_SLEEP); in dtrace_helpers_create()
15661 dtrace_helpers_t *help; in dtrace_helpers_destroy()
15754 kmem_free(help, sizeof (dtrace_helpers_t)); in dtrace_helpers_destroy()
15763 dtrace_helpers_t *help, *newhelp; in dtrace_helpers_duplicate()