Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dstat.h64 struct stat12 { /* NetBSD-1.2 stat struct */ struct
65 uint32_t st_dev; /* inode's device */
66 uint32_t st_ino; /* inode's number */
67 uint16_t st_mode; /* inode protection mode */
68 uint16_t st_nlink; /* number of hard links */
69 uid_t st_uid; /* user ID of the file's owner */
70 gid_t st_gid; /* group ID of the file's group */
71 uint32_t st_rdev; /* device type */
72 struct timespec50 st_atimespec;/* time of last access */
73 struct timespec50 st_mtimespec;/* time of last data modification */
[all …]