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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c19 * Test shmat, shmctl, shmdt, shmget system calls.
60 my_err = shmdt( my_shm_addr );
62 printf( "shmdt failed with error %d - \"%s\" \n", errno, strerror( errno) );
82 shmdt( my_shm_addr );
/darwin-on-arm/xnu/bsd/sys/
H A Dshm.h161 time_t shm_dtime; /* [XSI] Time of last shmdt() */
177 time_t shm_dtime; /* [XSI] Time of last shmdt() */
193 int shmdt(const void *);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile187 shmdt.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_shm.c130 (sy_call_t *)shmdt, (sy_call_t *)shmget,
311 shmdt(struct proc *p, struct shmdt_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 39 milliseconds