Searched refs:mtime (Results 1 - 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_close.c61 int32_t mtime; local
69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp);
70 smb_ofile_close(sr->fid_ofile, mtime);
102 int32_t mtime; local
110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp);
111 smb_ofile_close(sr->fid_ofile, mtime);
H A Dsmb_create.c43 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec);
86 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec);
129 rc = smbsr_decode_vwv(sr, "wl", &reserved, &op->mtime.tv_sec);
185 if ((op->mtime.tv_sec != 0) && (op->mtime.tv_sec != UINT_MAX))
186 op->mtime.tv_sec = smb_time_local_to_gmt(sr, op->mtime.tv_sec);
187 op->mtime.tv_nsec = 0;
H A Dsmb_set_fileinfo.c400 uint32_t mtime; local
404 if (smbsr_decode_vwv(sr, "wl10.", &attributes, &mtime) != 0)
418 if (mtime != 0 && mtime != UINT_MAX) {
420 smb_time_local_to_gmt(sr, mtime);
438 uint32_t crtime, atime, mtime; local
442 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0)
446 if (mtime != 0 && mtime != UINT_MAX) {
448 smb_time_local_to_gmt(sr, mtime);
481 uint32_t crtime, atime, mtime; local
[all...]
H A Dsmb_cmn_setfile.c57 uint64_t crtime, atime, mtime, ctime; local
62 &crtime, &atime, &mtime, &ctime, &attributes) != 0)
74 if (mtime != 0 && mtime != (uint64_t)-1) {
75 smb_time_nt_to_unix(mtime, &attr->sa_vattr.va_mtime);
H A Dsmb_quota.c218 uint64_t mtime; local
239 &next_offset, &sidlen, &mtime,
296 uint64_t mtime = 0; local
331 next_quota ? next_offset : 0, sidlen, mtime,
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsfind/
H A Dnfsfind.sh46 find $dir -type f -name .nfs\* -mtime +7 -mount -exec rm -f {} \;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c58 static int mtime; /* periodic mcast supply timer */ local
70 mtime = supplyinterval;
92 mtime += alarmtime;
93 if (mtime >= supplyinterval) {
96 mtime = 0;
99 mintime = min(mintime, supplyinterval - mtime);
/illumos-gate/usr/src/cmd/sa/
H A Dsa2.sh35 /usr/bin/find /var/adm/sa \( -name 'sar*' -o -name 'sa*' \) -mtime +7 -exec /usr/bin/rm {} \;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh27 # 2. Write to the file in that clone and verify the mtime and ctime change,
52 o_mtime=$(ls -E% all $TESTDIR/clone/file | awk '/mtime/ {print $4}')
57 mtime=$(ls -E% all $TESTDIR/clone/file | awk '/mtime/ {print $4}')
61 [[ $o_mtime = $mtime ]] && log_fail "mtime unchanged: $o_mtime $mtime"
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c42 static time_t mtime; variable
86 if (buf.st_mtime != mtime) {
97 mtime = buf.st_mtime;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h102 int mtime = (time); \
104 (timer).sip_timeout_val.tv_sec = mtime / MILLISEC; \
105 mtime -= (timer).sip_timeout_val.tv_sec * MILLISEC; \
106 (timer).sip_timeout_val.tv_usec = mtime * MILLISEC; \
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_stat.c111 cep->ce_sec.mtime = ((cep->ce_sec.mtime * (cep->ce_ntests - 1)) +
122 cep->ce_msec.mtime =
123 ((cep->ce_msec.mtime * (cep->ce_ntests - 1)) +
195 (int)cep->ce_sec.mtime, (int)(cep->ce_msec.mtime / 10),
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup282 #find $PUBDIR -type f -mtime +30 -exec rm -f {} \;
285 find $SEQDIR -type f -mtime +30 -exec rm -f {} \;
286 find $WORKDIR -type f -mtime +1 -exec rm -f {} \;
287 find $STATDIR -type f -mtime +2 -exec rm -f {} \;
288 find $CORRUPT -type f -mtime +10 -exec rm -f {} \;
H A Dsecurity.c391 static char mtime[MODSTR]; local
398 (void) sprintf(mtime, "%d/%d-%d:%2.2d", tp->tm_mon + 1,
400 return(mtime);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h80 time32_t mtime; /* modification time of entry */ member in struct:fhlist_ent
105 time32_t mtime; /* modification time of entry */ member in struct:linkinfo_ent
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dpath.h58 time_t mtime; member in struct:pathcomp
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c226 editfile(char *editor, char *temp, char *orig, time_t *mtime) argument
230 return (sanity_check(temp, mtime, orig));
259 sanity_check(char *temp, time_t *mtime, char *orig) argument
277 *mtime = sbuf.st_mtime;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtar.h108 char mtime[TMTMLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtar.h99 char mtime[TMTMLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtar.h108 char mtime[TMTMLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtar.h108 char mtime[TMTMLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtar.h108 char mtime[TMTMLEN]; member in struct:header
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x132 wnl_time mtime; /* time of last modification */
266 wnl_time3 mtime;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c715 uint64_t mtime[2], ctime[2]; local
740 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime,
757 mtime, sizeof (mtime));
762 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE);
818 uint64_t mtime[2], ctime[2]; local
870 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, ctime,
896 NULL, mtime, sizeof (mtime));
899 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctim
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x133 nfstime mtime; /* time of last modification */
146 nfstime mtime; /* time of last modification */
474 nfstime3 mtime;
490 nfstime3 mtime;
556 nfstime3 mtime;
567 set_mtime mtime;

Completed in 71 milliseconds

1234