HomeSort by relevance Sort by last modified time
    Searched full:shmat (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
shm.h 30 /* Flags for `shmat'. */
54 __time_t shm_atime; /* time of last shmat() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
shm.h 30 /* Flags for `shmat'. */
54 __time_t shm_atime; /* time of last shmat() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipc.h 70 #define SHMAT 21
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
shm.h 57 extern void *shmat (int __shmid, __const void *__shmaddr, int __shmflg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 70 #define SHMAT 21
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
shm.h 57 extern void *shmat (int __shmid, __const void *__shmaddr, int __shmflg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 70 #define SHMAT 21
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
shm.h 57 extern void *shmat (int __shmid, __const void *__shmaddr, int __shmflg)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_buffer.c 103 = (char*)shmat(b->shminfo.shmid, 0, 0);
105 _mesa_warning(NULL, "shmat() failed while allocating back buffer.\n");
109 _mesa_warning(NULL, "alloc_back_buffer: Shared memory error (shmat), disabling.\n");
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 103 = (char*)shmat(b->shminfo.shmid, 0, 0);
105 _mesa_warning(NULL, "shmat() failed while allocating back buffer.\n");
109 _mesa_warning(NULL, "alloc_back_buffer: Shared memory error (shmat), disabling.\n");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
eclipse_1310.so 
  /external/strace/linux/arm/
syscallent.h 338 { 4, TI, sys_shmat, "shmat" }, /* 305 */
483 { 4, TI, sys_shmat, "shmat" }, /* 441 */
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 56 shminfo.shmaddr = (char *)shmat(shminfo.shmid, 0, 0);
SDL_x11yuv.c 344 yuvshm->shmaddr = (char *)shmat(yuvshm->shmid, 0, 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 213 #pragma redefine_extname shmat __mfwrap_shmat
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c 850 PRE_MEM_WRITE( "shmat(raddr)", ARG4, sizeof(Addr) );
916 * glibc/sysdeps/unix/sysv/linux/shmat.c */
919 addr = deref_Addr ( tid, ARG4, "shmat(addr)" );
    [all...]
syswrap-ppc64-linux.c 863 PRE_MEM_WRITE( "shmat(raddr)", ARG4, sizeof(Addr) );
929 * glibc/sysdeps/unix/sysv/linux/shmat.c */
932 addr = deref_Addr ( tid, ARG4, "shmat(addr)" );
    [all...]
syswrap-s390x-linux.c 848 PRE_MEM_WRITE( "shmat(raddr)", ARG4, sizeof(Addr) );
914 * glibc/sysdeps/unix/sysv/linux/shmat.c */
917 addr = deref_Addr ( tid, ARG4, "shmat(addr)" );
    [all...]
priv_syswrap-darwin.h 322 DECL_TEMPLATE(darwin, shmat); // 262
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 133 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0);
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 133 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0);
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 212 current->pixels = shmat(shmget(this->hidden->shm.shm_key,
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 498 (addr = shmat(shmid, NULL, 0)) == reinterpret_cast<void *>(-1) ||
  /external/strace/linux/i386/
syscallent.h 482 { 4, TI, sys_shmat, "shmat" }, /* 441 */
  /external/strace/linux/sh/
syscallent.h 485 { 4, TI, sys_shmat, "shmat" }, /* 441 */

Completed in 384 milliseconds

1 23 4 5 6 7