Searched defs:NULL_SVC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c76 #define NULL_SVC ((struct svc_callout *)0) macro
883 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) {
946 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) {
947 if (prev == NULL_SVC) {
952 s->sc_next = NULL_SVC;
992 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) {
1043 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) {
1044 if (prev == NULL_SVC) {
1049 s->sc_next = NULL_SVC;
1075 p = NULL_SVC;
[all...]

Completed in 48 milliseconds