Searched refs:svc_callout (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dsvc.c79 #define NULL_SVC ((struct svc_callout *)0)
90 static struct svc_callout { struct
91 struct svc_callout *sc_next;
102 static struct svc_callout *svc_find();
172 struct svc_callout *prev;
173 register struct svc_callout *s;
180 s = (struct svc_callout *)mem_alloc(sizeof(struct svc_callout));
181 if (s == (struct svc_callout *)0) {
210 struct svc_callout *pre
[all...]

Completed in 116 milliseconds