Searched refs:atime (Results 1 - 25 of 60) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t86 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
95 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
123 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
138 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
147 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
158 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
163 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
171 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
182 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
192 skip "filesystem atime/mtim
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dsftp-common.h49 u_int32_t atime; member in struct:Attrib
/opensolaris-onvv-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1100 m_textstr(4861, "stime,tty=TTY", "I"), "atime,args",\
1103 m_textstr(4862, "tty=TTY", "I"), "atime,args", NULL };
1108 m_textstr(4863, "atime,comm=COMD", "I"), NULL };
1109 #define M_PS_DEFFMT { m_textstr(4864, "pid,tty=TTY", "I"), "atime,comm",\
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_set_fileinfo.c428 uint32_t crtime, atime, mtime; local
431 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0)
446 if (atime != 0 && atime != UINT_MAX) {
448 smb_time_local_to_gmt(sr, atime);
471 uint32_t crtime, atime, mtime; local
476 &crtime, &atime, &mtime) != 0) {
492 if (atime != 0 && atime != (uint32_t)-1) {
494 smb_time_local_to_gmt(sr, atime);
524 uint64_t crtime, atime, mtime, ctime; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dsftp-common.c60 a->atime = 0;
78 a->atime = st->st_atime;
97 st->st_atime = a->atime;
119 a.atime = buffer_get_int(b);
153 buffer_put_int(b, a->atime);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h81 time32_t atime; /* access time of entry */ member in struct:fhlist_ent
106 time32_t atime; /* access time of entry */ member in struct:linkinfo_ent
H A Ddbtab.c411 (void) fprintf(fp, "\nmtime 0x%x, atime 0x%x, flags 0x%x, reclen %d\n",
412 linkp->mtime, linkp->atime, linkp->flags, linkp->reclen);
430 (void) fprintf(fp, "\nmtime 0x%x, atime 0x%x, flags 0x%x, reclen %d\n",
431 fhrecp->mtime, fhrecp->atime, fhrecp->flags, fhrecp->reclen);
613 * db_update_fhrec - puts fhrec in db with updated atime if more than
622 if (difftime(cur_time, fhrecp->atime) >= mapping_update_interval) {
623 fhrecp->atime = cur_time;
631 * db_update_linkinfo - puts linkinfo in db with updated atime if more than
640 if (difftime(cur_time, linkp->atime) >= mapping_update_interval) {
641 linkp->atime
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlook.pl15 local($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
H A DAnyDBM_File.t37 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
119 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm31 atime mtime ctime blksize blocks
98 atime,
H A Dstat.t49 is( $stat->atime, $stat[8], "last access time in position 8" );
70 # VOS open() updates atime; ignore this error (posix-975).
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x131 wnl_time atime; /* time of last access */
265 wnl_time3 atime;
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c219 vap->va_atime.tv_sec = na->atime.seconds;
220 vap->va_atime.tv_nsec = na->atime.useconds * 1000;
H A Dnfs3_xdr.c70 if (!xdr_u_int(xdrs, &objp->atime.seconds))
72 if (!xdr_u_int(xdrs, &objp->atime.nseconds))
H A Dnfs3ops.c227 vap->va_atime.tv_sec = na->atime.seconds;
228 vap->va_atime.tv_nsec = na->atime.nseconds;
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x132 nfstime atime; /* time of last access */
145 nfstime atime; /* time of last access */
473 nfstime3 atime;
549 nfstime3 atime;
566 set_atime atime;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL160 } elsif ($_ eq 'atime') {
401 \$atime,\$mtime,\$ctime,\$blksize,\$blocks) = $stat(_);
484 $atime,$mtime,$ctime,$blksize,$blocks);
490 $atime,$mtime,$ctime,$blksize,$blocks) = (0) x 13;
494 \$atime,\$mtime,\$ctime,\$blksize,\$blocks) = $stat(_);
571 \$atime,\$mtime,\$ctime,\$blksize,\$blocks) = $stat(_);
831 =item C<-atime N>
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dflock_impl.h449 int atime; /* used for cycle detection algorithm */ member in struct:proc_vertex
482 #define PROC_ARRIVE(pvertex) ((pvertex)->atime = pgraph.mark)
484 #define PROC_ARRIVED(pvertex) ((pvertex)->atime == pgraph.mark)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm149 my ($mode,$size,$atime,$mtime) = (stat)[2,7,8,9];
181 utime($atime,$mtime + $Is_VMS,$targetfile) unless $nonono>1;
182 print "utime($atime,$mtime,$targetfile)\n" if $verbose>1;
464 my($mode,$atime,$mtime) = (stat $from)[2,8,9];
465 utime($atime,$mtime+$Is_VMS,$to);
/opensolaris-onvv-gate/usr/src/cmd/tip/
H A Duucplock.c65 * ulockf(file, atime)
67 * time_t atime;
75 * atime - is unused, but we keep it for lint compatibility
82 ulockf(char *file, time_t atime) argument
/opensolaris-onvv-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.h203 * atime: the last access time of this entry
215 int64_t atime; member in struct:ilb_sticky_s
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm121 my($atime,$mtime) = ref($data) ? @$data : ($data,$data);
127 utime($atime,$mtime, $file);
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dzdb_il.c194 time_t atime = (time_t)lr->lr_atime[0]; local
224 ctime(&atime));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1185 time_t mtime, atime; local
1193 atime = stb.st_atime;
1195 if ((mtime < 0) || (atime < 0)) {
1203 if (atime < 0) {
1204 atime = now;
1210 mtime, atime);
1426 #define atime tv[0] macro
1490 atime.tv_sec = strtol(cp, &cp, 0);
1492 SCREWUP("atime.sec not delimited");
1493 atime
[all...]

Completed in 229 milliseconds

123