Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h781 struct netbsd32_stat12 { /* NetBSD-1.2 stat struct */ struct
782 uint32_t st_dev; /* inode's device */
783 uint32_t st_ino; /* inode's number */
784 uint16_t st_mode; /* inode protection mode */
785 uint16_t st_nlink; /* number of hard links */
786 uid_t st_uid; /* user ID of the file's owner */
787 gid_t st_gid; /* group ID of the file's group */
788 uint32_t st_rdev; /* device type */
789 struct netbsd32_timespec50 st_atimespec;/* time of last access */
790 struct netbsd32_timespec50 st_mtimespec;/* time of last data modification */
[all …]