Searched defs:target_freebsd11_stat (Results 1 – 1 of 1) sorted by relevance
220 struct target_freebsd11_stat { struct221 uint32_t st_dev; /* inode's device */222 uint32_t st_ino; /* inode's number */223 int16_t st_mode; /* inode protection mode */224 int16_t st_nlink; /* number of hard links */225 uint32_t st_uid; /* user ID of the file's owner */226 uint32_t st_gid; /* group ID of the file's group */227 uint32_t st_rdev; /* device type */228 struct target_freebsd_timespec st_atim; /* time last accessed */229 struct target_freebsd_timespec st_mtim; /* time last data modification */[all …]