Searched refs:shmid_ds (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dshm.h138 struct shmid_ds struct
140 #define shmid_ds __shmid_ds_new
155 #define shmid_ds __shmid_ds_old macro
181 int shmctl(int, int, struct shmid_ds *) __DARWIN_ALIAS(shmctl);
/macosx-10.10/Libc-1044.1.2/sys/
H A Dshmctl.c35 shmctl(int shmid, int cmd, struct shmid_ds *ds)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c193 * then it's value of (struct shmid_ds)->shm_segsz will never exceed 4G.
588 struct user_shmid_ds shmid_ds; local
589 memcpy(&shmid_ds, &shmseg->u, sizeof(struct user_shmid_ds));
592 shmid_ds.shm_internal = USER_ADDR_NULL;
594 error = copyout(&shmid_ds, uap->buf, sizeof(shmid_ds));
994 * with the (struct shmid_ds)->shm_segsz field; also, POSIX
1084 struct user_shmid_ds shmid_ds; /* 64 bit version */ local
1162 memcpy(&shmid_ds, shmid_dsp, sizeof(shmid_ds));
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c27 struct shmid_ds my_shmid_ds;
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessShim.mm282 static int shim_shmctl(int sharedMemoryIdentifier, int cmd, struct shmid_ds* outputDescriptor)
/macosx-10.10/apache-793/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c94 struct shmid_ds shmbuf = { { 0 } };
/macosx-10.10/apr-32/apr/apr/shmem/unix/
H A Dshm.c95 struct shmid_ds shmbuf;
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmmopen.c270 struct shmid_ds shmds;

Completed in 291 milliseconds