Searched refs:st_atim (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 42 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_stat() 43 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd11_stat() 77 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd_stat() 78 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd_stat() 121 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_nstat() 122 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd11_nstat()
|
/openbmc/linux/tools/testing/selftests/tty/ |
H A D | tty_tstamp_update.c | 79 if (st1.st_atim.tv_sec == st2.st_atim.tv_sec && in main()
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 228 struct target_freebsd_timespec st_atim; /* time last accessed */ member 267 struct target_freebsd_timespec st_atim; /* time of last access */ member 298 struct target_freebsd_timespec st_atim; /* time last accessed */ member
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/ |
H A D | fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch | 22 AC_CHECK_MEMBERS([struct stat.st_atim])
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 217 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ member
|
H A D | sys.h | 1027 buf->st_atim.tv_sec = statx.stx_atime.tv_sec; in stat() 1028 buf->st_atim.tv_nsec = statx.stx_atime.tv_nsec; in stat()
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 720 if (sizeof(st.st_atim.tv_sec) != sizeof(st.st_atime)) in test_stat_timestamps() 726 if (st.st_atim.tv_sec != st.st_atime || st.st_atim.tv_nsec > 1000000000) in test_stat_timestamps()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 1354 v9lstat->st_atime_nsec = stbuf->st_atim.tv_nsec; in stat_to_v9stat_dotl()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7646 __put_user(host_st->st_atim.tv_nsec, &target_st->target_st_atime_nsec); in host_to_target_stat64() 7681 __put_user(host_st->st_atim.tv_nsec, &target_st->target_st_atime_nsec); in host_to_target_stat64() 10995 __put_user(st.st_atim.tv_nsec, in _syscall2()
|
/openbmc/qemu/ |
H A D | meson.build | 2702 cc.has_member('struct stat', 'st_atim',
|