Searched refs:__NR_shmctl (Results 1 - 25 of 26) sorted by relevance

12

/external/fio/arch/
H A Darch-x86_64.h35 #define __NR_shmctl 31 macro
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h71 #define __NR_shmctl 31 macro
H A Dvki-scnums-arm64-linux.h240 #define __NR_shmctl 195 macro
H A Dvki-scnums-tilegx-linux.h336 #define __NR_shmctl 195 macro
H A Dvki-scnums-arm-linux.h346 #define __NR_shmctl 308 macro
H A Dvki-scnums-mips64-linux.h69 #define __NR_shmctl (__NR_Linux + 30) macro
H A Dvki-scnums-darwin.h498 #define __NR_shmctl VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(263) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h790 #if !defined(__NR_shmctl)
791 #define __NR_shmctl 195 macro
H A Dx86_64_linux_syscalls.h137 #if !defined(__NR_shmctl)
138 #define __NR_shmctl 31 macro
H A Darm_linux_syscalls.h1072 #if !defined(__NR_shmctl)
1073 #define __NR_shmctl (__NR_SYSCALL_BASE+308) macro
H A Dmips64_linux_syscalls.h136 #if !defined(__NR_shmctl)
137 #define __NR_shmctl (__NR_Linux + 30) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_64.h35 #define __NR_shmctl 31 macro
H A Dunistd_x32.h30 #define __NR_shmctl (__X32_SYSCALL_BIT + 31) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h336 #define __NR_shmctl (__NR_SYSCALL_BASE+308) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc823 case __NR_shmctl:
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h542 #define __NR_shmctl 195 macro
543 __SC_COMP(__NR_shmctl, sys_shmctl, compat_sys_shmctl)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h430 #define __NR_shmctl (__NR_Linux + 30) macro
767 #define __NR_shmctl (__NR_Linux + 30) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c1013 LINXY(__NR_shmctl, sys_shmctl), // 195
H A Dsyswrap-amd64-linux.c734 LINXY(__NR_shmctl, sys_shmctl), // 31
H A Dsyswrap-arm-linux.c1158 LINXY(__NR_shmctl, sys_shmctl), // 308
H A Dsyswrap-generic.c1931 #if defined(__NR_shmctl)
1936 SysRes __res = VG_(do_syscall3)(__NR_shmctl, shmid,
1939 SysRes __res = VG_(do_syscall3)(__NR_shmctl, shmid,
1944 SysRes __res = VG_(do_syscall3)(__NR_shmctl, shmid, VKI_IPC_STAT, (UWord)&buf);
H A Dsyswrap-mips64-linux.c664 LINXY (__NR_shmctl, sys_shmctl),
H A Dsyswrap-tilegx-linux.c1323 PLAXY(__NR_shmctl, sys_shmctl), // 195
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c449 GO(__NR_shmctl, 263, "3s 1m");
450 SY(__NR_shmctl, x0, x0+IPC_STAT, x0+1); FAIL;
H A Dscalar.stderr.exp638 x2000107(263): __NR_shmctl 3s 1m

Completed in 125 milliseconds

12