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

/darwin-on-arm/xnu/bsd/sys/
H A Dshm.h143 * the third argment to shmctl().
162 time_t shm_ctime; /* [XSI] Time of last shmctl() change */
178 time_t shm_ctime; /* [XSI] Time of last shmctl() change */
192 int shmctl(int, int, struct shmid_ds *) __DARWIN_ALIAS(shmctl); variable
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c19 * Test shmat, shmctl, shmdt, shmget system calls.
46 my_err = shmctl( my_shm_id, IPC_STAT, &my_shmid_ds );
48 printf( "shmctl failed with error %d - \"%s\" \n", errno, strerror( errno) );
52 printf( "shmctl failed get correct shared segment size \n" );
56 printf( "shmctl failed get correct creator pid \n" );
66 my_err = shmctl( my_shm_id, IPC_RMID, NULL );
68 printf("shmctl failed to delete memory segment.\n");
83 shmctl( my_shm_id, IPC_RMID, NULL);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile186 shmctl.2 \
/darwin-on-arm/xnu/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
867 * Entry point for all SHM calls: shmat, oshmctl, shmdt, shmget, shmctl
882 * functions (shmat, oshmctl, shmdt, shmget, shmctl). The correct

Completed in 17 milliseconds