Home
last modified time | relevance | path

Searched refs:newtime4 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2398 struct newtime4 { struct
2404 typedef struct newtime4 newtime4; argument
2420 newtime4 loca_time_modify;
3585 extern bool_t xdr_newtime4(XDR *, newtime4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2538 union newtime4 switch (bool nt_timechanged) {
2559 newtime4 loca_time_modify;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c1424 xdr_newtime4(XDR *xdrs, newtime4 *objp) in xdr_newtime4()