Home
last modified time | relevance | path

Searched refs:cf_conn (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c106 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
452 struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL; in svc_fd_xprtfree()
484 struct cf_conn *cd; in makefd_xprt()
494 cd = malloc(sizeof (struct cf_conn)); in makefd_xprt()
588 struct cf_conn *cd, *pcd; in svc_fd_xprtcopy()
625 if ((cd = malloc(sizeof (struct cf_conn))) == NULL) { in svc_fd_xprtcopy()
630 pcd = (struct cf_conn *)parent->xp_p1; in svc_fd_xprtcopy()
1106 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1; in svc_vc_nonblock()
1208 *(uint32_t *)in = ((struct cf_conn *)(xprt->xp_p1))->x_id; in svc_vc_control()
1279 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1; in update_nonblock_timestamps()
[all …]