Home
last modified time | relevance | path

Searched refs:svc_find (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libc/rpc/
Dsvc.c68 static struct svc_callout *svc_find(u_long, u_long, struct svc_callout **);
297 if ((s = svc_find(prog, vers, &prev)) != NULL) { in svc_register()
328 if ((s = svc_find(prog, vers, &prev)) == NULL) in svc_unregister()
346 svc_find(u_long prog, u_long vers, struct svc_callout **prev) in svc_find() function