Lines Matching refs:dtpr_mod
3531 (uintptr_t)mstate->dtms_probe->dtpr_mod, in dtrace_dif_variable()
6620 for (str = probe->dtpr_mod; *str != '\0'; str++) in dtrace_action_breakpoint()
6674 probe->dtpr_provider->dtpv_name, probe->dtpr_mod, in dtrace_action_panic()
8253 if ((rv = pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, 0)) <= 0) in dtrace_match_probe()
8441 .dtpr_mod = (char *)(uintptr_t)pkp->dtpk_mod, in dtrace_match()
8573 .dtpr_mod = (char *)(uintptr_t)p, in dtrace_probekey_module_func()
8901 dtrace_strunref(probe->dtpr_mod); in dtrace_unregister()
9016 dtrace_strunref(probe->dtpr_mod); in dtrace_condense()
9078 probe->dtpr_mod = dtrace_strref(mod); in dtrace_probe_create()
9212 (void) strlcpy(pdp->dtpd_mod, prp->dtpr_mod, DTRACE_MODNAMELEN); in dtrace_probe_description()
17091 template.dtpr_mod = ctl->mod_modname; in dtrace_module_unloaded()
17160 dtrace_strunref(probe->dtpr_mod); in dtrace_module_unloaded()
17341 offsetof(dtrace_probe_t, dtpr_mod), in dtrace_attach()