Searched refs:xp_p1 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dsvc_vc.c101 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */
107 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */
162 xprt->xp_p1 = (caddr_t)(void *)r;
280 xprt->xp_p1 = (caddr_t)(void *)cd;
314 r = (struct cf_rendezvous *)xprt->xp_p1;
352 cd = (struct cf_conn *)newxprt->xp_p1;
402 cd = (struct cf_conn *)xprt->xp_p1;
408 r = (struct cf_rendezvous *)xprt->xp_p1;
440 cfp = (struct cf_rendezvous *)xprt->xp_p1;
518 cfp = (struct cf_conn *)xprt->xp_p1;
[all...]
H A Dsvc_dg.c73 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Dsvc_vc.c104 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */
110 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */
168 xprt->xp_p1 = (caddr_t)(void *)r;
292 xprt->xp_p1 = (caddr_t)(void *)cd;
328 r = (struct cf_rendezvous *)xprt->xp_p1;
366 cd = (struct cf_conn *)newxprt->xp_p1;
419 cd = (struct cf_conn *)xprt->xp_p1;
425 r = (struct cf_rendezvous *)xprt->xp_p1;
463 cfp = (struct cf_rendezvous *)xprt->xp_p1;
544 cfp = (struct cf_conn *)xprt->xp_p1;
[all...]
H A Dsvc_dg.c74 #define rpc_buffer(xprt) ((xprt)->xp_p1)
/netbsd-6-1-5-RELEASE/include/rpc/
H A Dsvc.h119 void *xp_p1; /* private: for use by svc ops */ member in struct:__rpc_svcxprt

Completed in 191 milliseconds