Lines Matching refs:svc_callout
65 #define NULL_SVC ((struct svc_callout *)0)
72 struct svc_callout { struct
73 struct svc_callout *sc_next; argument
160 static struct svc_callout * in libc_hidden_def()
161 svc_find (rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev) in libc_hidden_def()
163 register struct svc_callout *s, *p; in libc_hidden_def()
185 struct svc_callout *prev; in svc_register()
186 register struct svc_callout *s; in svc_register()
194 s = (struct svc_callout *) mem_alloc (sizeof (struct svc_callout)); in svc_register()
195 if (s == (struct svc_callout *) 0) in svc_register()
227 struct svc_callout *prev; in libc_hidden_def()
228 register struct svc_callout *s; in libc_hidden_def()
240 mem_free ((char *) s, (u_int) sizeof (struct svc_callout)); in libc_hidden_def()
477 struct svc_callout *s; in libc_hidden_def()
572 struct svc_callout *svcp; in __rpc_thread_svc_cleanup()