Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dposix_shm.c126 #define pshm_gid pshm_hdr.pshm_gid macro
403 new_pinfo->pshm_gid = kauth_getgid(); in shm_open()
467 pinfo->pshm_gid, pinfo->pshm_mode); in shm_open()
702 sb64->st_gid = pinfo->pshm_gid; in pshm_stat()
709 sb->st_gid = pinfo->pshm_gid; in pshm_stat()
731 return posix_cred_access(cred, pinfo->pshm_uid, pinfo->pshm_gid, pinfo->pshm_mode, mode_req); in pshm_access()
989 AUDIT_ARG(posix_ipc_perm, pinfo->pshm_uid, pinfo->pshm_gid, pinfo->pshm_mode); in shm_unlink()
1107 sb->vst_gid = pinfo->pshm_gid; in fill_pshminfo()
/xnu-12377.81.4/bsd/sys/
H A Dposix_shm.h61 gid_t pshm_gid; member