Searched refs:xp_p1 (Results 1 – 6 of 6) sorted by relevance
160 xprt->xp_p1 = (caddr_t)r;210 xprt->xp_p1 = (caddr_t)cd;233 r = (struct tcp_rendezvous *)xprt->xp_p1;264 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1;316 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;334 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat =347 (struct tcp_conn *)(xprt->xp_p1);362 (struct tcp_conn *)(xprt->xp_p1);381 return ((*xdr_args)(&(((struct tcp_conn *)(xprt->xp_p1))->xdrs),392 &(((struct tcp_conn *)(xprt->xp_p1))->xdrs);[all …]
57 #define rpc_buffer(xprt) ((xprt)->xp_p1)
164 (struct cf_rendezvous *)xprt->xp_p1 : NULL; in svc_vc_xprtfree()277 xprt->xp_p1 = (caddr_t)r; in svc_vc_create_private()347 xprt->xp_p1 = (caddr_t)r; in svc_vc_xprtcopy()349 pr = (struct cf_rendezvous *)parent->xp_p1; in svc_vc_xprtcopy()384 r = (struct cf_rendezvous *)xprt->xp_p1; in __svc_vc_setflag()452 struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL; in svc_fd_xprtfree()576 xprt->xp_p1 = (caddr_t)cd; in makefd_xprt()630 pcd = (struct cf_conn *)parent->xp_p1; in svc_fd_xprtcopy()648 xprt->xp_p1 = (char *)cd; in svc_fd_xprtcopy()673 r = (struct cf_rendezvous *)xprt->xp_p1; in rendezvous_request()[all …]
70 #define rpc_buffer(xprt) ((xprt)->xp_p1)
81 caddr_t xp_p1; /* private: for use by svc ops */ member
495 caddr_t xp_p1; /* private: for use by svc ops */ member