Home | Sort by: relevance | last modified time | path |
/src/lib/libc/rpc/ | |
svc_raw.c | 240 static struct xp_ops2 ops2; local in function:svc_raw_ops 254 ops2.xp_control = svc_raw_control; 257 xprt->xp_ops2 = &ops2; |
svc_dg.c | 320 static struct xp_ops2 ops2; local in function:svc_dg_ops 334 ops2.xp_control = svc_dg_control; 337 xprt->xp_ops2 = &ops2; |
svc_vc.c | 701 static struct xp_ops2 ops2; local in function:svc_vc_ops 703 /* VARIABLES PROTECTED BY ops_lock: ops, ops2 */ 713 ops2.xp_control = svc_vc_control; 716 xprt->xp_ops2 = &ops2; 724 static struct xp_ops2 ops2; local in function:svc_vc_rendezvous_ops 737 ops2.xp_control = svc_vc_rendezvous_control; 740 xprt->xp_ops2 = &ops2; |