Home
last modified time | relevance | path

Searched refs:xdr_nfstime (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/amd/libamu/
HDxdr_func.c313 if (!xdr_nfstime(xdrs, &objp->na_atime)) { in xdr_fattr()
316 if (!xdr_nfstime(xdrs, &objp->na_mtime)) { in xdr_fattr()
319 if (!xdr_nfstime(xdrs, &objp->na_ctime)) { in xdr_fattr()
558 xdr_nfstime(XDR *xdrs, nfstime *objp) in xdr_nfstime() function
772 if (!xdr_nfstime(xdrs, &objp->sa_atime)) { in xdr_sattr()
775 if (!xdr_nfstime(xdrs, &objp->sa_mtime)) { in xdr_sattr()
/NextBSD/contrib/amd/include/
HDam_xdr_func.h264 bool_t xdr_nfstime(XDR *xdrs, nfstime *objp);