Home
last modified time | relevance | path

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

/trueos/lib/libc/rpc/
HDsvc.c79 static struct svc_callout { struct
80 struct svc_callout *sc_next; argument
87 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t, argument
88 struct svc_callout **, char *);
179 struct svc_callout *prev;
180 struct svc_callout *s;
211 s = mem_alloc(sizeof (struct svc_callout));
249 struct svc_callout *prev;
250 struct svc_callout *s;
264 mem_free(s, sizeof (struct svc_callout));
[all …]
/trueos/sys/rpc/
HDsvc.c72 static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t,
181 struct svc_callout *s; in svcpool_destroy()
464 struct svc_callout *s; in svc_reg()
490 s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT); in svc_reg()
529 struct svc_callout *s; in svc_unreg()
538 mem_free(s, sizeof (struct svc_callout)); in svc_unreg()
562 s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT); in svc_loss_reg()
598 static struct svc_callout *
601 struct svc_callout *s; in svc_find()
979 struct svc_callout *s; in svc_executereq()
HDsvc.h231 struct svc_callout { struct
232 TAILQ_ENTRY(svc_callout) sc_link;
238 TAILQ_HEAD(svc_callout_list, svc_callout); argument