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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c76 #define NULL_SVC ((struct svc_callout *)0) macro
881 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) {
944 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) {
945 if (prev == NULL_SVC) {
950 s->sc_next = NULL_SVC;
990 if ((s = svc_find(prog, vers, &prev, netid)) != NULL_SVC) {
1041 while ((s = svc_find(prog, vers, &prev, NULL)) != NULL_SVC) {
1042 if (prev == NULL_SVC) {
1047 s->sc_next = NULL_SVC;
1073 p = NULL_SVC;
[all...]

Completed in 22 milliseconds