Home
last modified time | relevance | path

Searched refs:nfsv3_time (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/nfs/
Dxdr_subs.h73 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
74 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
78 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
79 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
Dnfsproto.h389 struct nfsv3_time { struct
393 typedef struct nfsv3_time nfstime3; argument
/freebsd-10-stable/sys/fs/nfs/
Dxdr_subs.h69 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
70 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
74 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
75 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
Dnfsproto.h688 struct nfsv3_time { struct
692 typedef struct nfsv3_time nfstime3; argument
/freebsd-10-stable/contrib/tcpdump/
Dnfs.h276 struct nfsv3_time { struct
280 typedef struct nfsv3_time nfstime3; argument
/freebsd-10-stable/lib/libstand/
Dnfs.c137 struct nfsv3_time { struct
153 struct nfsv3_time fa_atime; argument
154 struct nfsv3_time fa_mtime;
155 struct nfsv3_time fa_ctime;