Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dstat.h276 struct user32_stat { struct
277 dev_t st_dev; /* [XSI] ID of device containing file */
278 ino_t st_ino; /* [XSI] File serial number */
279 mode_t st_mode; /* [XSI] Mode of file (see below) */
280 nlink_t st_nlink; /* [XSI] Number of hard links */
281 uid_t st_uid; /* [XSI] User ID of the file */
282 gid_t st_gid; /* [XSI] Group ID of the file */
306 extern void munge_user32_stat(struct stat *sbp, struct user32_stat *usbp); argument