Home
last modified time | relevance | path

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

/sunrpc/
A Dsvc.c65 #define NULL_SVC ((struct svc_callout *)0) macro
165 p = NULL_SVC; in libc_hidden_def()
166 for (s = svc_head; s != NULL_SVC; s = s->sc_next) in libc_hidden_def()
188 if ((s = svc_find (prog, vers, &prev)) != NULL_SVC) in svc_register()
230 if ((s = svc_find (prog, vers, &prev)) == NULL_SVC) in libc_hidden_def()
234 if (prev == NULL_SVC) in libc_hidden_def()
239 s->sc_next = NULL_SVC; in libc_hidden_def()
510 for (s = svc_head; s != NULL_SVC; s = s->sc_next) in libc_hidden_def()

Completed in 4 milliseconds