Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/sys/ !
H A Dstat.h341 struct user32_stat64 { struct
342 dev_t st_dev; /* [XSI] ID of device containing file */
343 mode_t st_mode; /* [XSI] Mode of file (see below) */
344 nlink_t st_nlink; /* [XSI] Number of hard links */
345 ino64_t st_ino; /* [XSI] File serial number */
346 uid_t st_uid; /* [XSI] User ID of the file */
347 gid_t st_gid; /* [XSI] Group ID of the file */
348 dev_t st_rdev; /* [XSI] Device ID */
350 struct user32_timespec st_atimespec; /* time of last access */
351 struct user32_timespec st_mtimespec; /* time of last data modification */
[all …]