Lines Matching refs:dtrace_helpers_t
238 static dtrace_helpers_t *dtrace_deferred_pid; /* deferred helper list */
651 static dtrace_helpers_t *dtrace_helpers_create(proc_t *);
9550 dtrace_helpers_t *help, *next; in dtrace_meta_register()
15226 dtrace_helpers_t *helpers = curproc->p_dtrace_helpers; in dtrace_helper()
15331 dtrace_helpers_t *help = p->p_dtrace_helpers; in dtrace_helper_destroygen()
15433 dtrace_helpers_t *help; in dtrace_helper_action_add()
15508 dtrace_helper_provider_register(proc_t *p, dtrace_helpers_t *help, in dtrace_helper_provider_register()
15567 dtrace_helpers_t *help; in dtrace_helper_provider_add()
15861 dtrace_helpers_t *help; in dtrace_helper_slurp()
16264 dtrace_helpers_t *help; in dtrace_lazy_dofs_process()
16366 static dtrace_helpers_t *
16369 dtrace_helpers_t *help; in dtrace_helpers_create()
16374 help = kmem_zalloc(sizeof (dtrace_helpers_t), KM_SLEEP); in dtrace_helpers_create()
16387 dtrace_helpers_t *help; in dtrace_helpers_destroy()
16468 kmem_free(help, sizeof (dtrace_helpers_t)); in dtrace_helpers_destroy()
16478 dtrace_helpers_t *help, *newhelp; in dtrace_helpers_duplicate()