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

/darwin-on-arm/xnu/bsd/sys/
H A Dshm.h109 * shmat()
160 time_t shm_atime; /* [XSI] Time of last shmat() */
176 time_t shm_atime; /* [XSI] Time of last shmat() */
191 void *shmat (int, const void *, int);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c19 * Test shmat, shmctl, shmdt, shmget system calls.
36 my_shm_addr = shmat( my_shm_id, NULL, SHM_RND );
39 printf( "shmat failed with error %d - \"%s\" \n", errno, strerror( errno) );
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile185 shmat.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_shm.c129 (sy_call_t *)shmat, (sy_call_t *)oshmctl,
362 shmat(struct proc *p, struct shmat_args *uap, user_addr_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 23 milliseconds