Searched refs:shm_nattch (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dshm.h148 shmatt_t shm_nattch; /* [XSI] Number of current attaches */ member in struct:shmid_ds
164 shmatt_t shm_nattch; /* [XSI] Number of current attaches */ member in struct:__shmid_ds_old
H A Dshm_internal.h86 short shm_nattch; /* number of current attaches */ member in struct:user_shmid_ds
98 short shm_nattch; /* number of current attaches */ member in struct:user32_shmid_ds
/macosx-10.10/Libc-1044.1.2/sys/
H A Dshmctl.c57 _UP_CVT(shm_nattch);
78 _DN_CVT(shm_nattch);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c204 out->shm_nattch = in->shm_nattch;
223 out->shm_nattch = in->shm_nattch;
302 if ((--shmseg->u.shm_nattch <= 0) &&
501 shmseg->u.shm_nattch++;
642 if (shmseg->u.shm_nattch <= 0) {
792 shmseg->u.shm_lpid = shmseg->u.shm_nattch = 0;
930 shmsegs[IPCID_TO_IX(shmmap_s->shmid)].u.shm_nattch++;
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessShim.mm309 outputDescriptor->shm_nattch = descriptorPtr->referenceCount;
/macosx-10.10/file_cmds-242/ipcs/
H A Dipcs.c419 shmptr->shm_nattch);

Completed in 193 milliseconds