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

/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.
60 my_err = shmdt( my_shm_addr );
62 printf( "shmdt failed with error %d - \"%s\" \n", errno, strerror( errno) );
75 shmdt( my_shm_addr );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dshm.h159 time_t shm_dtime; /* [XSI] Time of last shmdt() */
175 time_t shm_dtime; /* [XSI] Time of last shmdt() */
189 int shmdt(const void *);
H A Dsysproto.h1940 int shmdt(struct proc *, struct shmdt_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile169 shmdt.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_shm.c130 (sy_call_t *)shmdt, (sy_call_t *)shmget,
299 shmdt(struct proc *p, struct shmdt_args *uap, register_t *retval) function
H A Dinit_sysent.c404 {AC(shmdt_args), 0, 0, (sy_call_t *)shmdt, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 264 = shmdt */

Completed in 204 milliseconds