Searched refs:mtime (Results 26 - 50 of 86) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c78 * Qname - Query if file exists. Return mtime & size if it does.
609 register time_t mtime; local
703 mtime = 0;
705 mtime = mtime * 10 + (*s++ - '0');
707 error("update: mtime not delimited\n");
714 if (stp->st_mtime == mtime)
716 if (stp->st_mtime < mtime) {
720 } else if (stp->st_mtime == mtime && stp->st_size == size)
728 * Ysize mtime\
783 time_t mtime; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c519 na->mtime.seconds = IXDR_GET_U_INT32(ptr);
520 na->mtime.nseconds = IXDR_GET_U_INT32(ptr);
537 IXDR_PUT_U_INT32(ptr, na->mtime.seconds);
538 IXDR_PUT_U_INT32(ptr, na->mtime.nseconds);
557 xdr_u_int(xdrs, &na->mtime.seconds) &&
558 xdr_u_int(xdrs, &na->mtime.nseconds) &&
893 attrp->mtime.seconds = IXDR_GET_U_INT32(ptr);
894 attrp->mtime.nseconds = IXDR_GET_U_INT32(ptr);
900 if (!xdr_u_int(xdrs, &attrp->mtime.seconds))
902 if (!xdr_u_int(xdrs, &attrp->mtime
[all...]
H A Dnfs3_srv.c240 if (args->new_attributes.mtime.set_it == SET_TO_CLIENT_TIME)
1522 nfstime3 *mtime; local
1593 mtime = (nfstime3 *)&args->how.createhow3_u.verf;
1594 va.va_mtime.tv_sec = mtime->seconds % INT32_MAX;
1595 va.va_mtime.tv_nsec = mtime->nseconds;
1753 mtime = (nfstime3 *)&args->how.createhow3_u.verf;
1757 (mtime->seconds % INT32_MAX) ||
1758 vap->va_mtime.tv_nsec != mtime->nseconds)) {
4166 if (sap->mtime.set_it == SET_TO_CLIENT_TIME) {
4169 if (!NFS3_TIME_OK(sap->mtime
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_object.x312 uint32_t mtime; /* Time of objects modification */
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h233 uint64_t mtime; member in struct:dsw_stat_s
397 uint64_t mtime; member in struct:dsw_stat32_s
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c227 vap->va_mtime.tv_sec = na->mtime.seconds;
228 vap->va_mtime.tv_nsec = na->mtime.useconds * 1000;
H A Dnfs3_xdr.c74 if (!xdr_u_int(xdrs, &objp->mtime.seconds))
76 if (!xdr_u_int(xdrs, &objp->mtime.nseconds))
H A Dnfs3ops.c235 vap->va_mtime.tv_sec = na->mtime.seconds;
236 vap->va_mtime.tv_nsec = na->mtime.nseconds;
H A Dnfs_xdr.c103 if (!xdr_b_nfstime(xdrs, &objp->mtime)) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c81 uint32_t attr, struct timespec *mtime, struct timespec *atime,
85 struct timespec *mtime, struct timespec *atime,
90 struct timespec *mtime, struct smb_cred *scrp);
839 * Set DOS file attributes. mtime should be NULL for dialects above lm10
843 uint32_t attr, struct timespec *mtime,
859 if (mtime) {
860 smb_time_local2server(mtime, svtz, &time);
863 mb_put_uint32le(mbp, time); /* mtime */
922 * Set file attributes (optionally: DOS attr, atime, mtime)
930 struct timespec *mtime,
842 smbfs_smb_setpattr1(struct smbnode *np, const char *name, int len, uint32_t attr, struct timespec *mtime, struct smb_cred *scrp) argument
926 smbfs_smb_setfattr( struct smbnode *np, int fid, uint32_t attr, struct timespec *mtime, struct timespec *atime, struct smb_cred *scrp) argument
964 smbfs_smb_setftime1( struct smbnode *np, uint16_t fid, struct timespec *mtime, struct timespec *atime, struct smb_cred *scrp) argument
1019 smbfs_smb_setfattrNT( struct smbnode *np, int fid, uint32_t attr, struct timespec *mtime, struct timespec *atime, struct smb_cred *scrp) argument
1417 smbfs_smb_close(struct smb_share *ssp, uint16_t fid, struct timespec *mtime, struct smb_cred *scrp) argument
[all...]
H A Dsmbfs_subr.h171 uint32_t attr, struct timespec *mtime, struct timespec *atime,
180 struct timespec *mtime, struct smb_cred *scrp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c205 uint64_t crtime[2], mtime[2], ctime[2]; local
236 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16);
271 &mtime, 16);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h567 * if mtime matches cached mtime it is valid
568 * NOTE: mtime is now a timestruc_t.
571 #define CACHE_VALID(rp, mtime, fsize) \
573 (((mtime).tv_sec == (rp)->r_attr.va_mtime.tv_sec && \
574 (mtime).tv_nsec == (rp)->r_attr.va_mtime.tv_nsec) && \
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h253 char mtime[12]; member in struct:b_block::bar_header
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h171 struct timespec *mtime, struct smb_cred *scrp);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c198 time_t mtime = (time_t)lr->lr_mtime[0]; local
234 ctime(&mtime));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1185 time_t mtime, atime; local
1192 mtime = stb.st_mtime;
1195 if ((mtime < 0) || (atime < 0)) {
1198 if (mtime < 0) {
1199 mtime = now;
1210 mtime, atime);
1427 #define mtime tv[1] macro
1484 mtime.tv_sec = strtol(cp, &cp, 0);
1486 SCREWUP("mtime.sec not delimited");
1487 mtime
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c397 time_t mtime; local
463 mtime = stb.st_mtime;
475 if (stat(buf, &stb) < 0 || stb.st_mtime < mtime || attimeout)
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c43 char *mode, char *acl, char *mtime, char *uid, char *gid, char *contents,
230 char *acl, char *mtime, char *uid, char *gid, char *contents, char *devnode,
243 get_token(line, &pos, line_len, mtime, MISC_SIZE);
415 tag = "mtime";
229 parse_line(char *line, char *fname, char *type, char *size, char *mode, char *acl, char *mtime, char *uid, char *gid, char *contents, char *devnode, char *dest) argument
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c987 * use it as file's mtime. This will be considered an explicitly set
1018 if ((op->mtime.tv_sec != 0) && (op->mtime.tv_sec != UINT_MAX)) {
1019 attr.sa_vattr.va_mtime = op->mtime;
1024 * Used to have code here to set mtime, ctime, atime
1033 * gratuitious mtime update on close that Windows
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c412 linkp->mtime, linkp->atime, linkp->flags, linkp->reclen);
431 fhrecp->mtime, fhrecp->atime, fhrecp->flags, fhrecp->reclen);
681 new_fhrecp->mtime = time(0);
682 new_fhrecp->atime = new_fhrecp->mtime;
924 linkp->mtime = time(0);
925 linkp->atime = linkp->mtime;
1284 fhrecp->mtime = time(0);
1285 fhrecp->atime = fhrecp->mtime;
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_xdr.c213 return (xdr_uint32_t(xdrs, &objp->mtime));
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c396 long mtime; local
439 mtime = sp->f_modtime; /* modtime (if preserving) */
743 newtimes.actime = mtime;
744 newtimes.modtime = mtime;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h184 time_t mtime; /* last modified time of this file */ member in struct:fl_info
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c849 timestruc_t *mtime; local
868 /* if mtime has changed, don't clear the modified attribute */
870 mtime = &(node->vsn_mtime);
873 (mtime->tv_sec != attr.va_mtime.tv_sec) ||
874 (mtime->tv_nsec != attr.va_mtime.tv_nsec)) {
1012 /* if access is denied, set mtime to invalidate client cache */

Completed in 127 milliseconds

1234