Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/aoutm68k/
H A Daoutm68k_stat.h42 struct aoutm68k_stat43 { struct
43 u_int16_t st_dev; /* inode's device */
44 u_int32_t st_ino; /* inode's number */
45 u_int16_t st_mode; /* inode protection mode */
46 u_int16_t st_nlink; /* number of hard links */
47 u_int16_t st_uid; /* user ID of the file's owner */
48 u_int16_t st_gid; /* group ID of the file's group */
49 u_int16_t st_rdev; /* device type */
50 int32_t st_size; /* file size, in bytes */
51 struct timespec50 st_atimespec;/* time of last access */
[all …]