Searched refs:st_gid (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | stat.h | 124 __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 D | unique.c | 235 …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 D | sys_socket.c | 383 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 D | posix_shm.c | 702 sb64->st_gid = pinfo->pshm_gid; in pshm_stat() 709 sb->st_gid = pinfo->pshm_gid; in pshm_stat()
|
| H A D | sys_pipe.c | 509 sb64->st_gid = kauth_getgid(); in pipe_stat() 536 sb->st_gid = kauth_getgid(); in pipe_stat()
|
| H A D | proc_info.c | 3816 vsbp->vst_gid = sbp->st_gid; in munge_vinfo_stat()
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 467 VATTR_RETURN(vap, va_gid, stb.st_gid); in fdesc_attr()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 1607 sb64->st_gid = va.va_gid; in vn_stat_noauth() 1625 sb->st_gid = va.va_gid; in vn_stat_noauth()
|
| H A D | vfs_syscalls.c | 14499 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()
|