Home
last modified time | relevance | path

Searched refs:dtpr_mod (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h105 char *dtpr_mod; /* probe's module name */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3388 (uintptr_t)mstate->dtms_probe->dtpr_mod, in dtrace_dif_variable()
6602 for (str = probe->dtpr_mod; *str != '\0'; str++) in dtrace_action_breakpoint()
6655 probe->dtpr_provider->dtpv_name, probe->dtpr_mod, in dtrace_action_panic()
7920 if ((rv = pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, 0)) <= 0) in dtrace_match_probe()
8099 template.dtpr_mod = (char *)pkp->dtpk_mod; in dtrace_match()
8501 kmem_free(probe->dtpr_mod, strlen(probe->dtpr_mod) + 1); in dtrace_unregister()
8611 kmem_free(probe->dtpr_mod, strlen(probe->dtpr_mod) + 1); in dtrace_condense()
8657 probe->dtpr_mod = dtrace_strdup(mod); in dtrace_probe_create()
8795 (void) strncpy(pdp->dtpd_mod, prp->dtpr_mod, DTRACE_MODNAMELEN - 1); in dtrace_probe_description()
15904 template.dtpr_mod = ctl->mod_modname; in dtrace_module_unloaded()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c237 (uintptr_t)probe.dtpr_mod) == -1) { in dtracemdb_probe()