svc_callout
struct svc_callout *prev;
struct svc_callout *s;
s = (struct svc_callout *)mem_alloc(sizeof(struct svc_callout));
if (s == (struct svc_callout *)0) {
struct svc_callout *prev;
struct svc_callout *s;
mem_free((char *) s, (u_int) sizeof(struct svc_callout));
static struct svc_callout *
struct svc_callout **prev)
struct svc_callout *s, *p;
struct svc_callout *s;
#define NULL_SVC ((struct svc_callout *)0)
struct svc_callout *sc_next;
static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
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));
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,
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 *);
struct svc_callout *s;
struct svc_callout *s;
struct svc_callout *s;
s = malloc(sizeof (struct svc_callout), M_RPC, M_NOWAIT);
struct svc_callout *s;
mem_free(s, sizeof (struct svc_callout));
static struct svc_callout *
struct svc_callout *s;
static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t,
TAILQ_ENTRY(svc_callout) sc_link;
TAILQ_HEAD(svc_callout_list, svc_callout);