/external/strace/linux/ia64/ |
syscallent.h | 135 [1114] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 364 [335] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 404 [374] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 399 [374] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/sh64/ |
syscallent.h | 273 [244] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/strace/linux/x32/ |
syscallent.h | 31 [ 30] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | [all...] |
/external/libvncserver/rfb/ |
rfbconfig.h | 259 /* Define to 1 if you have the `shmat' function. */
|
/external/valgrind/docs/internals/ |
3_3_BUGSTATUS.txt | 300 r7399 r8083 Mgd 157665 valgrind fails on shmdt(0) after shmat to 0
|
/prebuilts/gdb/darwin-x86/share/gdb/syscalls/ |
aarch64-linux.xml | 208 <syscall name="shmat" number="196"/>
|
amd64-linux.xml | 47 <syscall name="shmat" number="30"/>
|
mips-n32-linux.xml | 46 <syscall name="shmat" number="6029"/>
|
mips-n64-linux.xml | 46 <syscall name="shmat" number="5029"/>
|
/prebuilts/gdb/linux-x86/share/gdb/syscalls/ |
aarch64-linux.xml | 208 <syscall name="shmat" number="196"/>
|
amd64-linux.xml | 47 <syscall name="shmat" number="30"/>
|
mips-n32-linux.xml | 46 <syscall name="shmat" number="6029"/>
|
mips-n64-linux.xml | 46 <syscall name="shmat" number="5029"/>
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 395 // Shmat
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_darwin.go | 395 // Shmat
|
/external/ltp/testcases/kernel/sched/process_stress/ |
process.c | 745 if ((shmad = shmat(shmid, (char *)shmad, 0)) == MAP_FAILED) { 746 printf("SEVERE : shmat failed\n");
|
/external/autotest/client/tests/aiostress/ |
aio-stress.c | 1015 p = shmat(shm_id, (char *)0x50000000, 0); 1017 perror("shmat"); [all...] |
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
aio-stress.c | 1035 p = shmat(shm_id, (char *)0x50000000, 0); 1037 perror("shmat"); [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
X11GraphicsWindow.c | 138 Drv->image_data = shmat (Drv->xshm_info.shmid, NULL, 0);
|
/external/autotest/client/tests/scrashme/ |
testfix.diff | 394 +/* 305 */ { .name = "shmat" },
|
/external/fio/os/windows/ |
posix.c | 623 void *shmat(int shmid, const void *shmaddr, int shmflg) function
|