Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dvstat.h56 uid_t vst_uid; /* user ID of the file's owner */ member
H A Dproc_info.h293 uid_t vst_uid; /* [XSI] User ID of the file */ member
/xnu-11417.140.69/tests/
H A Dproc_info.c1490 …T_EXPECT_EQ_UINT(preginfo_path.prp_vip.vip_vi.vi_stat.vst_uid, 0U, "PROC_PIDREGIONPATHINFO returns…
1582 …T_EXPECT_EQ_UINT(preginfo_path.prp_vip.vip_vi.vi_stat.vst_uid, 0U, "PROC_PIDREGIONPATHINFO2 return…
1643 …T_EXPECT_GE_UINT(pvninfo.pvi_cdir.vip_vi.vi_stat.vst_uid, 0U, "PROC_PIDVNODEPATHINFO returns valid…
/xnu-11417.140.69/bsd/kern/
H A Dposix_shm.c1106 sb->vst_uid = pinfo->pshm_uid; in fill_pshminfo()
H A Dposix_sem.c1084 sb->vst_uid = pinfo->psem_uid; in fill_pseminfo()
H A Dsys_pipe.c1726 ub->vst_uid = kauth_getuid(); in fill_pipeinfo()
H A Dproc_info.c3799 vsbp->vst_uid = sbp->st_uid; in munge_vinfo_stat()