Searched refs:ops2 (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc_raw.c252 static struct xp_ops2 ops2; local
264 ops2.xp_control = svc_raw_control;
267 xprt->xp_ops2 = &ops2;
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;
/barrelfish-2018-10-04/doc/003-hake/
H A DHake.tex230 cFiles = [ "debug.c", "decode.c", "fpu.c", "ops2.c",

Completed in 90 milliseconds