Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h290 struct target_freebsd11_nstat { struct
291 uint32_t st_dev; /* inode's device */
292 uint32_t st_ino; /* inode's number */
293 int16_t st_mode; /* inode protection mode */
294 int16_t st_nlink; /* number of hard links */
295 uint32_t st_uid; /* user ID of the file's owner */
296 uint32_t st_gid; /* group ID of the file's group */
297 uint32_t st_rdev; /* device type */
298 struct target_freebsd_timespec st_atim; /* time last accessed */
299 struct target_freebsd_timespec st_mtim; /* time last data modification */
[all …]