Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h268 enum time_how4 { enum
272 typedef enum time_how4 time_how4; typedef
275 time_how4 set_it;
3344 extern bool_t xdr_time_how4(XDR *, time_how4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x278 enum time_how4 { enum
283 union settime4 switch (time_how4 set_it) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c246 xdr_time_how4(register XDR *xdrs, time_how4 *objp) in xdr_time_how4()