Home
last modified time | relevance | path

Searched defs:st_atim (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h228 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/linux/tools/include/nolibc/
H A Dtypes.h217 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ member