Searched refs:__NR_umount2 (Results 1 - 24 of 24) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h236 #define __NR_umount2 166 macro
H A Dvki-scnums-s390x-linux.h79 #define __NR_umount2 52 macro
H A Dvki-scnums-arm-linux.h89 #define __NR_umount2 52 macro
H A Dvki-scnums-ppc32-linux.h89 #define __NR_umount2 52 macro
H A Dvki-scnums-ppc64-linux.h89 #define __NR_umount2 52 macro
H A Dvki-scnums-x86-linux.h89 #define __NR_umount2 52 macro
H A Dvki-scnums-mips32-linux.h92 #define __NR_umount2 (__NR_Linux + 52) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h677 #if !defined(__NR_umount2)
678 #define __NR_umount2 166 macro
H A Dx86_32_linux_syscalls.h221 #if !defined(__NR_umount2)
222 #define __NR_umount2 52 macro
H A Darm_linux_syscalls.h170 #if !defined(__NR_umount2)
171 #define __NR_umount2 (__NR_SYSCALL_BASE+52) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h60 #define __NR_umount2 52 macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h75 #define __NR_umount2 (__NR_Linux + 52) macro
548 #define __NR_umount2 (__NR_Linux + 161) macro
871 #define __NR_umount2 (__NR_Linux + 161) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc630 case __NR_umount2:
/external/kernel-headers/original/asm-arm/
H A Dunistd.h80 #define __NR_umount2 (__NR_SYSCALL_BASE+ 52) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c254 // __NR_umount2 52
255 GO(__NR_umount2, "2s 1m");
256 SY(__NR_umount2, x0, x0); FAIL;
H A Dscalar.stderr.exp544 52: __NR_umount2 2s 1m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c845 // __NR_umount2 52
846 GO(__NR_umount2, "2s 1m");
847 SY(__NR_umount2, x0, x0); FAIL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1162 LINX_(__NR_umount2, sys_umount), // 52
H A Dsyswrap-amd64-linux.c1271 LINX_(__NR_umount2, sys_umount), // 166
H A Dsyswrap-ppc32-linux.c1516 LINX_(__NR_umount2, sys_umount), // 52
H A Dsyswrap-s390x-linux.c1179 LINX_(__NR_umount2, sys_umount), // 52
H A Dsyswrap-arm-linux.c1510 LINX_(__NR_umount2, sys_umount), // 52
H A Dsyswrap-mips32-linux.c1465 LINX_ (__NR_umount2, sys_umount), // 52
H A Dsyswrap-x86-linux.c1879 LINX_(__NR_umount2, sys_umount), // 52

Completed in 89 milliseconds