Searched refs:NULL_SVC (Results 1 – 1 of 1) sorted by relevance
56 #define NULL_SVC ((struct svc_callout *)0) macro151 p = NULL_SVC; in libc_hidden_def()152 for (s = svc_head; s != NULL_SVC; s = s->sc_next) in libc_hidden_def()174 if ((s = svc_find (prog, vers, &prev)) != NULL_SVC) in svc_register()206 if ((s = svc_find (prog, vers, &prev)) == NULL_SVC) in libc_hidden_def()209 if (prev == NULL_SVC) in libc_hidden_def()214 s->sc_next = NULL_SVC; in libc_hidden_def()404 for (s = svc_head; s != NULL_SVC; s = s->sc_next) in libc_hidden_def()
Completed in 3 milliseconds