Lines Matching defs:cf_conn
106 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */
452 struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL;
484 struct cf_conn *cd;
494 cd = malloc(sizeof (struct cf_conn));
588 struct cf_conn *cd, *pcd;
625 if ((cd = malloc(sizeof (struct cf_conn))) == NULL) {
630 pcd = (struct cf_conn *)parent->xp_p1;
1095 * timestamp field in struct cf_conn for timeout bookkeeping.
1106 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1;
1208 *(uint32_t *)in = ((struct cf_conn *)(xprt->xp_p1))->x_id;
1279 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1;
1306 if (((struct cf_conn *)(xprt->xp_p1))->cf_conn_nonblock) {
1357 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
1421 struct cf_conn *cd;
1453 cd = (struct cf_conn *)xprt->xp_p1;
1536 maxsz = ((struct cf_conn *)(xprt->xp_p1))->cf_tsdu;
1538 nonblock = ((struct cf_conn *)(xprt->xp_p1))->cf_conn_nonblock;
1558 ((struct cf_conn *)(xprt->xp_p1))->strm_stat =
1618 ((struct cf_conn *)(xprt->xp_p1))->strm_stat =
1655 struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1);
1717 XDR *xdrs = &(((struct cf_conn *)(xprt->xp_p1))->xdrs);
1727 struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1);
1834 ((struct cf_conn *)req->rq_xprt->xp_p1)->cf_cache));
1843 ((struct cf_conn *)req->rq_xprt->xp_p1)->cf_cache));