Searched refs:x_putbytes (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | xdr_sizeof.c | 60 x_putbytes(XDR *xdrs, char *bp, int len) in x_putbytes() function 137 ops.x_putbytes = x_putbytes; in xdr_sizeof()
|
H A D | auth_none.c | 112 res = (*xdrs->x_ops->x_putbytes)(xdrs, in authnone_marshal()
|
H A D | xdr_stdio.c | 204 ops.x_putbytes = xdrstdio_putbytes; in xdrstdio_ops()
|
H A D | xdr_mem.c | 254 ops.x_putbytes = xdrmem_putbytes; in xdrmem_ops()
|
H A D | xdr_rec.c | 1180 ops.x_putbytes = xdrrec_putbytes; in xdrrec_ops()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr_sizeof.c | 44 x_putbytes(XDR *xdrs, char *bp, int len) in x_putbytes() function 121 ops.x_putbytes = x_putbytes; in xdr_sizeof()
|
H A D | xdrrdma_sizeof.c | 53 x_putbytes(XDR *xdrs, char *bp, int len) in x_putbytes() function 282 ops.x_putbytes = x_putbytes; in xdrrdma_xops()
|
H A D | xdr.h | 138 bool_t (*x_putbytes)(struct XDR *, caddr_t, int); member 161 bool_t (*x_putbytes)(); /* put some bytes to " */ 236 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len) 238 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
|
H A D | xdr_mem.c | 199 ops.x_putbytes = xdrmem_putbytes; in xdrmem_ops()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | xdr.h | 108 bool_t (*x_putbytes)(); /* put some bytes to " */ member 145 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len) 147 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | auth_none.c | 88 return ((*xdrs->x_ops->x_putbytes)(xdrs, in authnone_marshal()
|
H A D | xdr_rec.c | 590 ops.x_putbytes = xdrrec_putbytes; in xdrrec_ops()
|