Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_vc.c144 xprt->xp_p1 = r; in svc_vc_create()
258 xprt->xp_p1 = cd; in makefd_xprt()
287 r = (struct cf_rendezvous *)xprt->xp_p1; in rendezvous_request()
326 cd = (struct cf_conn *)newxprt->xp_p1; in rendezvous_request()
387 cd = (struct cf_conn *)xprt->xp_p1; in __svc_vc_dodestroy()
393 r = (struct cf_rendezvous *)xprt->xp_p1; in __svc_vc_dodestroy()
422 cfp = (struct cf_rendezvous *)xprt->xp_p1; in svc_vc_rendezvous_control()
459 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()
497 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED; in read_vc()
516 cd = (struct cf_conn *)xprt->xp_p1; in write_vc()
[all …]
H A Dsvc_dg.c66 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/freebsd/sys/rpc/
H A Dsvc_vc.c228 xprt->xp_p1 = NULL; in svc_vc_create()
299 xprt->xp_p1 = cd; in svc_vc_create_conn()
356 xprt->xp_p1 = cd; in svc_vc_create_backchannel()
537 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_destroy()
563 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_backchannel_destroy()
602 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_stat()
630 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_backchannel_stat()
646 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_process_pending()
723 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_recv()
945 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_backchannel_recv()
H A Dsvc.h169 void *xp_p1; /* private: for use by svc ops */ member
202 void *xp_p1; /* private: for use by svc ops */
H A Dsvc_dg.c122 xprt->xp_p1 = NULL; in svc_dg_create()
H A Dclnt_vc.c1171 xprt->xp_p1; in clnt_vc_soupcall()
/freebsd/include/rpc/
H A Dsvc.h121 void *xp_p1; /* private: for use by svc ops */ member