Home
last modified time | relevance | path

Searched refs:__NR_shmat (Results 1 – 25 of 26) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/
Dipc.h33 #ifdef __NR_shmat
34 DO_TEST(shmat, __NR_shmat)
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h794 #if !defined(__NR_shmat)
795 #define __NR_shmat 196 macro
Dx86_64_linux_syscalls.h133 #if !defined(__NR_shmat)
134 #define __NR_shmat 30 macro
Dmips64_linux_syscalls.h132 #if !defined(__NR_shmat)
133 #define __NR_shmat (__NR_Linux + 29) macro
Darm_linux_syscalls.h1060 #if !defined(__NR_shmat)
1061 #define __NR_shmat (__NR_SYSCALL_BASE+305) macro
/external/fio/os/
Dos-linux-syscall.h49 #define __NR_shmat 30 macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c96 #ifdef __NR_shmat
97 { "shmat", __NR_shmat },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h241 #define __NR_shmat 196 macro
Dvki-scnums-amd64-linux.h70 #define __NR_shmat 30 macro
Dvki-scnums-arm-linux.h343 #define __NR_shmat 305 macro
Dvki-scnums-mips64-linux.h68 #define __NR_shmat (__NR_Linux + 29) macro
Dvki-scnums-darwin.h506 #define __NR_shmat VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(262) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h34 #define __NR_shmat 30 macro
Dunistd_x32.h29 #define __NR_shmat (__X32_SYSCALL_BIT + 30) macro
/external/strace/
Dscno.h98 #ifndef __NR_shmat
99 # define __NR_shmat (SYSCALL_BIT | 30) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h547 #define __NR_shmat 196 macro
548 __SC_COMP(__NR_shmat, sys_shmat, compat_sys_shmat)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h264 #define __NR_shmat (__NR_SYSCALL_BASE + 305) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc822 case __NR_shmat: in IsSystemVSharedMemory()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h436 #define __NR_shmat (__NR_Linux + 29) macro
779 #define __NR_shmat (__NR_Linux + 29) macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c812 LINXY(__NR_shmat, sys_shmat), // 196
Dsyswrap-amd64-linux.c496 LINXY(__NR_shmat, sys_shmat), // 30
Dsyswrap-mips64-linux.c566 LINXY (__NR_shmat, sys_shmat),
Dsyswrap-arm-linux.c947 LINXY(__NR_shmat, sys_shmat), //305
/external/valgrind/memcheck/tests/darwin/
Dscalar.c446 GO(__NR_shmat, 262, "3s 0m"); in main()
447 SY(__NR_shmat, x0, x0, x0); FAIL; in main()
Dscalar.stderr.exp623 x2000106(262): __NR_shmat 3s 0m

12