Lines Matching defs:ops
225 static struct xp_ops ops;
228 /* VARIABLES PROTECTED BY ops_lock: ops */
231 if (ops.xp_recv == NULL) {
232 ops.xp_recv = svc_raw_recv;
233 ops.xp_stat = svc_raw_stat;
234 ops.xp_getargs = svc_raw_getargs;
235 ops.xp_reply = svc_raw_reply;
236 ops.xp_freeargs = svc_raw_freeargs;
237 ops.xp_destroy = svc_raw_destroy;
238 ops.xp_control = svc_raw_control;
241 return (&ops);