HomeSort by relevance Sort by last modified time
    Searched refs:shmaddr (Results 1 - 15 of 15) sorted by null

  /external/fio/os/windows/posix/include/sys/
shm.h 38 void *shmat(int shmid, const void *shmaddr, int shmflg);
39 int shmdt(const void *shmaddr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XShm.h 55 char *shmaddr; /* address in client */ member in struct:__anon30260
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 53 char *shmaddr; /* address in client */ member in struct:__anon32118
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 126 shminfo->shmaddr = (char *) -1;
133 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0);
134 if (shminfo->shmaddr == (char *) -1) {
140 return shminfo->shmaddr;
253 shmdt(xlib_dt->shminfo.shmaddr);
257 xlib_dt->shminfo.shmaddr = (char *) -1;
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 102 b->shminfo.shmaddr = b->backxrb->ximage->data
104 if (b->shminfo.shmaddr == (char *) -1) {
126 shmdt(b->shminfo.shmaddr);
147 shmdt(b->shminfo.shmaddr);
181 shmdt(b->shminfo.shmaddr);
400 shmdt( b->shminfo.shmaddr );
  /external/libvncserver/x11vnc/
scan.c 255 shm->shmaddr = (char *) -1;
336 shm->shmaddr = xim->data = (char *) shmat(shm->shmid, 0, 0);
338 if (shm->shmaddr == (char *)-1) {
359 shmdt(shm->shmaddr);
360 shm->shmaddr = (char *) -1;
377 if (shm != NULL && shm->shmaddr != (char *) -1) {
378 shmdt(shm->shmaddr);
384 shm->shmaddr = (char *) -1;
428 scanline_shm.shmaddr = (char *) -1;
431 fullscreen_shm.shmaddr = (char *) -1
    [all...]
x11vnc.h 508 int shmid; char *shmaddr; Bool readOnly; member in struct:__anon13660
  /external/fio/os/windows/
posix.c 562 void *shmat(int shmid, const void *shmaddr, int shmflg)
586 int shmdt(const void *shmaddr)
588 if (!UnmapViewOfFile(shmaddr)) {
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-tilegx-linux.c 1031 int, shmid, const void *, shmaddr, int, shmflg);
1046 PRE_REG_READ1(long, "shmdt", const void *, shmaddr);
    [all...]
syswrap-darwin.c     [all...]
syswrap-linux.c     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /external/valgrind/memcheck/tests/darwin/
scalar.stderr.exp 553 Syscall param shmat(shmaddr) contains uninitialised byte(s)
578 Syscall param shmdt(shmaddr) contains uninitialised byte(s)
    [all...]

Completed in 336 milliseconds