HomeSort by: relevance | last modified time | path
    Searched defs:svc_callout (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
svc.c 111 static struct svc_callout { struct
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
    [all...]

Completed in 11 milliseconds