svc_find
if ((s = svc_find(prog, vers, &prev)) != NULL_SVC) {
if ((s = svc_find(prog, vers, &prev)) == NULL_SVC)
static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
if ((s = svc_find(prog, vers, &prev, netid)) != NULL) {
while ((s = svc_find(prog, vers, &prev, NULL)) != NULL) {
if ((s = svc_find((rpcprog_t)prog, (rpcvers_t)vers, &prev, NULL)) !=
if ((s = svc_find((rpcprog_t)prog, (rpcvers_t)vers, &prev, NULL)) ==
static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
if ((s = svc_find(pool, prog, vers, netid)) != NULL) {
while ((s = svc_find(pool, prog, vers, NULL)) != NULL) {
static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t,