Searched refs:st_atimespec (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dstat.h127 struct timespec st_atimespec; /* time of last access */ member in struct:ostat
137 struct timespec st_atimespec; /* time of last access */ \
203 struct timespec st_atimespec; /* time of last access */ member in struct:stat
252 struct user64_timespec st_atimespec; /* time of last access */ member in struct:user64_stat
285 struct user32_timespec st_atimespec; /* time of last access */ member in struct:user32_stat
318 struct user64_timespec st_atimespec; /* time of last access */ member in struct:user64_stat64
350 struct user32_timespec st_atimespec; /* time of last access */ member in struct:user32_stat64
382 #define st_atime st_atimespec.tv_sec
H A Dpipe.h160 struct timespec st_atimespec; /* time of last access */ member in struct:pipe
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_entry_stat.c86 st->st_atimespec.tv_nsec = archive_entry_atime_nsec(entry);
H A Darchive_entry_copy_stat.c39 archive_entry_set_atime(entry, st->st_atime, st->st_atimespec.tv_nsec);
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_file.c528 reply_lookup->obj_atime.tv_sec = node->attr_stat_info.attr_stat.st_atimespec.tv_sec;
529 reply_lookup->obj_atime.tv_nsec = node->attr_stat_info.attr_stat.st_atimespec.tv_nsec;
591 wstat->st_atimespec.tv_sec = node->attr_stat_info.attr_stat.st_atimespec.tv_sec;
592 wstat->st_atimespec.tv_nsec = node->attr_stat_info.attr_stat.st_atimespec.tv_nsec;
732 parent_node->attr_stat_info.attr_stat.st_atimespec = parent_node->attr_stat_info.attr_stat.st_ctimespec = parent_node->attr_stat_info.attr_stat.st_mtimespec;
767 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_ctimespec = statbuf.attr_stat.st_mtimespec;
833 parent_node->attr_stat_info.attr_stat.st_atimespec = parent_node->attr_stat_info.attr_stat.st_ctimespec = parent_node->attr_stat_info.attr_stat.st_mtimespec;
868 statbuf.attr_stat.st_atimespec
[all...]
H A Dwebdav_parse.c1677 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_mtimespec = statbuf.attr_stat.st_ctimespec = element_ptr->stattime;
1749 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_mtimespec = statbuf.attr_stat.st_ctimespec = element_ptr->stattime;
1898 statbuf->attr_stat.st_atimespec = statbuf->attr_stat.st_ctimespec = statbuf->attr_stat.st_mtimespec;
/macosx-10.10.1/file_cmds-242/touch/
H A Dtouch.c190 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atimespec);
200 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atimespec);
371 TIMESPEC_TO_TIMEVAL(tvp, &sb.st_atimespec);
/macosx-10.10.1/file_cmds-242/ls/
H A Dcmp.c63 ((x)->st_atimespec.tv_nsec op (y)->st_atimespec.tv_nsec)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c305 tpipe->st_atimespec.tv_sec = now.tv_sec;
306 tpipe->st_atimespec.tv_nsec = now.tv_usec * 1000;
539 sb64->st_atimespec.tv_sec = cpipe->st_atimespec.tv_sec;
540 sb64->st_atimespec.tv_nsec = cpipe->st_atimespec.tv_nsec;
566 sb->st_atimespec.tv_sec = cpipe->st_atimespec.tv_sec;
567 sb->st_atimespec.tv_nsec = cpipe->st_atimespec
[all...]
/macosx-10.10.1/file_cmds-242/stat/
H A Dstat.c92 #define st_atimespec st_atim macro
675 tsp = &st->st_atimespec;
/macosx-10.10.1/file_cmds-242/compress/
H A Dcompress.c387 TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atimespec);
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkext_tools_util.c704 TIMESPEC_TO_TIMEVAL(&myTempAccessTime, &myStatBuf.st_atimespec);
758 TIMESPEC_TO_TIMEVAL(&myTempAccessTime, &myStatBuf.st_atimespec);
854 TIMESPEC_TO_TIMEVAL(&cacheFileTimes[0], &statBuffer.st_atimespec);
H A Dkernelcache.c526 TIMESPEC_TO_TIMEVAL(&machOTimesOut[0], &statBuf.st_atimespec);
H A Dbootcaches.c1090 TIMESPEC_TO_TIMEVAL(&cpath->tstamps[0], &rsb.st_atimespec);
2554 TIMESPEC_TO_TIMEVAL(&times[0], &cachesb.st_atimespec);
H A Dkextcache_main.c1049 TIMESPEC_TO_TIMEVAL(&toolArgs->kernelTimes[0], &statBuf.st_atimespec);
1583 TIMESPEC_TO_TIMEVAL(&toolArgs->kernelTimes[0], &myStatBuf.st_atimespec);
/macosx-10.10.1/file_cmds-242/cp/
H A Dutils.c364 TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atimespec);
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav.h314 struct webdav_timespec64 st_atimespec; /* time of last access */ member in struct:webdav_stat
H A Dwebdav_vnops.c750 if ( reply_getattr.obj_attr.st_atimespec.tv_sec != 0 )
755 webdav_timespec64_to_timespec(reply_getattr.obj_attr.st_atimespec, &ts);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h835 # define GET_ST_ATIME_NSEC(st) (st).st_atimespec.tv_nsec
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_entry.c680 st.st_atimespec.tv_nsec = 6543210;
753 assertEqualInt(pst->st_atimespec.tv_nsec, 321);
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Drcp.c492 (long)stb.st_atimespec.tv_sec);
556 (long)statp->st_atimespec.tv_sec);
/macosx-10.10.1/bless-103/
H A Dfirmwaresyncd.c736 TIMESPEC_TO_TIMEVAL(&times[0], &sb.st_atimespec);
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c437 VATTR_RETURN(vap, va_access_time, stb.st_atimespec);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c10366 usbp->st_atimespec.tv_sec = sbp->st_atimespec.tv_sec;
10367 usbp->st_atimespec.tv_nsec = sbp->st_atimespec.tv_nsec;
10402 usbp->st_atimespec.tv_sec = sbp->st_atimespec.tv_sec;
10403 usbp->st_atimespec.tv_nsec = sbp->st_atimespec.tv_nsec;
10441 usbp->st_atimespec.tv_sec = sbp->st_atimespec
[all...]
H A Dvfs_vnops.c1254 sb64->st_atimespec = va.va_access_time;
1269 sb->st_atimespec = va.va_access_time;

Completed in 169 milliseconds

12