Lines Matching refs:NULL_SVC
78 #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()
1077 for (s = svc_head; s != NULL_SVC; s = s->sc_next) { in svc_find()
1444 for (s = svc_head; s != NULL_SVC; s = s->sc_next) { in _svc_prog_dispatch()