Home
last modified time | relevance | path

Searched refs:vst_gid (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dvstat.h57 gid_t vst_gid; /* group ID of the file's group */ member
H A Dproc_info.h294 gid_t vst_gid; /* [XSI] Group ID of the file */ member
/xnu-11417.140.69/tests/
H A Dproc_info.c1491 …T_EXPECT_EQ_UINT(preginfo_path.prp_vip.vip_vi.vi_stat.vst_gid, 0U, "PROC_PIDREGIONPATHINFO returns…
1583 …T_EXPECT_EQ_UINT(preginfo_path.prp_vip.vip_vi.vi_stat.vst_gid, 0U, "PROC_PIDREGIONPATHINFO2 return…
1644 …T_EXPECT_GE_UINT(pvninfo.pvi_cdir.vip_vi.vi_stat.vst_gid, 0U, "PROC_PIDVNODEPATHINFO returns valid…
/xnu-11417.140.69/bsd/kern/
H A Dposix_shm.c1107 sb->vst_gid = pinfo->pshm_gid; in fill_pshminfo()
H A Dposix_sem.c1085 sb->vst_gid = pinfo->psem_gid; in fill_pseminfo()
H A Dsys_pipe.c1727 ub->vst_gid = kauth_getgid(); in fill_pipeinfo()
H A Dproc_info.c3800 vsbp->vst_gid = sbp->st_gid; in munge_vinfo_stat()