Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dstat.h98 struct stat13 { struct
99 uint32_t st_dev; /* inode's device */
100 uint32_t st_ino; /* inode's number */
101 mode_t st_mode; /* inode protection mode */
102 nlink_t st_nlink; /* number of hard links */
103 uid_t st_uid; /* user ID of the file's owner */
104 gid_t st_gid; /* group ID of the file's group */
105 uint32_t st_rdev; /* device type */
107 struct timespec50 st_atimespec;/* time of last access */
108 struct timespec50 st_mtimespec;/* time of last data modification */
[all …]