Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Dsvc_raw.c219 static struct xp_ops2 ops2; in svc_raw_ops() local
231 ops2.xp_control = svc_raw_control; in svc_raw_ops()
234 xprt->xp_ops2 = &ops2; in svc_raw_ops()
H A Dsvc_vc.c635 static struct xp_ops2 ops2; in svc_vc_ops() local
647 ops2.xp_control = svc_vc_control; in svc_vc_ops()
650 xprt->xp_ops2 = &ops2; in svc_vc_ops()
658 static struct xp_ops2 ops2; in svc_vc_rendezvous_ops() local
671 ops2.xp_control = svc_vc_rendezvous_control; in svc_vc_rendezvous_ops()
674 xprt->xp_ops2 = &ops2; in svc_vc_rendezvous_ops()
H A Dsvc_dg.c286 static struct xp_ops2 ops2; in svc_dg_ops() local
298 ops2.xp_control = svc_dg_control; in svc_dg_ops()
301 xprt->xp_ops2 = &ops2; in svc_dg_ops()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-match-head.c705 tree ops2[3] = {}; in gimple_simplify() local
706 ops2[0] = lhs; in gimple_simplify()
707 ops2[1] = rhs; in gimple_simplify()
709 ops2, valueize) in gimple_simplify()
717 ops2[0], ops2[1]); in gimple_simplify()
721 rhs1 = ops2[0]; in gimple_simplify()
/dragonfly/bin/test/
H A Dtest.c157 }, ops2[] = { variable
455 find_op_2char(ops2, (&ops2)[1], s); in find_op()