Home | History | Annotate | Download | only in rpc

Lines Matching defs:cf_conn

104 struct cf_conn {  /* kept in xprt->xp_p1 for actual connection */
263 struct cf_conn *cd;
273 cd = mem_alloc(sizeof(struct cf_conn));
306 struct cf_conn *cd;
352 cd = (struct cf_conn *)newxprt->xp_p1;
399 struct cf_conn *cd;
402 cd = (struct cf_conn *)xprt->xp_p1;
414 mem_free(cd, sizeof(struct cf_conn));
475 struct cf_conn *cfp;
518 cfp = (struct cf_conn *)xprt->xp_p1;
558 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
571 struct cf_conn *cd;
577 cd = (struct cf_conn *)xprt->xp_p1;
611 struct cf_conn *cd;
615 cd = (struct cf_conn *)(xprt->xp_p1);
627 struct cf_conn *cd;
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);
680 struct cf_conn *cd;
687 cd = (struct cf_conn *)(xprt->xp_p1);
756 struct cf_conn *cd;
779 cd = (struct cf_conn *)xprt->xp_p1;