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