Searched refs:ops2 (Results 1 – 4 of 4) sorted by relevance
246 static struct xp_ops2 ops2; in svc_raw_ops() local258 ops2.xp_control = svc_raw_control; in svc_raw_ops()261 xprt->xp_ops2 = &ops2; in svc_raw_ops()
664 static struct xp_ops2 ops2; in svc_vc_ops() local676 ops2.xp_control = svc_vc_control; in svc_vc_ops()679 xprt->xp_ops2 = &ops2; in svc_vc_ops()687 static struct xp_ops2 ops2; in svc_vc_rendezvous_ops() local700 ops2.xp_control = svc_vc_rendezvous_control; in svc_vc_rendezvous_ops()703 xprt->xp_ops2 = &ops2; in svc_vc_rendezvous_ops()
420 static struct xp_ops2 ops2; in svc_dg_ops() local432 ops2.xp_control = svc_dg_control; in svc_dg_ops()435 xprt->xp_ops2 = &ops2; in svc_dg_ops()
152 }, ops2[] = { variable450 find_op_2char(ops2, (&ops2)[1], s); in find_op()