Searched refs:svc_callout (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/lib/libc/rpc/ |
| D | svc.c | 79 static struct svc_callout { struct 80 struct svc_callout *sc_next; argument 90 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t, argument 91 struct svc_callout **, char *); 178 struct svc_callout *prev; in svc_reg() 179 struct svc_callout *s; in svc_reg() 209 s = mem_alloc(sizeof (struct svc_callout)); in svc_reg() 244 struct svc_callout *prev; in svc_unreg() 245 struct svc_callout *s; in svc_unreg() 259 mem_free(s, sizeof (struct svc_callout)); in svc_unreg() [all …]
|
| /freebsd-10-stable/sys/rpc/ |
| D | svc.c | 72 static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t, 187 struct svc_callout *s; in svcpool_cleanup() 503 struct svc_callout *s; in svc_reg() 529 s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT); in svc_reg() 568 struct svc_callout *s; in svc_unreg() 577 mem_free(s, sizeof (struct svc_callout)); in svc_unreg() 637 static struct svc_callout * 640 struct svc_callout *s; in svc_find() 1015 struct svc_callout *s; in svc_executereq()
|
| D | svc.h | 231 struct svc_callout { struct 232 TAILQ_ENTRY(svc_callout) sc_link; 238 TAILQ_HEAD(svc_callout_list, svc_callout); argument
|