Searched refs:svc_find (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 95 static struct svc_callout *svc_find(); 884 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) { in svc_reg() 947 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) { in svc_unreg() 993 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) { in svc_register() 1044 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) { in svc_unregister() 1069 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, char *netid) in svc_find() function
|