Searched refs:pr_mod (Results 1 – 1 of 1) sorted by relevance
272 const char *pr_mod; /* probe module */ member1842 ASSERT(p != NULL && p->pr_mod != NULL); in xdt_probe_create()1844 if (dtrace_probe_lookup(xdt_id, p->pr_mod, NULL, p->pr_name) != 0) in xdt_probe_create()1847 xdt_prid[p->evt_id] = dtrace_probe_create(xdt_id, p->pr_mod, NULL, in xdt_probe_create()1859 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) { in xdt_provide()1865 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) { in xdt_provide()1867 int l2 = strlen(xdt_probe[i].pr_mod); in xdt_provide()1869 strncmp(mod, xdt_probe[i].pr_mod, l2) == 0) in xdt_provide()1873 if (xdt_probe[i].pr_mod == NULL) in xdt_provide()