/external/valgrind/memcheck/tests/solaris/ |
D | Makefile.am | 48 shmat.stderr.exp shmat.stdout.exp shmat.vgtest \ 75 shmat \ program
|
D | shmat.vgtest | 1 prog: shmat
|
D | shmat.c | 16 void *addr = shmat(shmid, NULL, 0); in main()
|
/external/valgrind/none/tests/linux/ |
D | mremap4.c | 16 void *addr = shmat(shmid, NULL, 0); in main()
|
D | mremap5.c | 16 void *addr = shmat(shmid, NULL, 0); in main()
|
D | mremap6.c | 16 void *addr = shmat(shmid, NULL, 0); in mkmap()
|
/external/fio/os/windows/posix/include/sys/ |
D | shm.h | 38 void *shmat(int shmid, const void *shmaddr, int shmflg);
|
/external/strace/ |
D | ipc_shm.c | 57 SYS_FUNC(shmat) in SYS_FUNC() argument
|
D | sys_func.h | 244 extern SYS_FUNC(shmat);
|
/external/autotest/client/tests/synctest/src/ |
D | synctest.c | 60 shm_addr = shmat(shm_id, NULL, 0); in main()
|
/external/valgrind/none/tests/ |
D | map_unmap.c | 138 expect4 = shmat(shmid, NULL, 0); in main()
|
/external/autotest/client/tests/dbench/ |
D | dbench_startup.patch | 38 + sema = shmat(shmid, NULL, 0);
|
/external/strace/linux/ |
D | subcall.h | 80 [SYS_ipc_subcall + 21] = { 4, IS|TI|TM|SI, SEN(shmat), "shmat" },
|
/external/fio/os/ |
D | os-android.h | 108 static inline void *shmat (int __shmid, const void *__shmaddr, int __shmflg) in shmat() function
|
/external/ltrace/etc/ |
D | syscalls.conf | 136 addr shmat(int, addr, hex(uint));
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.cc | 255 _shminfo.shmaddr = _image->data = (char*) shmat(_shminfo.shmid, 0, 0); in CreateLocalRenderer()
|
/external/fio/ |
D | memory.c | 99 td->orig_buffer = shmat(td->shm_id, NULL, 0); in alloc_mem_shm()
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.cc | 141 reinterpret_cast<char*>(shmat(shm_segment_info_->shmid, 0, 0)); in InitShm()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 133 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0); in alloc_shm()
|
/external/strace/linux/32/ |
D | syscallent.h | 204 [196] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/64/ |
D | syscallent.h | 197 [196] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 302 [274] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 32 [6029] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 89 [ 93] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 31 [ 30] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|