Home
last modified time | relevance | path

Searched refs:st_birthtim (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c54 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd11_stat()
55 __put_user(host_st->st_birthtim.tv_nsec, &target_st->st_birthtim.tv_nsec); in h2t_freebsd11_stat()
92 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd_stat()
93 __put_user(host_st->st_birthtim.tv_nsec, &target_st->st_birthtim.tv_nsec); in h2t_freebsd_stat()
132 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd11_nstat()
133 __put_user(host_st->st_birthtim.tv_nsec, &target_st->st_birthtim.tv_nsec); in h2t_freebsd11_nstat()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h237 struct target_freebsd_timespec st_birthtim; /* time of file creation */ member
279 struct target_freebsd_timespec st_birthtim; /* time of file creation */ member
306 struct target_freebsd_timespec st_birthtim; /* time of file creation */ member