Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h802 struct netbsd32_stat43 { /* BSD-4.3 stat struct */ struct
803 uint16_t st_dev; /* inode's device */
804 uint32_t st_ino; /* inode's number */
805 uint16_t st_mode; /* inode protection mode */
806 uint16_t st_nlink; /* number of hard links */
807 uint16_t st_uid; /* user ID of the file's owner */
808 uint16_t st_gid; /* group ID of the file's group */
809 uint16_t st_rdev; /* device type */
810 int32_t st_size; /* file size, in bytes */
811 struct netbsd32_timespec50 st_atimespec;/* time of last access */
[all …]