Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/rpc/
Dsvc_vc.c151 xprt->xp_p1 = r; in svc_vc_create()
265 xprt->xp_p1 = cd; in makefd_xprt()
294 r = (struct cf_rendezvous *)xprt->xp_p1; in rendezvous_request()
333 cd = (struct cf_conn *)newxprt->xp_p1; in rendezvous_request()
394 cd = (struct cf_conn *)xprt->xp_p1; in __svc_vc_dodestroy()
400 r = (struct cf_rendezvous *)xprt->xp_p1; in __svc_vc_dodestroy()
429 cfp = (struct cf_rendezvous *)xprt->xp_p1; in svc_vc_rendezvous_control()
466 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()
504 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED; in read_vc()
523 cd = (struct cf_conn *)xprt->xp_p1; in write_vc()
[all …]
Dsvc_dg.c72 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/freebsd-12-stable/sys/rpc/
Dsvc_vc.c172 xprt->xp_p1 = NULL; in svc_vc_create()
248 xprt->xp_p1 = cd; in svc_vc_create_conn()
309 xprt->xp_p1 = cd; in svc_vc_create_backchannel()
476 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_destroy()
501 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_backchannel_destroy()
540 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_stat()
568 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_backchannel_stat()
584 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_process_pending()
661 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_recv()
802 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_backchannel_recv()
Dsvc.h173 void *xp_p1; /* private: for use by svc ops */ member
196 void *xp_p1; /* private: for use by svc ops */
Dsvc_dg.c125 xprt->xp_p1 = NULL; in svc_dg_create()
Dclnt_vc.c1004 xprt->xp_p1; in clnt_vc_soupcall()
/freebsd-12-stable/include/rpc/
Dsvc.h125 void *xp_p1; /* private: for use by svc ops */ member