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

/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc.c79 static struct svc_callout { struct
80 struct svc_callout *sc_next;
87 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
88 struct svc_callout **, char *);
179 struct svc_callout *prev;
180 struct svc_callout *s;
210 s = mem_alloc(sizeof (struct svc_callout));
247 struct svc_callout *prev;
248 struct svc_callout *s;
262 mem_free(s, sizeof (struct svc_callout));
[all...]
/freebsd-10.3-release/sys/rpc/
H A Dsvc.c72 static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t,
182 struct svc_callout *s;
465 struct svc_callout *s;
491 s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT);
530 struct svc_callout *s;
539 mem_free(s, sizeof (struct svc_callout));
563 s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT);
599 static struct svc_callout *
602 struct svc_callout *s;
980 struct svc_callout *
[all...]
H A Dsvc.h231 struct svc_callout { struct
232 TAILQ_ENTRY(svc_callout) sc_link;
238 TAILQ_HEAD(svc_callout_list, svc_callout);

Completed in 125 milliseconds