Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/rpcsvc/
H A Dnfs_prot.x111 struct nfstime { struct
132 nfstime atime; /* time of last access */ argument
133 nfstime mtime; /* time of last modification */
134 nfstime ctime; /* time of last change */
145 nfstime atime; /* time of last access */
146 nfstime mtime; /* time of last modification */
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dnfs_xdr.c56 xdr_b_nfstime(XDR *xdrs, nfstime *objp) in xdr_b_nfstime()