Searched refs:shm_perm (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c191 out->shm_perm = in->shm_perm;
218 out->shm_perm = in->shm_perm;
228 if ((shmsegs[i].u.shm_perm.mode & SHMSEG_ALLOCATED) &&
229 shmsegs[i].u.shm_perm._key == key)
244 if ((shmseg->u.shm_perm.mode & (SHMSEG_ALLOCATED | SHMSEG_REMOVED))
246 shmseg->u.shm_perm._seq != IPCID_TO_SEQ(shmid))
265 shmseg->u.shm_perm.mode = SHMSEG_FREE;
291 (shmseg->u.shm_perm
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dshm.h153 struct __ipc_perm_new shm_perm; /* [XSI] Operation permission value */ member in struct:shmid_ds
169 struct __ipc_perm_old shm_perm; /* [XSI] Operation permission value */ member in struct:__shmid_ds_old
H A Dshm_internal.h84 struct ipc_perm shm_perm; /* operation permission structure */ member in struct:user_shmid_ds

Completed in 27 milliseconds