Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_load.c107 dtrace_bymod = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_mod), in dtrace_load()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h119 char *dtpr_mod; /* probe's module name */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3528 (uintptr_t)mstate->dtms_probe->dtpr_mod, in dtrace_dif_variable()
6937 for (str = probe->dtpr_mod; *str != '\0'; str++)
6994 probe->dtpr_provider->dtpv_name, probe->dtpr_mod,
8408 if ((rv = pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, 0)) <= 0)
8586 template.dtpr_mod = (char *)pkp->dtpk_mod;
8994 kmem_free(probe->dtpr_mod, strlen(probe->dtpr_mod) + 1);
9114 kmem_free(probe->dtpr_mod, strlen(probe->dtpr_mod) + 1);
9168 probe->dtpr_mod
[all...]