Lines Matching defs:ops
241 static struct xdr_ops ops;
244 /* VARIABLES PROTECTED BY ops_lock: ops */
246 if (ops.x_getlong == NULL) {
247 ops.x_getlong = xdrmem_getlong;
248 ops.x_putlong = xdrmem_putlong;
249 ops.x_getbytes = xdrmem_getbytes;
250 ops.x_putbytes = xdrmem_putbytes;
251 ops.x_getpostn = xdrmem_getpos;
252 ops.x_setpostn = xdrmem_setpos;
253 ops.x_inline = xdrmem_inline;
254 ops.x_destroy = xdrmem_destroy;
255 ops.x_control = xdrmem_control;
257 ops.x_getint32 = xdrmem_getint32;
258 ops.x_putint32 = xdrmem_putint32;
262 return (&ops);