Searched refs:svc_callout (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | svc.c | 74 static struct svc_callout { struct 75 struct svc_callout *sc_next; argument 85 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t, argument 86 struct svc_callout **, char *); 173 struct svc_callout *prev; in svc_reg() 174 struct svc_callout *s; in svc_reg() 204 s = mem_alloc(sizeof (struct svc_callout)); in svc_reg() 239 struct svc_callout *prev; in svc_unreg() 240 struct svc_callout *s; in svc_unreg() 254 mem_free(s, sizeof (struct svc_callout)); in svc_unreg() [all …]
|
/freebsd/sys/rpc/ |
H A D | svc.h | 186 struct svc_callout { struct 187 TAILQ_ENTRY(svc_callout) sc_link; 193 TAILQ_HEAD(svc_callout_list, svc_callout); argument
|
H A D | svc.c | 72 static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t, 187 struct svc_callout *s; in svcpool_cleanup() 507 struct svc_callout *s; in svc_reg() 533 s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT); in svc_reg() 572 struct svc_callout *s; in svc_unreg() 581 mem_free(s, sizeof (struct svc_callout)); in svc_unreg() 641 static struct svc_callout * 644 struct svc_callout *s; in svc_find() 1039 struct svc_callout *s; in svc_executereq()
|