Searched defs:atime (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_setfile.c57 uint64_t crtime, atime, mtime, ctime; local
62 &crtime, &atime, &mtime, &ctime, &attributes) != 0)
70 if (atime != 0 && atime != (uint64_t)-1) {
71 smb_time_nt_to_unix(atime, &attr->sa_vattr.va_atime);
H A Dsmb_set_fileinfo.c438 uint32_t crtime, atime, mtime; local
442 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0)
457 if (atime != 0 && atime != UINT_MAX) {
459 smb_time_local_to_gmt(sr, atime);
481 uint32_t crtime, atime, mtime; local
486 &crtime, &atime, &mtime) != 0)
501 if (atime != 0 && atime != (uint32_t)-1) {
503 smb_time_local_to_gmt(sr, atime);
[all...]
/illumos-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
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c197 time_t atime = (time_t)lr->lr_atime[0]; local
227 ctime(&atime));
/illumos-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
/illumos-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
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c577 struct pctime atime; local
674 atime.pct_date = pcp->pc_entry.pcd_ladate;
675 if (atime.pct_date == pcp->pc_entry.pcd_mtime.pct_date)
676 atime.pct_time = pcp->pc_entry.pcd_mtime.pct_time;
678 atime.pct_time = 0;
679 pc_pcttotv(&atime, &unixtime);
824 struct pctime atime; local
836 error = pc_tvtopct(timep, &atime);
839 pcp->pc_entry.pcd_ladate = atime.pct_date;
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h450 int atime; /* used for cycle detection algorithm */ member in struct:proc_vertex
483 #define PROC_ARRIVE(pvertex) ((pvertex)->atime = pgraph.mark)
485 #define PROC_ARRIVED(pvertex) ((pvertex)->atime == pgraph.mark)
/illumos-gate/usr/src/cmd/cron/
H A Dat.c99 static void atime(struct tm *, struct tm *);
337 atime(&at, &rt);
476 atime(struct tm *a, struct tm *b) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c766 uint64_t crtime[2], atime[2], mtime[2], ctime[2]; local
880 ZFS_TIME_ENCODE(&vap->va_atime, atime);
882 ZFS_TIME_ENCODE(&now, atime);
904 NULL, &atime, 16);
935 NULL, &atime, 16);
H A Dzfs_vfsops.c421 boolean_t atime = B_FALSE; local
481 atime = B_FALSE;
484 atime = B_TRUE;
559 atime_changed_cb(zfsvfs, atime);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c90 char atime[12]; member in struct:ustar_hdr::__anon87::__anon89
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c184 * of owner/group, mode, size, atime/mtime.
2525 timestruc_t atime; local
2551 error = nfs4_time_ntov(&na->time_access, &atime);
2554 if (bcmp(&atime, &sarg->vap->va_atime, sizeof (atime)))
H A Dnfs_vnops.c1236 * to tell whether both the mtime and atime should be
1254 timestruc_t atime = vap->va_atime; local
1269 vap->va_atime = atime;
H A Dnfs4_xdr.c1406 nfstime4 atime; local
1410 (longlong_t *)&atime.seconds))
1412 if (!XDR_GETINT32(xdrs, (int *)&atime.nseconds))
1414 error = nfs4_time_ntov(&atime, &vap->va_atime);
2003 nfstime4 atime; local
2006 IXDR_GET_U_HYPER(ptr, atime.seconds);
2007 atime.nseconds = IXDR_GET_U_INT32(ptr);
2009 error = nfs4_time_ntov(&atime, &vap->va_atime);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c968 struct timespec *mtime, *atime; local
1087 atime = ((mask & AT_ATIME) ? &vap->va_atime : 0);
1089 if (dosattr || mtime || atime) {
1095 dosattr, mtime, atime, &scred);
H A Dsmbfs_smb.c81 uint32_t attr, struct timespec *mtime, struct timespec *atime,
85 struct timespec *mtime, struct timespec *atime,
922 * Set file attributes (optionally: DOS attr, atime, mtime)
931 struct timespec *atime,
943 attr, mtime, atime, scrp);
952 mtime, atime, scrp);
961 * Set file atime and mtime. Isn't supported by core dialect.
968 struct timespec *atime,
987 if (atime)
988 smb_time_unix2dos(atime, tzof
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
[all...]
/illumos-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...]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c159 timespec_t atime; member in struct:__anon49
172 timespec32_t atime; member in struct:__anon50
180 TIMESPEC32_TO_TIMESPEC(&utimbuf.atime, &utimbuf32.atime);
185 if (utimbuf.atime.tv_nsec == UTIME_OMIT)
187 else if (utimbuf.atime.tv_nsec == UTIME_NOW)
190 prtimestruc(pri, "at = ", &utimbuf.atime);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c84 static int idn_mark_awol(int domid, clock_t *atime);
9140 idn_mark_awol(int domid, clock_t *atime) argument
9161 *atime = awol;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c784 hrtime_t atime; /* expiration before value */ member in struct:callout_data
877 (coargs->exp < coargs->atime)) {
1021 (cl->cl_expiration < coargs->atime)) {
1390 'a', MDB_OPT_UINTPTR_SET, &aflag, (uintptr_t *)&coargs.atime,
1417 coargs.atime *= coargs.nsec_per_tick;
1423 coargs.atime += coargs.now;
1473 if ((aflag && bflag) && (coargs.btime <= coargs.atime)) {
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c170 static void set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime);
6746 set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime) argument
6750 times[0].tv_sec = atime;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h365 (NFS3_TIME_OK((attrs)->atime.seconds) && \
1154 nfstime3 atime; member in struct:fattr3
1243 nfstime3 atime; member in struct:set_atime
1258 set_atime atime; member in struct:sattr3

Completed in 216 milliseconds