Lines Matching defs:svc_callout
78 #define NULL_SVC ((struct svc_callout *)0)
86 static struct svc_callout {
87 struct svc_callout *sc_next;
95 static struct svc_callout *svc_find();
860 struct svc_callout *prev;
861 struct svc_callout *s, **s2;
892 s = malloc(sizeof (struct svc_callout));
940 struct svc_callout *prev;
941 struct svc_callout *s;
972 struct svc_callout *prev;
973 struct svc_callout *s;
1001 s = malloc(sizeof (struct svc_callout));
1002 if (s == (struct svc_callout *)0) {
1040 struct svc_callout *prev;
1041 struct svc_callout *s;
1068 static struct svc_callout *
1069 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, char *netid)
1071 struct svc_callout *s, *p;
1405 struct svc_callout *s;