Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Ddtrace_impl.h111 char *dtpr_mod; /* probe's module name */ member
/xnu-11417.101.15/bsd/dev/dtrace/
H A Ddtrace.c3531 (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()
[all …]