Lines Matching refs:svc_req
70 * parameters, struct svc_req * and SVCXPRT *, defined below.
100 * svc_req
104 struct svc_req {
140 typedef void (SVC_DISPATCH)(struct svc_req *, SVCXPRT *);
177 int (*xp_dup)(struct svc_req *, caddr_t, int,
689 void (*)(struct svc_req *, SVCXPRT *),
910 extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
924 extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
984 extern SVCXPRT *svc_door_create(void (*)(struct svc_req *, SVCXPRT *),
1105 extern int __svc_dup(struct svc_req *, caddr_t *, uint_t *, char *);
1106 extern int __svc_dupdone(struct svc_req *, caddr_t, uint_t, int, char *);
1108 extern int __svc_vc_dup(struct svc_req *, caddr_t *, uint_t *);
1109 extern int __svc_vc_dupdone(struct svc_req *, caddr_t, uint_t, int);