Home | History | Annotate | Download | only in rpc

Lines Matching refs:xp_p1

98 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */
104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */
159 xprt->xp_p1 = (caddr_t)(void *)r;
279 xprt->xp_p1 = (caddr_t)(void *)cd;
315 r = (struct cf_rendezvous *)xprt->xp_p1;
352 cd = (struct cf_conn *)newxprt->xp_p1;
402 cd = (struct cf_conn *)xprt->xp_p1;
408 r = (struct cf_rendezvous *)xprt->xp_p1;
440 cfp = (struct cf_rendezvous *)xprt->xp_p1;
518 cfp = (struct cf_conn *)xprt->xp_p1;
558 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
577 cd = (struct cf_conn *)xprt->xp_p1;
615 cd = (struct cf_conn *)(xprt->xp_p1);
633 cd = (struct cf_conn *)(xprt->xp_p1);
659 return (*xdr_args)(&(((struct cf_conn *)(xprt->xp_p1))->xdrs),
671 xdrs = &(((struct cf_conn *)(xprt->xp_p1))->xdrs);
687 cd = (struct cf_conn *)(xprt->xp_p1);
779 cd = (struct cf_conn *)xprt->xp_p1;