Searched refs:ops2 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_vc.c669 static struct xp_ops2 ops2; local
671 /* VARIABLES PROTECTED BY ops_lock: ops, ops2 */
681 ops2.xp_control = svc_vc_control;
684 xprt->xp_ops2 = &ops2;
692 static struct xp_ops2 ops2; local
705 ops2.xp_control = svc_vc_rendezvous_control;
708 xprt->xp_ops2 = &ops2;
H A Dsvc_dg.c424 static struct xp_ops2 ops2; local
436 ops2.xp_control = svc_dg_control;
439 xprt->xp_ops2 = &ops2;
H A Dsvc_raw.c252 static struct xp_ops2 ops2; local
264 ops2.xp_control = svc_raw_control;
267 xprt->xp_ops2 = &ops2;
/freebsd-11-stable/bin/test/
H A Dtest.c157 }, ops2[] = { variable in typeref:struct:t_op
455 find_op_2char(ops2, (&ops2)[1], s);

Completed in 88 milliseconds