Home
last modified time | relevance | path

Searched refs:pshm_gid (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dposix_shm.c124 #define pshm_gid pshm_hdr.pshm_gid macro
401 new_pinfo->pshm_gid = kauth_getgid(); in shm_open()
465 pinfo->pshm_gid, pinfo->pshm_mode); in shm_open()
700 sb64->st_gid = pinfo->pshm_gid; in pshm_stat()
707 sb->st_gid = pinfo->pshm_gid; in pshm_stat()
729 return posix_cred_access(cred, pinfo->pshm_uid, pinfo->pshm_gid, pinfo->pshm_mode, mode_req); in pshm_access()
994 AUDIT_ARG(posix_ipc_perm, pinfo->pshm_uid, pinfo->pshm_gid, pinfo->pshm_mode); in shm_unlink()
1112 sb->vst_gid = pinfo->pshm_gid; in fill_pshminfo()
/xnu-8019.80.24/bsd/sys/
H A Dposix_shm.h61 gid_t pshm_gid; member