Home
last modified time | relevance | path

Searched refs:ops2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/lib/libc/rpc/
H A Dsvc_raw.c254 static struct xp_ops2 ops2; in svc_raw_ops() local
266 ops2.xp_control = svc_raw_control; in svc_raw_ops()
269 xprt->xp_ops2 = &ops2; in svc_raw_ops()
H A Dsvc_vc.c671 static struct xp_ops2 ops2; in svc_vc_ops() local
683 ops2.xp_control = svc_vc_control; in svc_vc_ops()
686 xprt->xp_ops2 = &ops2; in svc_vc_ops()
694 static struct xp_ops2 ops2; in svc_vc_rendezvous_ops() local
707 ops2.xp_control = svc_vc_rendezvous_control; in svc_vc_rendezvous_ops()
710 xprt->xp_ops2 = &ops2; in svc_vc_rendezvous_ops()
H A Dsvc_dg.c426 static struct xp_ops2 ops2; in svc_dg_ops() local
438 ops2.xp_control = svc_dg_control; in svc_dg_ops()
441 xprt->xp_ops2 = &ops2; in svc_dg_ops()
/freebsd-12.1/bin/test/
H A Dtest.c157 }, ops2[] = { variable
455 find_op_2char(ops2, (&ops2)[1], s); in find_op()
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa11037 (avail_expr_eq): Don't test ops1 == ops2.