Searched refs:pshm_gid (Results 1 – 2 of 2) sorted by relevance
126 #define pshm_gid pshm_hdr.pshm_gid macro403 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()
61 gid_t pshm_gid; member