Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dxdr_subs.h57 (t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->nfsv2_sec); \
58 if (((struct nfsv2_time *)(f))->nfsv2_usec != 0xffffffff) \
59 (t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
65 ((struct nfsv2_time *)(t))->nfsv2_sec = htonl((f)->tv_sec); \
67 ((struct nfsv2_time *)(t))->nfsv2_usec = htonl((f)->tv_nsec / 1000); \
69 ((struct nfsv2_time *)(t))->nfsv2_usec = 0xffffffff; \
H A Dnfsproto.h258 struct nfsv2_time { struct
262 typedef struct nfsv2_time nfstime2; argument
/dragonfly/stand/lib/
H A Dnfsv2.h127 struct nfsv2_time { struct
147 struct nfsv2_time fa_atime; argument
148 struct nfsv2_time fa_mtime;
149 struct nfsv2_time fa_ctime;
157 struct nfsv2_time sa_atime;
158 struct nfsv2_time sa_mtime;
H A Dnfs.c65 struct nfsv2_time fa_atime;
66 struct nfsv2_time fa_mtime;
67 struct nfsv2_time fa_ctime;
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c429 struct nfsv2_time fa_atime;
430 struct nfsv2_time fa_mtime;
431 struct nfsv2_time fa_ctime;
/dragonfly/contrib/tcpdump/
H A Dnfs.h274 struct nfsv2_time { struct
278 typedef struct nfsv2_time nfstime2; argument