Home
last modified time | relevance | path

Searched refs:x_getint32 (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Dxdr_mem.c197 if (ops.x_getint32 == NULL) { in xdrmem_ops()
205 ops.x_getint32 = xdrmem_getint32; in xdrmem_ops()
H A Dxdr.h150 bool_t (*x_getint32)(struct XDR *, int32_t *); member
169 bool_t (*x_getint32)();
219 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
221 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
H A Dxdr_sizeof.c128 ops.x_getint32 = (dummyfunc3)harmless; in xdr_sizeof()
H A Dxdrrdma_sizeof.c290 ops.x_getint32 = (dummyfunc3)harmless; in xdrrdma_xops()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c143 ops.x_getint32 = (dummyfunc3) harmless; in xdr_sizeof()
H A Dxdr_stdio.c211 ops.x_getint32 = xdrstdio_getint32; in xdrstdio_ops()
H A Dxdr_mem.c261 ops.x_getint32 = xdrmem_getint32; in xdrmem_ops()
H A Dxdr_rec.c1187 ops.x_getint32 = xdrrec_getint32; in xdrrec_ops()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c586 if (ops.x_getint32 == NULL) { in xdrrec_ops()
587 ops.x_getint32 = xdrrec_getint32; in xdrrec_ops()