Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dstat.h243 struct user64_stat { struct
244 dev_t st_dev; /* [XSI] ID of device containing file */
245 ino_t st_ino; /* [XSI] File serial number */
246 mode_t st_mode; /* [XSI] Mode of file (see below) */
247 nlink_t st_nlink; /* [XSI] Number of hard links */
248 uid_t st_uid; /* [XSI] User ID of the file */
249 gid_t st_gid; /* [XSI] Group ID of the file */
250 dev_t st_rdev; /* [XSI] Device ID */
252 struct user64_timespec st_atimespec; /* time of last access */
253 struct user64_timespec st_mtimespec; /* time of last data modification */
[all …]