HomeSort by relevance Sort by last modified time
    Searched defs:atime (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/include/
sftp-common.h 49 u_int32_t atime; member in struct:Attrib
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
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
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb_il.c 194 time_t atime = (time_t)lr->lr_atime[0]; local
224 ctime(&atime));
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_set_fileinfo.c 426 uint32_t crtime, atime, mtime; local
429 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0)
444 if (atime != 0 && atime != UINT_MAX) {
446 smb_time_local_to_gmt(sr, atime);
469 uint32_t crtime, atime, mtime; local
474 &crtime, &atime, &mtime) != 0) {
490 if (atime != 0 && atime != (uint32_t)-1) {
492 smb_time_local_to_gmt(sr, atime);
522 uint64_t crtime, atime, mtime, ctime; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_attr.c 177 * of owner/group, mode, size, atime/mtime.
2405 timestruc_t atime; local
    [all...]
nfs4_xdr.c 1241 nfstime4 atime; local
1245 (longlong_t *)&atime.seconds))
1247 if (!XDR_GETINT32(xdrs, (int *)&atime.nseconds))
1249 error = nfs4_time_ntov(&atime, &vap->va_atime);
1839 nfstime4 atime; local
    [all...]
nfs_vnops.c 1245 timestruc_t atime = vap->va_atime; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_vnops.c 978 struct timespec *mtime, *atime; local
1088 atime = ((mask & AT_ATIME) ? &vap->va_atime : 0);
1090 if (mtime || atime) {
1097 np->n_dosattr, mtime, atime, &scred);
1100 np->n_dosattr, mtime, atime, &scred);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ilb/
ilb_conn.h 203 * atime: the last access time of this entry
215 int64_t atime; member in struct:ilb_sticky_s
  /onnv/onnv-gate/usr/src/uts/common/sys/
flock_impl.h 449 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)
  /onnv/onnv-gate/usr/src/cmd/ssh/scp/
scp.c 774 #define atime tv[0] macro
833 atime.tv_sec = strtol(cp, &cp, 10);
835 SCREWUP("atime.sec not delimited")
836 atime.tv_usec = strtol(cp, &cp, 10);
838 SCREWUP("atime.usec not delimited")
  /onnv/onnv-gate/usr/src/uts/common/fs/pcfs/
pc_vnops.c 572 struct pctime atime; local
669 atime.pct_date = pcp->pc_entry.pcd_ladate;
670 if (atime.pct_date == pcp->pc_entry.pcd_mtime.pct_date)
671 atime.pct_time = pcp->pc_entry.pcd_mtime.pct_time;
673 atime.pct_time = 0;
674 pc_pcttotv(&atime, &unixtime);
815 struct pctime atime; local
827 error = pc_tvtopct(timep, &atime);
830 pcp->pc_entry.pcd_ladate = atime.pct_date;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_vfsops.c 411 int atime, do_atime = B_FALSE; local
469 atime = B_FALSE;
472 atime = B_TRUE;
505 error = dsl_prop_register(ds, "atime", atime_changed_cb, zfsvfs);
543 atime_changed_cb(zfsvfs, atime);
555 (void) dsl_prop_unregister(ds, "atime", atime_changed_cb, zfsvfs);
1160 VERIFY(dsl_prop_unregister(ds, "atime", atime_changed_cb,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
at.c 99 static void atime(struct tm *, struct tm *);
336 atime(&at, &rt);
475 atime(struct tm *a, struct tm *b) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rcp.c 1162 time_t mtime, atime; local
1170 atime = stb.st_atime;
1172 if ((mtime < 0) || (atime < 0)) {
1180 if (atime < 0) {
1181 atime = now;
1187 mtime, atime);
1403 #define atime tv[0] macro
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
expound.c 183 struct timeval atime; member in struct:__anon2
196 struct timeval32 atime; member in struct:__anon3
204 TIMEVAL32_TO_TIMEVAL(&utimbuf.atime, &utimbuf32.atime);
209 prtimeval(pri, "at = ", &utimbuf.atime);
217 timespec_t atime; member in struct:__anon4
230 timespec32_t atime; member in struct:__anon5
238 TIMESPEC32_TO_TIMESPEC(&utimbuf.atime, &utimbuf32.atime);
243 if (utimbuf.atime.tv_nsec == UTIME_OMIT
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
genunix.c 699 hrtime_t atime; /* expiration before value */ member in struct:callout_data
792 (coargs->exp < coargs->atime)) {
921 (cl->cl_expiration < coargs->atime)) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs.h 368 (NFS3_TIME_OK((attrs)->atime.seconds) && \
1155 nfstime3 atime; member in struct:fattr3
1244 nfstime3 atime; member in struct:set_atime
1259 set_atime atime; member in struct:sattr3
    [all...]

Completed in 970 milliseconds