Lines Matching defs:sepp
1335 struct service_entry **sepp;
1389 ndevs * sizeof (*dep) + nsvcs * ndevs * sizeof (*sepp));
1404 sepp = (struct service_entry **)(dep + ndevs);
1407 dep->de_services = (const struct service_entry **)sepp;
1408 sebpp = sepp;
1415 for (se2pp = sebpp; se2pp < sepp;
1430 if (se2pp >= sepp)
1431 *sepp++ = &slp->sl_entry;
1438 dep->de_nservices = (const struct service_entry **)sepp -
1893 const struct service_entry **sepp, **seppe;
1936 sepp = dep->de_services;
1951 if (sepp != dep->de_services) {
1958 seppe = sepp + dep->de_nservices;
1969 sepp = seppe;
1970 while (sepp < seppe) {
1971 sep = *sepp++;
2004 while (sepp < seppe) {
2005 sep = *sepp++;
2276 const struct service_entry *sep, **sepp;
2298 sepp = dep->de_services;
2299 for (j = 0; j < dep->de_nservices; j++, sepp++) {
2300 sep = *sepp;