Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h842 struct netbsd32_stat50 { struct
843 uint32_t st_dev; /* inode's device */
844 mode_t st_mode; /* inode protection mode */
845 netbsd32_uint64 st_ino; /* inode's number */
846 nlink_t st_nlink; /* number of hard links */
847 uid_t st_uid; /* user ID of the file's owner */
848 gid_t st_gid; /* group ID of the file's group */
849 uint32_t st_rdev; /* device type */
850 struct netbsd32_timespec50 st_atimespec;/* time of last access */
851 struct netbsd32_timespec50 st_mtimespec;/* time of last data modification */
[all …]