Searched refs:svc_callout (Results 1 – 3 of 3) sorted by relevance
65 #define NULL_SVC ((struct svc_callout *)0)72 struct svc_callout { struct73 struct svc_callout *sc_next; argument160 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()[all …]
34 struct svc_callout *svc_head_s; /* svc.c */
9006 * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.