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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dshm.h109 * shmat()
158 time_t shm_atime; /* [XSI] Time of last shmat() */
174 time_t shm_atime; /* [XSI] Time of last shmat() */
187 void *shmat (int, const void *, int);
H A Dsysproto.h1938 int shmat(struct proc *, struct shmat_args *, user_addr_t *);
/macosx-10.5.8/xnu-1228.15.4/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) );
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile167 shmat.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c129 (sy_call_t *)shmat, (sy_call_t *)oshmctl,
350 shmat(struct proc *p, struct shmat_args *uap, user_addr_t *retval) function
H A Dinit_sysent.c402 {AC(shmat_args), 0, 0, (sy_call_t *)shmat, munge_www, munge_ddd, _SYSCALL_RET_ADDR_T, 12}, /* 262 = shmat */

Completed in 113 milliseconds