Searched refs:xp_ops (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | svc.h | 70 struct xp_ops { struct 77 } *xp_ops; member 100 (*(xprt)->xp_ops->xp_recv)((xprt), (msg)) 102 (*(xprt)->xp_ops->xp_recv)((xprt), (msg)) 105 (*(xprt)->xp_ops->xp_stat)(xprt) 107 (*(xprt)->xp_ops->xp_stat)(xprt) 110 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp)) 112 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp)) 115 (*(xprt)->xp_ops->xp_reply) ((xprt), (msg)) 117 (*(xprt)->xp_ops->xp_reply) ((xprt), (msg)) [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc.h | 216 struct xp_ops { struct 406 #define xp_ops xp_xpc.xpc_ops macro 487 struct xp_ops *xp_ops; member 528 (*(clone_xprt)->xp_ops->xp_tattrs)((clone_xprt), (attrflag), (tattr)) 531 if ((src_xprt)->xp_ops->xp_clone_xprt) \ 532 (*(src_xprt)->xp_ops->xp_clone_xprt) \ 536 (*(clone_xprt)->xp_ops->xp_recv)((clone_xprt), (mp), (msg)) 545 (*(clone_xprt)->xp_ops->xp_getargs)((clone_xprt), (xargs), (argsp)) 548 (*(clone_xprt)->xp_ops->xp_reply) ((clone_xprt), (msg)) 551 (*(clone_xprt)->xp_ops->xp_freeargs)((clone_xprt), (xargs), (argsp)) [all …]
|
H A D | svc_cots.c | 216 xprt->xp_ops = &svc_cots_op; in svc_cots_kcreate()
|
H A D | svc_clts.c | 170 xprt->xp_ops = &svc_clts_op; in svc_clts_kcreate()
|
H A D | svc_rdma.c | 253 xprt->xp_ops = &rdma_svc_ops; in svc_rdma_kcreate()
|
/titanic_44/usr/src/ucblib/librpcsoc/ |
H A D | svc_tcp.c | 69 static struct xp_ops *svctcp_ops(); 70 static struct xp_ops *svctcp_rendezvous_ops(); 162 xprt->xp_ops = svctcp_rendezvous_ops(); 213 xprt->xp_ops = svctcp_ops(); /* truely deals with calls */ 416 static struct xp_ops * 419 static struct xp_ops ops; in svctcp_ops() 433 static struct xp_ops * 436 static struct xp_ops ops; in svctcp_rendezvous_ops()
|
H A D | svc_udp.c | 59 static struct xp_ops *svcudp_ops(); 166 xprt->xp_ops = svcudp_ops(); 513 static struct xp_ops * 516 static struct xp_ops ops; in svcudp_ops()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 120 return ((*(xprt)->xp_ops->xp_control)(xprt, rq, in)); in svc_control() 127 (*(xprt)->xp_ops->xp_destroy)(xprt); in svc_destroy() 133 return ((*(xprt)->xp_ops->xp_freeargs)(xprt, xargs, argsp)); in svc_freeargs() 139 return ((*(xprt)->xp_ops->xp_getargs)(xprt, xargs, argsp)); in svc_getargs()
|
H A D | svc_raw.c | 67 static struct xp_ops *svc_raw_ops(); 116 srp->server->xp_ops = svc_raw_ops(); in svc_raw_create() 226 static struct xp_ops * 229 static struct xp_ops ops; in svc_raw_ops()
|
H A D | svc_door.c | 57 static struct xp_ops *svc_door_ops(); 407 xprt->xp_ops = svc_door_ops(); in svc_door_create() 456 xprt->xp_ops = svc_door_ops(); in svc_door_xprtcopy() 696 static struct xp_ops * 699 static struct xp_ops ops; in svc_door_ops()
|
H A D | svc_vc.c | 85 static struct xp_ops *svc_vc_ops(void); 86 static struct xp_ops *svc_vc_rendezvous_ops(void); 280 xprt->xp_ops = svc_vc_rendezvous_ops(); in svc_vc_create_private() 315 xprt->xp_ops = svc_vc_rendezvous_ops(); in svc_vc_xprtcopy() 579 xprt->xp_ops = svc_vc_ops(); /* truely deals with calls */ in makefd_xprt() 599 xprt->xp_ops = svc_vc_ops(); in svc_fd_xprtcopy() 1772 static struct xp_ops * 1775 static struct xp_ops ops; in svc_vc_ops() 1794 static struct xp_ops * 1797 static struct xp_ops ops; in svc_vc_rendezvous_ops()
|
H A D | svc_dg.c | 66 static struct xp_ops *svc_dg_ops(); 166 xprt->xp_ops = svc_dg_ops(); in svc_dg_create_private() 213 xprt->xp_ops = svc_dg_ops(); in svc_dg_xprtcopy() 596 static struct xp_ops * 599 static struct xp_ops ops; in svc_dg_ops()
|