Home
last modified time | relevance | path

Searched refs:x_control (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Dxdrrdma_sizeof.c89 x_control(XDR *xdrs, int request, void *info) in x_control() function
287 ops.x_control = x_control; in xdrrdma_xops()
H A Dxdr.h148 bool_t (*x_control)(struct XDR *, int, void *); member
167 bool_t (*x_control)();
261 (*(xdrs)->x_ops->x_control)(xdrs, req, op)
263 (*(xdrs)->x_ops->x_control)(xdrs, req, op)
H A Dxdr_sizeof.c134 ops.x_control = (dummyfunc4)harmless; in xdr_sizeof()
H A Dxdr_mem.c204 ops.x_control = xdrmem_control; in xdrmem_ops()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dxdr_stdio.c209 ops.x_control = xdrstdio_control; in xdrstdio_ops()
H A Dxdr_mem.c259 ops.x_control = xdrmem_control; in xdrmem_ops()
H A Dxdr_rec.c1185 ops.x_control = xdrrec_control; in xdrrec_ops()