Searched refs:xdr_bytes (Results 1 – 5 of 5) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | mount_xdr.c | 22 … if (!xdr_bytes(xdrs, (char **)&objp->fhandle3_val, (unsigned int *) &objp->fhandle3_len, FHSIZE3)) in xdr_fhandle3()
|
| A D | nfs_xdr.c | 224 …if (!xdr_bytes(xdrs, (char **)&objp->data.data_val, (unsigned int *) &objp->data.data_len, NFS3_FH… in xdr_nfs_fh3() 726 if (!xdr_bytes(xdrs, (char **)&objp->data.data_val, (unsigned int *) &objp->data.data_len, ~0)) in xdr_READ3resok() 768 if (!xdr_bytes(xdrs, (char **)&objp->data.data_val, (unsigned int *) &objp->data.data_len, ~0)) in xdr_WRITE3args()
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.c | 435 bool_t xdr_bytes(XDR *xdrs, char** cpp, unsigned int *sizep, unsigned int maxsize) in xdr_bytes() function 487 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
|
| A D | rpc_prot.c | 67 return (xdr_bytes(xdrs, &ap->oa_base, in xdr_opaque_auth()
|
| A D | xdr.h | 309 extern bool_t xdr_bytes (XDR *xdrs, char **cpp, unsigned int *sizep,
|
Completed in 16 milliseconds