Searched refs:xdt_probe (Results 1 – 1 of 1) sorted by relevance
372 static xdt_probe_t xdt_probe[] = { variable1859 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) { in xdt_provide()1860 xdt_probe_create(&xdt_probe[i]); in xdt_provide()1865 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) { in xdt_provide()1866 int l1 = strlen(xdt_probe[i].pr_name); in xdt_provide()1867 int l2 = strlen(xdt_probe[i].pr_mod); in xdt_provide()1868 if (strncmp(name, xdt_probe[i].pr_name, l1) == 0 && 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()1875 xdt_probe_create(&xdt_probe[i]); in xdt_provide()