/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_setfile.c | 57 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 D | smb_set_fileinfo.c | 438 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 D | uucplock.c | 65 * 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 D | zdb_il.c | 197 time_t atime = (time_t)lr->lr_atime[0]; local 227 ctime(&atime));
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 81 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 D | ilb_conn.h | 203 * 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 D | pc_vnops.c | 577 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 D | flock_impl.h | 450 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 D | at.c | 99 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 D | zfs_znode.c | 766 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 D | zfs_vfsops.c | 421 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 D | pkgfs.c | 90 char atime[12]; member in struct:ustar_hdr::__anon87::__anon89
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 184 * 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 D | nfs_vnops.c | 1236 * 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 D | nfs4_xdr.c | 1406 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 D | smbfs_vnops.c | 968 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 D | smbfs_smb.c | 81 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 D | rcp.c | 1185 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 D | expound.c | 159 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 D | idn_proto.c | 84 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 D | genunix.c | 784 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 D | cpio.c | 170 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 D | nfs.h | 365 (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
|