Lines Matching refs:svc_callout
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()
272 struct svc_callout *prev; in svc_register()
273 struct svc_callout *s; in svc_register()
284 s = mem_alloc(sizeof(struct svc_callout)); in svc_register()
307 struct svc_callout *prev; in svc_unregister()
308 struct svc_callout *s; in svc_unregister()
319 mem_free(s, sizeof(struct svc_callout)); in svc_unregister()
329 static struct svc_callout *
330 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, in svc_find()
333 struct svc_callout *s, *p; in svc_find()
636 struct svc_callout *s; in svc_getreq_common()