Symbol: st_atimespec
bin/cp/utils.c
71
ts[0] = fs->st_atimespec;
bin/ls/cmp.c
60
((x)->st_atimespec.tv_nsec op (y)->st_atimespec.tv_nsec)
bin/mv/mv.c
329
ts[0] = sbp->st_atimespec;
bin/mv/mv.c
332
TIMESPEC_TO_TIMEVAL(&tval[0], &sbp->st_atimespec);
bin/pax/file_subs.c
838
TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atimespec);
bin/rcp/rcp.c
376
(long long)stb.st_atimespec.tv_sec,
bin/rcp/rcp.c
377
(long)stb.st_atimespec.tv_nsec / 1000);
bin/rcp/rcp.c
449
(long long)statp->st_atimespec.tv_sec,
bin/rcp/rcp.c
450
(long)statp->st_atimespec.tv_nsec / 1000);
lib/libc/compat/sys/compat___stat13.c
79
ost->st_atimespec.tv_sec = (int32_t)st->st_atimespec.tv_sec;
lib/libc/compat/sys/compat___stat13.c
80
ost->st_atimespec.tv_nsec = st->st_atimespec.tv_nsec;
lib/libc/compat/sys/compat___stat30.c
80
timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
lib/libc/compat/sys/compat_stat.c
75
ost->st_atimespec.tv_sec = (int32_t)st->st_atimespec.tv_sec;
lib/libc/compat/sys/compat_stat.c
76
ost->st_atimespec.tv_nsec = st->st_atimespec.tv_nsec;
lib/libpuffs/subr.c
278
va->va_atime = sb->st_atimespec;
sbin/init/init.c
1191
&st.st_atimespec : &st.st_mtimespec);
sys/compat/aoutm68k/aoutm68k_stat.c
249
ast->st_atimespec.tv_sec = st->st_atimespec.tv_sec;
sys/compat/aoutm68k/aoutm68k_stat.c
250
ast->st_atimespec.tv_nsec = st->st_atimespec.tv_nsec;
sys/compat/aoutm68k/aoutm68k_stat.c
275
ast->st_atimespec.tv_sec = st->st_atimespec.tv_sec;
sys/compat/aoutm68k/aoutm68k_stat.c
276
ast->st_atimespec.tv_nsec = st->st_atimespec.tv_nsec;
sys/compat/aoutm68k/aoutm68k_stat.c
304
ast->st_atimespec.tv_sec = st->st_atimespec.tv_sec;
sys/compat/aoutm68k/aoutm68k_stat.c
305
ast->st_atimespec.tv_nsec = st->st_atimespec.tv_nsec;
sys/compat/aoutm68k/aoutm68k_stat.h
51
struct timespec50 st_atimespec;/* time of last access */
sys/compat/aoutm68k/aoutm68k_stat.h
70
struct timespec50 st_atimespec;/* time of last access */
sys/compat/aoutm68k/aoutm68k_stat.h
91
struct timespec50 st_atimespec;/* time of last access */
sys/compat/common/vfs_syscalls_12.c
96
timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
sys/compat/common/vfs_syscalls_30.c
95
timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
sys/compat/common/vfs_syscalls_43.c
136
cvttimespec(&ost->st_atimespec, &st->st_atimespec);
sys/compat/common/vfs_syscalls_50.c
102
timespec_to_timespec50(&st->st_atimespec, &ost->st_atimespec);
sys/compat/netbsd32/netbsd32.h
789
struct netbsd32_timespec50 st_atimespec;/* time of last access */
sys/compat/netbsd32/netbsd32.h
811
struct netbsd32_timespec50 st_atimespec;/* time of last access */
sys/compat/netbsd32/netbsd32.h
828
struct netbsd32_timespec50 st_atimespec;/* time of last access */
sys/compat/netbsd32/netbsd32.h
850
struct netbsd32_timespec50 st_atimespec;/* time of last access */
sys/compat/netbsd32/netbsd32.h
871
struct netbsd32_timespec st_atimespec;/* time of last access */
sys/compat/netbsd32/netbsd32_compat_12.c
77
sp32->st_atimespec.tv_sec = sp12->st_atimespec.tv_sec;
sys/compat/netbsd32/netbsd32_compat_12.c
78
sp32->st_atimespec.tv_nsec = sp12->st_atimespec.tv_nsec;
sys/compat/netbsd32/netbsd32_compat_43.c
89
sp32->st_atimespec.tv_sec = sb->st_atimespec.tv_sec;
sys/compat/netbsd32/netbsd32_compat_43.c
90
sp32->st_atimespec.tv_nsec = sb->st_atimespec.tv_nsec;
sys/compat/netbsd32/netbsd32_conv.h
493
sb32p->st_atimespec.tv_sec = (int32_t)sbp->st_atimespec.tv_sec;
sys/compat/netbsd32/netbsd32_conv.h
494
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sys/compat/netbsd32/netbsd32_conv.h
520
sb32p->st_atimespec.tv_sec = (int32_t)sbp->st_atimespec.tv_sec;
sys/compat/netbsd32/netbsd32_conv.h
521
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sys/compat/netbsd32/netbsd32_conv.h
547
sb32p->st_atimespec.tv_sec = (netbsd32_time_t)sbp->st_atimespec.tv_sec;
sys/compat/netbsd32/netbsd32_conv.h
548
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sys/compat/sunos32/sunos32_misc.c
257
sb32p->st_atimespec.tv_sec = (netbsd32_time_t)sbp->st_atimespec.tv_sec;
sys/compat/sunos32/sunos32_misc.c
258
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sys/compat/sys/stat.h
107
struct timespec50 st_atimespec;/* time of last access */
sys/compat/sys/stat.h
149
struct timespec50 st_atimespec;/* time of last access */
sys/compat/sys/stat.h
54
struct timespec50 st_atimespec;/* time of last access */
sys/compat/sys/stat.h
72
struct timespec50 st_atimespec;/* time of last access */
sys/dev/dmover/dmover_io.c
608
st->st_atimespec = ds->ds_atime;
sys/dev/putter/putter.c
433
st->st_atimespec = pi->pi_atime;
sys/kern/sys_eventfd.c
384
st->st_atimespec = efd->efd_atime;
sys/kern/sys_memfd.c
313
st->st_atimespec = mfd->mfd_atime;
sys/kern/sys_mqueue.c
333
st->st_atimespec = mq->mq_atime;
sys/kern/sys_pipe.c
874
ub->st_atimespec = pipe->pipe_atime;
sys/kern/sys_timerfd.c
364
st->st_atimespec = tfd->tfd_atime;
sys/kern/uipc_sem.c
823
nanotime(&ub->st_atimespec);
sys/kern/uipc_sem.c
825
ub->st_atimespec;
sys/kern/uipc_usrreq.c
911
ub->st_atimespec = ub->st_mtimespec = ub->st_ctimespec = unp->unp_ctime;
sys/kern/vfs_vnops.c
802
sb->st_atimespec = va.va_atime;
sys/miscfs/fdesc/fdesc_vnops.c
378
vap->va_atime = stb.st_atimespec;
sys/net/bpf.c
1528
st->st_atimespec = d->bd_atime;
sys/net/if_tap.c
928
st->st_atimespec = sc->sc_atime;
sys/opencrypto/cryptodev.c
2003
st->st_atimespec = fcr->atime;
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
84
timespec_to_timespec50(&sb->st_atimespec, &ssb->st_atim);
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
122
ssb->st_atim = sb->st_atimespec;
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
126
timespec_to_timespec50(&sb->st_atimespec, &ssb->st_atim);
sys/rump/librump/rumpkern/cons.c
146
sb->st_atimespec = sb->st_mtimespec = sb->st_ctimespec = ts;
tests/fs/vfs/t_vnops.c
116
timespecadd(&sb1.st_atimespec, &onesec, &atplus1);
tests/fs/vfs/t_vnops.c
117
if (timespeccmp(&sb2.st_atimespec, &sb1.st_atimespec, >) &&
tests/fs/vfs/t_vnops.c
118
timespeccmp(&sb2.st_atimespec, &atplus1, <))
tests/fs/vfs/t_vnops.c
119
sb2.st_atimespec = sb1.st_atimespec;
tests/fs/vfs/t_vnops.c
139
TIME(st_atimespec);
tests/fs/vfs/t_vnops.c
763
sb.st_atimespec.tv_sec = 1000000000;
tests/fs/vfs/t_vnops.c
764
sb.st_atimespec.tv_nsec = 1000;
tests/fs/vfs/t_vnops.c
777
CHECK(st_atimespec.tv_sec);
tests/fs/vfs/t_vnops.c
782
CHECK(st_atimespec.tv_nsec);
tests/lib/libc/c063/t_utimensat.c
68
ATF_CHECK_EQ_MSG(st->st_atimespec.tv_sec, tptr[0].tv_sec,
tests/lib/libc/c063/t_utimensat.c
70
(long long)st->st_atimespec.tv_sec,
tests/lib/libc/c063/t_utimensat.c
72
ATF_CHECK_EQ_MSG(st->st_atimespec.tv_nsec, tptr[0].tv_nsec,
tests/lib/libc/c063/t_utimensat.c
74
(long)st->st_atimespec.tv_nsec, (long)tptr[0].tv_nsec);
usr.bin/compress/compress.c
393
TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atimespec);
usr.bin/gzip/gzip.c
1148
TIMESPEC_TO_TIMEVAL(&times[0], &sb.st_atimespec);
usr.bin/touch/touch.c
202
ts[0] = sb.st_atimespec;
usr.bin/touch/touch.c
207
timespeccmp(&ts[0], &sb.st_atimespec, ==) &&
usr.bin/touch/touch.c
358
tsp[0] = sb.st_atimespec;
usr.bin/xinstall/xinstall.c
690
TIMESPEC_TO_TIMEVAL(&tv[0], &from_sb.st_atimespec);
usr.sbin/makefs/msdos/msdosfs_vnops.c
108
at = st->st_atimespec;