Searched refs:shmctl (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dshm.h132 * the third argment to shmctl().
151 time_t shm_ctime; /* [XSI] Time of last shmctl() change */
167 time_t shm_ctime; /* [XSI] Time of last shmctl() change */
181 int shmctl(int, int, struct shmid_ds *) __DARWIN_ALIAS(shmctl); variable
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c19 * Test shmat, shmctl, shmdt, shmget system calls.
45 my_err = shmctl( my_shm_id, IPC_STAT, &my_shmid_ds );
47 printf( "shmctl failed with error %d - \"%s\" \n", errno, strerror( errno) );
51 printf( "shmctl failed get correct shared segment size \n" );
55 printf( "shmctl failed get correct creator pid \n" );
65 printf( "shmctl failed to sanitize kernel internal pointer \n" );
75 my_err = shmctl( my_shm_id, IPC_RMID, NULL );
77 printf("shmctl failed to delete memory segment.\n");
92 shmctl( my_shm_id, IPC_RMID, NULL);
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dshmctl.c35 shmctl(int shmid, int cmd, struct shmid_ds *ds) function
/macosx-10.10.1/apr-32/apr/apr/shmem/unix/
H A Dshm.c69 if (shmctl(m->shmid, IPC_RMID, NULL) == -1 && errno != EINVAL) {
189 if (shmctl(new_m->shmid, IPC_STAT, &shmbuf) == -1) {
195 if (shmctl(new_m->shmid, IPC_SET, &shmbuf) == -1) {
203 if (shmctl(new_m->shmid, IPC_RMID, NULL) == -1) {
332 if (shmctl(new_m->shmid, IPC_STAT, &shmbuf) == -1) {
338 if (shmctl(new_m->shmid, IPC_SET, &shmbuf) == -1) {
405 if (shmctl(shmid, IPC_RMID, NULL) == -1) {
/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_map.c132 (void)shmctl(id, IPC_RMID, NULL);
168 ret = shmctl(
175 "shmctl/SHM_LOCK: id %d: unable to lock down shared memory region", id);
286 if (destroy && shmctl(segid, IPC_RMID,
289 "shmctl: id %d: unable to delete system shared memory region",
/macosx-10.10.1/file_cmds-242/ipcrm/
H A Dipcrm.c81 return shmctl(id, IPC_RMID, NULL);
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessShim.mm285 return shmctl(sharedMemoryIdentifier, cmd, outputDescriptor);
323 DYLD_INTERPOSE(shim_shmctl, shmctl);
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man2/
H A DMakefile197 shmctl.2 \
/macosx-10.10.1/apache-793/httpd/test/
H A Dtime-sem.c478 if (shmctl(shmid, IPC_RMID, NULL) != 0) {
479 perror("shmctl(IPC_RMID)");
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c131 (sy_call_t *)shmctl
543 shmctl(__unused struct proc *p, struct shmctl_args *uap, int32_t *retval) function
877 * Entry point for all SHM calls: shmat, oshmctl, shmdt, shmget, shmctl
892 * functions (shmat, oshmctl, shmdt, shmget, shmctl). The correct
/macosx-10.10.1/apache-793/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c111 if (shmctl(shmid, IPC_SET, &shmbuf) == -1) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmmopen.c291 (void)shmctl(mmdc->shmid, IPC_RMID, &shmds);
/macosx-10.10.1/apr-32/apr/apr/
H A Dconfigure20858 for ac_func in mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
20984 for ac_spec in header:sys/ipc.h header:sys/shm.h header:sys/file.h func:shmget func:shmat func:shmdt func:shmctl; do
21372 for ac_spec in header:sys/ipc.h header:sys/shm.h header:sys/file.h func:shmget func:shmat func:shmdt func:shmctl; do
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dconfigure[all...]

Completed in 459 milliseconds