Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc.c78 #define NULL_SVC ((struct svc_callout *)0) macro
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()
948 if (prev == NULL_SVC) { in svc_unreg()
953 s->sc_next = 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()
1045 if (prev == NULL_SVC) { in svc_unregister()
1050 s->sc_next = NULL_SVC; in svc_unregister()
1076 p = NULL_SVC; in svc_find()
[all …]