Searched refs:st_mtim (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 44 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd11_stat() 45 __put_user(host_st->st_mtim.tv_nsec, &target_st->st_mtim.tv_nsec); in h2t_freebsd11_stat() 82 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd_stat() 83 __put_user(host_st->st_mtim.tv_nsec, &target_st->st_mtim.tv_nsec); in h2t_freebsd_stat() 123 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd11_nstat() 124 __put_user(host_st->st_mtim.tv_nsec, &target_st->st_mtim.tv_nsec); in h2t_freebsd11_nstat()
|
/openbmc/linux/tools/testing/selftests/tty/ |
H A D | tty_tstamp_update.c | 80 st1.st_mtim.tv_sec == st2.st_mtim.tv_sec) { in main()
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 229 struct target_freebsd_timespec st_mtim; /* time last data modification */ member 271 struct target_freebsd_timespec st_mtim; /* time of last data modification */ member 299 struct target_freebsd_timespec st_mtim; /* time last data modification */ member
|
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/ |
H A D | acinclude.m4 | 363 # Define ST_MTIM_NSEC to be the nanoseconds member of struct stat's st_mtim, 367 [AC_CACHE_CHECK([for nanoseconds member of struct stat.st_mtim], 379 #include <sys/stat.h>], [struct stat s; s.st_mtim.ST_MTIM_NSEC;], 386 [Define to be the nanoseconds member of struct stat's st_mtim,
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 218 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ member
|
H A D | sys.h | 1029 buf->st_mtim.tv_sec = statx.stx_mtime.tv_sec; in stat() 1030 buf->st_mtim.tv_nsec = statx.stx_mtime.tv_nsec; in stat()
|
/openbmc/qemu/fsdev/ |
H A D | virtfs-proxy-helper.c | 525 pr_stat->st_mtim_sec = stat->st_mtim.tv_sec; in stat_to_prstat() 526 pr_stat->st_mtim_nsec = stat->st_mtim.tv_nsec; in stat_to_prstat()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 339 + * Define if we have st_mtim in struct stat
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-proxy.c | 168 stbuf->st_mtim.tv_sec = prstat->st_mtim_sec; in prstat_to_stat() 171 stbuf->st_mtim.tv_nsec = prstat->st_mtim_nsec; in prstat_to_stat()
|
H A D | 9p.c | 1355 v9lstat->st_mtime_nsec = stbuf->st_mtim.tv_nsec; in stat_to_v9stat_dotl()
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 729 if (st.st_mtim.tv_sec != st.st_mtime || st.st_mtim.tv_nsec > 1000000000) in test_stat_timestamps()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_mgmt.cpp | 1565 return fileStat.st_mtim; in getUpdatedFileTime()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7619 __put_user(host_st->st_mtim.tv_nsec, &target_st->target_st_mtime_nsec); in host_to_target_stat64() 7654 __put_user(host_st->st_mtim.tv_nsec, &target_st->target_st_mtime_nsec); in host_to_target_stat64() 10908 __put_user(st.st_mtim.tv_nsec, in _syscall2()
|