Searched refs:pr_mod (Results 1 – 1 of 1) sorted by relevance
272 const char *pr_mod; /* probe module */ member1841 ASSERT(p != NULL && p->pr_mod != NULL); in xdt_probe_create()1843 if (dtrace_probe_lookup(xdt_id, p->pr_mod, NULL, p->pr_name) != 0) in xdt_probe_create()1846 xdt_prid[p->evt_id] = dtrace_probe_create(xdt_id, p->pr_mod, NULL, in xdt_probe_create()1858 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) { in xdt_provide()1864 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) { in xdt_provide()1866 int l2 = strlen(xdt_probe[i].pr_mod); in xdt_provide()1868 strncmp(mod, xdt_probe[i].pr_mod, l2) == 0) in xdt_provide()1872 if (xdt_probe[i].pr_mod == NULL) in xdt_provide()