Home
last modified time | relevance | path

Searched refs:st_gid (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dstat.h124 __uint16_t st_gid; /* group ID of the file's group */ member
172 gid_t st_gid; /* [XSI] Group ID of the file */ \
200 gid_t st_gid; /* [XSI] Group ID of the file */ member
249 gid_t st_gid; /* [XSI] Group ID of the file */ member
282 gid_t st_gid; /* [XSI] Group ID of the file */ member
315 gid_t st_gid; /* [XSI] Group ID of the file */ member
347 gid_t st_gid; /* [XSI] Group ID of the file */ member
/xnu-11215.81.4/bsd/kern/
H A Dsys_socket.c387 sb64->st_gid = kauth_cred_getgid(so->so_cred); in soo_stat()
399 sb->st_gid = kauth_cred_getgid(so->so_cred); in soo_stat()
H A Dposix_shm.c702 sb64->st_gid = pinfo->pshm_gid; in pshm_stat()
709 sb->st_gid = pinfo->pshm_gid; in pshm_stat()
H A Dsys_pipe.c509 sb64->st_gid = kauth_getgid(); in pipe_stat()
536 sb->st_gid = kauth_getgid(); in pipe_stat()
H A Dproc_info.c3743 vsbp->vst_gid = sbp->st_gid; in munge_vinfo_stat()
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c455 VATTR_RETURN(vap, va_gid, stb.st_gid); in fdesc_attr()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c1562 sb64->st_gid = va.va_gid; in vn_stat_noauth()
1580 sb->st_gid = va.va_gid; in vn_stat_noauth()
H A Dvfs_syscalls.c14101 usbp->st_gid = sbp->st_gid; in munge_user64_stat()
14138 usbp->st_gid = sbp->st_gid; in munge_user32_stat()
14178 usbp->st_gid = sbp->st_gid; in munge_user64_stat64()
14219 usbp->st_gid = sbp->st_gid; in munge_user32_stat64()