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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dshm.h98 * shmat()
149 time_t shm_atime; /* [XSI] Time of last shmat() */
165 time_t shm_atime; /* [XSI] Time of last shmat() */
180 void *shmat (int, const void *, int);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c19 * Test shmat, shmctl, shmdt, shmget system calls.
35 my_shm_addr = shmat( my_shm_id, NULL, SHM_RND );
38 printf( "shmat failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessShim.mm222 return shmat(sharedMemoryIdentifier, requestedSharedAddress, shmflg);
320 DYLD_INTERPOSE(shim_shmat, shmat);
/macosx-10.10/ntp-92/util/
H A Dsht.c54 struct shmTime *p=(struct shmTime *)shmat (shmid, 0, 0);
56 perror ("shmat");
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile196 shmat.2 \
/macosx-10.10/apr-32/apr/apr/shmem/unix/
H A Dshm.c184 if ((new_m->base = shmat(new_m->shmid, NULL, 0)) == (void *)-1) {
327 if ((new_m->base = shmat(new_m->shmid, NULL, 0)) == (void *)-1) {
552 if ((new_m->base = shmat(new_m->shmid, NULL, 0)) == (void *)-1) {
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmmopen.c147 mmvm = (Mmvm_t*)shmat(mmdc->shmid, base, 0);
201 mmvm = (Mmvm_t*)shmat(mmdc->shmid, NIL(Void_t*), 0);
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_map.c157 if ((infop->addr = shmat(id, NULL, 0)) == (void *)-1) {
161 "shmat: id %d: unable to attach to shared system memory region", id);
/macosx-10.10/apache-793/httpd/test/
H A Dtime-sem.c471 if ((result = shmat(shmid, 0, 0)) == BADSHMAT) {
472 perror("shmat");
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_shm.c127 struct shmTime *p=(struct shmTime *)shmat (shmid, 0, 0);
129 msyslog(LOG_ERR,"SHM shmat (unit %d): %s",unit,strerror(errno));
/macosx-10.10/xnu-2782.1.97/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
877 * Entry point for all SHM calls: shmat, oshmctl, shmdt, shmget, shmctl
892 * functions (shmat, oshmctl, shmdt, shmget, shmctl). The correct
/macosx-10.10/ncurses-44/ncurses/test/
H A Dconfigure5682 echo $ac_n "checking for shmat""... $ac_c" 1>&6
5683 echo "configure:5684: checking for shmat" >&5
5691 which can conflict with char shmat(); below. */
5696 char shmat();
5706 shmat();
5723 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
5731 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
5732 echo "configure:5733: checking for shmat in -lipc" >&5
5733 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
5745 char shmat();
[all...]
/macosx-10.10/groff-38/groff/
H A Dconfigure4748 echo "$as_me:$LINENO: checking for shmat" >&5
4749 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
4759 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4761 #define shmat innocuous_shmat
4764 which can conflict with char shmat (); below.
4774 #undef shmat
4783 char shmat ();
4790 char (*f) () = shmat;
4799 return f != shmat;
4864 shmat (); function
[all...]
/macosx-10.10/vim-55/src/auto/
H A Dconfigure7128 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7135 $as_echo_n "checking for shmat in -lipc... " >&6; }
7150 char shmat ();
7154 return shmat ();
/macosx-10.10/apr-32/apr/apr/
H A Dconfigure20858 for ac_func in mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
20984 for ac_spec in header:sys/ipc.h header:sys/shm.h header:sys/file.h func:shmget func:shmat func:shmdt func:shmctl; do
21372 for ac_spec in header:sys/ipc.h header:sys/shm.h header:sys/file.h func:shmget func:shmat func:shmdt func:shmctl; do
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure17864 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
17870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
17871 $as_echo_n "checking for shmat in -lipc... " >&6; }
17886 char shmat ();
17890 return shmat ();
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/libtiff/
H A Dconfigure.lineno17864 ac_fn_c_check_func "17864" "shmat" "ac_cv_func_shmat"
17870 { $as_echo "$as_me:${as_lineno-17870}: checking for shmat in -lipc" >&5
17871 $as_echo_n "checking for shmat in -lipc... " >&6; }
17886 char shmat ();
17890 return shmat ();
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure23662 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
23668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
23669 $as_echo_n "checking for shmat in -lipc... " >&6; }
23684 char shmat ();
23688 return shmat ();

Completed in 3479 milliseconds