Lines Matching defs:svc_callout
111 static struct svc_callout {
112 struct svc_callout *sc_next;
119 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
120 struct svc_callout **, char *);
253 struct svc_callout *prev;
254 struct svc_callout *s;
288 s = mem_alloc(sizeof (struct svc_callout));
299 mem_free(s, sizeof(struct svc_callout));
328 struct svc_callout *prev;
329 struct svc_callout *s;
343 mem_free(s, sizeof (struct svc_callout));
360 struct svc_callout *prev;
361 struct svc_callout *s;
372 s = mem_alloc(sizeof(struct svc_callout));
395 struct svc_callout *prev;
396 struct svc_callout *s;
407 mem_free(s, sizeof(struct svc_callout));
417 static struct svc_callout *
418 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, char *netid)
420 struct svc_callout *s, *p;
701 struct svc_callout *s;