Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dstat.h309 struct user64_stat64 { struct
310 dev_t st_dev; /* [XSI] ID of device containing file */
311 mode_t st_mode; /* [XSI] Mode of file (see below) */
312 nlink_t st_nlink; /* [XSI] Number of hard links */
313 ino64_t st_ino; /* [XSI] File serial number */
314 uid_t st_uid; /* [XSI] User ID of the file */
315 gid_t st_gid; /* [XSI] Group ID of the file */
316 dev_t st_rdev; /* [XSI] Device ID */
318 struct user64_timespec st_atimespec; /* time of last access */
319 struct user64_timespec st_mtimespec; /* time of last data modification */
[all …]