svc_callout
struct svc_callout *prev;
struct svc_callout *s;
s = mem_alloc(sizeof (struct svc_callout));
struct svc_callout *prev;
struct svc_callout *s;
mem_free(s, sizeof (struct svc_callout));
struct svc_callout *prev;
struct svc_callout *s;
s = mem_alloc(sizeof(struct svc_callout));
struct svc_callout *prev;
struct svc_callout *s;
mem_free(s, sizeof(struct svc_callout));
static struct svc_callout *
svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, char *netid)
struct svc_callout *s, *p;
struct svc_callout *s;
struct svc_callout *sc_next;
static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
struct svc_callout **, char *);