nfsv2_time         63 lib/libsa/nfs.c 	struct nfsv2_time fa_atime;
nfsv2_time         64 lib/libsa/nfs.c 	struct nfsv2_time fa_mtime;
nfsv2_time         65 lib/libsa/nfs.c 	struct nfsv2_time fa_ctime;
nfsv2_time        123 lib/libsa/nfsv2.h struct nfsv2_time {
nfsv2_time        143 lib/libsa/nfsv2.h 	struct nfsv2_time fa_atime;
nfsv2_time        144 lib/libsa/nfsv2.h 	struct nfsv2_time fa_mtime;
nfsv2_time        145 lib/libsa/nfsv2.h 	struct nfsv2_time fa_ctime;
nfsv2_time        153 lib/libsa/nfsv2.h 	struct nfsv2_time sa_atime;
nfsv2_time        154 lib/libsa/nfsv2.h 	struct nfsv2_time sa_mtime;
nfsv2_time        256 nfs/nfsproto.h struct nfsv2_time {
nfsv2_time        260 nfs/nfsproto.h typedef struct nfsv2_time	nfstime2;
nfsv2_time         57 nfs/xdr_subs.h 	(t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->nfsv2_sec); \
nfsv2_time         58 nfs/xdr_subs.h 	if (((struct nfsv2_time *)(f))->nfsv2_usec != 0xffffffff) \
nfsv2_time         59 nfs/xdr_subs.h 		(t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
nfsv2_time         64 nfs/xdr_subs.h 	((struct nfsv2_time *)(t))->nfsv2_sec = htonl((f)->tv_sec); \
nfsv2_time         66 nfs/xdr_subs.h 		((struct nfsv2_time *)(t))->nfsv2_usec = htonl((f)->tv_nsec / 1000); \
nfsv2_time         68 nfs/xdr_subs.h 		((struct nfsv2_time *)(t))->nfsv2_usec = 0xffffffff; \