Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dsvc.c65 #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()
[all …]
/glibc-2.36/include/rpc/
Drpc.h34 struct svc_callout *svc_head_s; /* svc.c */
/glibc-2.36/ChangeLog.old/
DChangeLog.179006 * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.