Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/tests/vfs/
H A Dunique.c235 …T_EXPECT_POSIX_SUCCESS(fchownat(testdir_fd, FILE, statbuf.st_uid, statbuf.st_gid, AT_UNIQUE), "Cal…
241 …T_EXPECT_POSIX_FAILURE(fchownat(testdir_fd, FILE, statbuf.st_uid, statbuf.st_gid, AT_UNIQUE), ENOT…
/xnu-12377.41.6/bsd/kern/
H A Dsys_socket.c383 sb64->st_gid = kauth_cred_getgid(so->so_cred); in soo_stat()
395 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.c3816 vsbp->vst_gid = sbp->st_gid; in munge_vinfo_stat()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c467 VATTR_RETURN(vap, va_gid, stb.st_gid); in fdesc_attr()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1607 sb64->st_gid = va.va_gid; in vn_stat_noauth()
1625 sb->st_gid = va.va_gid; in vn_stat_noauth()
H A Dvfs_syscalls.c14499 usbp->st_gid = sbp->st_gid; in munge_user64_stat()
14536 usbp->st_gid = sbp->st_gid; in munge_user32_stat()
14576 usbp->st_gid = sbp->st_gid; in munge_user64_stat64()
14617 usbp->st_gid = sbp->st_gid; in munge_user32_stat64()