Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dstat.h45 struct stat43 { /* BSD-4.3 stat struct */ struct
46 uint16_t st_dev; /* inode's device */
47 uint32_t st_ino; /* inode's number */
48 uint16_t st_mode; /* inode protection mode */
49 uint16_t st_nlink; /* number of hard links */
50 uint16_t st_uid; /* user ID of the file's owner */
51 uint16_t st_gid; /* group ID of the file's group */
52 uint16_t st_rdev; /* device type */
53 int32_t st_size; /* file size, in bytes */
54 struct timespec50 st_atimespec;/* time of last access */
[all …]