Lines Matching refs:SVCXPRT
61 extern int __svc_vc_setflag(SVCXPRT *, int);
63 extern SVCXPRT *svc_dg_create_private(int, uint_t, uint_t);
64 extern SVCXPRT *svc_vc_create_private(int, uint_t, uint_t);
65 extern SVCXPRT *svc_fd_create_private(int, uint_t, uint_t);
67 extern bool_t __svc_add_to_xlist(SVCXPRT_LIST **, SVCXPRT *, mutex_t *);
87 static SVCXPRT * svc_tli_create_common(int, const struct netconfig *,
115 SVCXPRT *xprt; in svc_create()
181 SVCXPRT *
185 SVCXPRT *xprt; in svc_tp_create()
212 SVCXPRT *
228 SVCXPRT *
233 SVCXPRT *xprt = NULL; /* service handle */ in svc_tli_create_common()