Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/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.c700 sb64->st_gid = pinfo->pshm_gid; in pshm_stat()
707 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.c3663 vsbp->vst_gid = sbp->st_gid; in munge_vinfo_stat()
/xnu-10063.141.1/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c455 VATTR_RETURN(vap, va_gid, stb.st_gid); in fdesc_attr()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_vnops.c1549 sb64->st_gid = va.va_gid; in vn_stat_noauth()
1567 sb->st_gid = va.va_gid; in vn_stat_noauth()
H A Dvfs_syscalls.c13910 usbp->st_gid = sbp->st_gid; in munge_user64_stat()
13947 usbp->st_gid = sbp->st_gid; in munge_user32_stat()
13987 usbp->st_gid = sbp->st_gid; in munge_user64_stat64()
14028 usbp->st_gid = sbp->st_gid; in munge_user32_stat64()