Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 25 of 99) sorted by relevance

1234

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_close.c61 int32_t mtime; in smb_com_close() local
69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close()
70 smb_ofile_close(sr->fid_ofile, mtime); in smb_com_close()
102 int32_t mtime; in smb_com_close_and_tree_disconnect() local
110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close_and_tree_disconnect()
111 smb_ofile_close(sr->fid_ofile, mtime); in smb_com_close_and_tree_disconnect()
H A Dsmb_set_fileinfo.c389 uint32_t mtime; in smb_set_information() local
391 if (smbsr_decode_vwv(sr, "wl10.", &attributes, &mtime) != 0) in smb_set_information()
407 if (mtime != 0 && mtime != UINT_MAX) { in smb_set_information()
409 smb_time_local_to_gmt(sr, mtime); in smb_set_information()
429 uint32_t crtime, atime, mtime; in smb_set_information2() local
432 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0) in smb_set_information2()
436 if (mtime != 0 && mtime != UINT_MAX) { in smb_set_information2()
438 smb_time_local_to_gmt(sr, mtime); in smb_set_information2()
472 uint32_t crtime, atime, mtime; in smb_set_standard_info() local
477 &crtime, &atime, &mtime) != 0) { in smb_set_standard_info()
[all …]
H A Dsmb_create.c42 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec); in smb_pre_create()
85 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec); in smb_pre_create_new()
128 rc = smbsr_decode_vwv(sr, "wl", &reserved, &op->mtime.tv_sec); in smb_pre_create_temporary()
184 if ((op->mtime.tv_sec != 0) && (op->mtime.tv_sec != UINT_MAX)) in smb_common_create()
185 op->mtime.tv_sec = smb_time_local_to_gmt(sr, op->mtime.tv_sec); in smb_common_create()
186 op->mtime.tv_nsec = 0; in smb_common_create()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c58 static int mtime; /* periodic mcast supply timer */ in timer() local
70 mtime = supplyinterval; in timer()
92 mtime += alarmtime; in timer()
93 if (mtime >= supplyinterval) { in timer()
96 mtime = 0; in timer()
99 mintime = min(mintime, supplyinterval - mtime); in timer()
/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_stat.c111 cep->ce_sec.mtime = ((cep->ce_sec.mtime * (cep->ce_ntests - 1)) + in cpr_stat_event_end()
122 cep->ce_msec.mtime = in cpr_stat_event_end()
123 ((cep->ce_msec.mtime * (cep->ce_ntests - 1)) + in cpr_stat_event_end()
195 (int)cep->ce_sec.mtime, (int)(cep->ce_msec.mtime / 10), in cpr_stat_event_print()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dsftp-common.c61 a->mtime = 0; in attrib_clear()
79 a->mtime = st->st_mtime; in stat_to_attrib()
98 st->st_mtime = a->mtime; in attrib_to_stat()
120 a.mtime = buffer_get_int(b); in decode_attrib()
154 buffer_put_int(b, a->mtime); in encode_attrib()
/titanic_44/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh57 mtime=$($LS -E% all $TESTDIR/clone/file | $AWK '/mtime/ {print $4}')
61 [[ $o_mtime = $mtime ]] && log_fail "mtime unchanged: $o_mtime $mtime"
/titanic_44/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; \
/titanic_44/usr/src/cmd/stat/common/
H A Dmnt.c42 static time_t mtime; variable
86 if (buf.st_mtime != mtime) { in do_mnttab()
97 mtime = buf.st_mtime; in do_mnttab()
/titanic_44/usr/src/cmd/bnu/
H A Duudemon.cleanup285 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);
/titanic_44/usr/src/ucbcmd/vipw/
H A Dvipw.c226 editfile(char *editor, char *temp, char *orig, time_t *mtime) in editfile() argument
230 return (sanity_check(temp, mtime, orig)); in editfile()
259 sanity_check(char *temp, time_t *mtime, char *orig) in sanity_check() argument
277 *mtime = sbuf.st_mtime; in sanity_check()
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_logelem.c1172 cfs_timestruc_t ctime, mtime; in logelem_roll_setattr() local
1256 mtime = tmp->tm_mtime; in logelem_roll_setattr()
1263 mtime = SETATTR_OBJECT(logelem_object_p).i_up->dl_mtime; in logelem_roll_setattr()
1287 if (TIMECHANGE(mtime, va.va_mtime)) { in logelem_roll_setattr()
1363 cfs_timestruc_t ctime, mtime; in logelem_roll_setsecattr() local
1447 mtime = tmp->tm_mtime; in logelem_roll_setsecattr()
1454 mtime = SETSECATTR_OBJECT(logelem_object_p).i_up->dl_mtime; in logelem_roll_setsecattr()
1477 if (TIMECHANGE(mtime, va.va_mtime)) { in logelem_roll_setsecattr()
1707 cfs_timestruc_t ctime, mtime; in logelem_roll_remove() local
1759 mtime = tmp->tm_mtime; in logelem_roll_remove()
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c710 uint64_t mtime[2], ctime[2]; in zfs_link_create() local
735 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, in zfs_link_create()
752 mtime, sizeof (mtime)); in zfs_link_create()
757 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); in zfs_link_create()
813 uint64_t mtime[2], ctime[2]; in zfs_link_destroy() local
865 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, ctime, in zfs_link_destroy()
891 NULL, mtime, sizeof (mtime)); in zfs_link_destroy()
894 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); in zfs_link_destroy()
H A Dzfs_sa.c205 uint64_t crtime[2], mtime[2], ctime[2]; in zfs_sa_upgrade() local
236 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); in zfs_sa_upgrade()
271 &mtime, 16); in zfs_sa_upgrade()
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h80 time32_t mtime; /* modification time of entry */ member
105 time32_t mtime; /* modification time of entry */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c519 na->mtime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
520 na->mtime.nseconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
537 IXDR_PUT_U_INT32(ptr, na->mtime.seconds); in xdr_fattr3()
538 IXDR_PUT_U_INT32(ptr, na->mtime.nseconds); in xdr_fattr3()
557 xdr_u_int(xdrs, &na->mtime.seconds) && in xdr_fattr3()
558 xdr_u_int(xdrs, &na->mtime.nseconds) && in xdr_fattr3()
893 attrp->mtime.seconds = IXDR_GET_U_INT32(ptr); in xdr_wcc_data()
894 attrp->mtime.nseconds = IXDR_GET_U_INT32(ptr); in xdr_wcc_data()
900 if (!xdr_u_int(xdrs, &attrp->mtime.seconds)) in xdr_wcc_data()
902 if (!xdr_u_int(xdrs, &attrp->mtime.nseconds)) in xdr_wcc_data()
[all …]
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs_prot.x133 nfstime mtime; /* time of last modification */ member
146 nfstime mtime; /* time of last modification */ member
474 nfstime3 mtime; member
490 nfstime3 mtime; member
556 nfstime3 mtime; variable
567 set_mtime mtime; member
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c609 register time_t mtime; local
703 mtime = 0;
705 mtime = mtime * 10 + (*s++ - '0');
714 if (stp->st_mtime == mtime)
716 if (stp->st_mtime < mtime) {
720 } else if (stp->st_mtime == mtime && stp->st_size == size)
783 time_t mtime; local
812 mtime = 0;
814 mtime = mtime * 10 + (*cp++ - '0');
1028 tvp[1].tv_sec = mtime;
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x132 wnl_time mtime; /* time of last modification */ member
266 wnl_time3 mtime; member
/titanic_44/usr/src/cmd/fs.d/nfs/nfsfind/
H A Dnfsfind.sh46 find $dir -type f -name .nfs\* -mtime +7 -mount -exec rm -f {} \;
/titanic_44/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);
843 uint32_t attr, struct timespec *mtime, in smbfs_smb_setpattr1() argument
859 if (mtime) { in smbfs_smb_setpattr1()
860 smb_time_local2server(mtime, svtz, &time); in smbfs_smb_setpattr1()
930 struct timespec *mtime, in smbfs_smb_setfattr() argument
943 attr, mtime, atime, scrp); in smbfs_smb_setfattr()
952 mtime, atime, scrp); in smbfs_smb_setfattr()
956 attr, mtime, scrp); in smbfs_smb_setfattr()
[all …]
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_strict.c67 struct cnode *cp, time_t mtime);
388 time_t mtime) in cachefs_gettime_cached_object() argument
407 xsec = now - mtime; in cachefs_gettime_cached_object()
/titanic_44/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 {} \;
/titanic_44/usr/src/cmd/ssh/include/
H A Dsftp-common.h50 u_int32_t mtime; member

1234