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

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_mem.c197 if (ops.x_getint32 == NULL) {
205 ops.x_getint32 = xdrmem_getint32;
H A Dxdr_sizeof.c128 ops.x_getint32 = (dummyfunc3)harmless;
H A Dxdr.h154 bool_t (*x_getint32)(struct XDR *, int32_t *); member in struct:xdr_ops
173 bool_t (*x_getint32)();
223 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
225 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
H A Dxdrrdma_sizeof.c290 ops.x_getint32 = (dummyfunc3)harmless;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c143 ops.x_getint32 = (dummyfunc3) harmless;
H A Dxdr_stdio.c211 ops.x_getint32 = xdrstdio_getint32;
H A Dxdr_mem.c261 ops.x_getint32 = xdrmem_getint32;
H A Dxdr_rec.c1187 ops.x_getint32 = xdrrec_getint32;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c586 if (ops.x_getint32 == NULL) {
587 ops.x_getint32 = xdrrec_getint32;

Completed in 106 milliseconds