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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_xdr.c56 xdr_b_nfstime(XDR *xdrs, nfstime *objp) function
100 if (!xdr_b_nfstime(xdrs, &objp->atime)) {
103 if (!xdr_b_nfstime(xdrs, &objp->mtime)) {
106 return (xdr_b_nfstime(xdrs, &objp->ctime));

Completed in 73 milliseconds