svc_find
if ((s = svc_find(prog, vers, &prev)) != NULL) {
if ((s = svc_find(prog, vers, &prev)) == NULL)
static struct svc_callout *svc_find(u_long, u_long, struct svc_callout **);