HomeSort by: relevance | last modified time | path
    Searched refs:xdr_nfstime (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_osf2.h 211 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_sunos5_3.h 239 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_sunos5_4.h 246 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_ultrix.h 202 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_bsdi2.h 221 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_hpux.h 207 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_irix5.h 255 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_irix6.h 220 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_ncr2.h 168 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_osf4.h 217 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_osf5.h 229 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_sunos3.h 205 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_sunos4.h 205 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_sunos5_5.h 143 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_sunos5_6.h 148 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_sunos5_7.h 153 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_sunos5_8.h 146 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_svr4.h 163 extern bool_t xdr_nfstime(XDR *, nfstime *);
nfs_prot_hpux11.h 285 extern bool_t xdr_nfstime(XDR *, nfstime*);
nfs_prot_nextstep.h 396 extern bool_t xdr_nfstime(XDR *, nfstime*);
  /src/external/bsd/am-utils/dist/libamu/
xdr_func.c 311 if (!xdr_nfstime(xdrs, &objp->na_atime)) {
314 if (!xdr_nfstime(xdrs, &objp->na_mtime)) {
317 if (!xdr_nfstime(xdrs, &objp->na_ctime)) {
556 xdr_nfstime(XDR *xdrs, nfstime *objp) function
559 plog(XLOG_DEBUG, "xdr_nfstime:");
770 if (!xdr_nfstime(xdrs, &objp->sa_atime)) {
773 if (!xdr_nfstime(xdrs, &objp->sa_mtime)) {
  /src/external/bsd/am-utils/dist/include/
am_xdr_func.h 1075 bool_t xdr_nfstime(XDR *xdrs, nfstime *objp);

Completed in 71 milliseconds