Home
last modified time | relevance | path

Searched refs:__NR_umount2 (Results 1 – 25 of 47) sorted by relevance

12

/external/strace/tests-mx32/
Dumount2.c35 #ifdef __NR_umount2
38 # define __NR_umount2 __NR_umount macro
48 (void) syscall(__NR_umount2, sample, 31); in main()
Dumount.c38 # if defined __NR_umount && defined __NR_umount2
/external/strace/tests/
Dumount2.c35 #ifdef __NR_umount2
38 # define __NR_umount2 __NR_umount macro
48 (void) syscall(__NR_umount2, sample, 31); in main()
Dumount.c38 # if defined __NR_umount && defined __NR_umount2
/external/strace/tests-m32/
Dumount2.c35 #ifdef __NR_umount2
38 # define __NR_umount2 __NR_umount macro
48 (void) syscall(__NR_umount2, sample, 31); in main()
Dumount.c38 # if defined __NR_umount && defined __NR_umount2
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h166 #if !defined(__NR_umount2)
167 #define __NR_umount2 39 macro
Dx86_64_linux_syscalls.h677 #if !defined(__NR_umount2)
678 #define __NR_umount2 166 macro
Dx86_32_linux_syscalls.h221 #if !defined(__NR_umount2)
222 #define __NR_umount2 52 macro
Dmips64_linux_syscalls.h660 #if !defined(__NR_umount2)
661 #define __NR_umount2 (__NR_Linux + 161) macro
Dmips_linux_syscalls.h224 #if !defined(__NR_umount2)
225 #define __NR_umount2 (__NR_Linux + 52) macro
Darm_linux_syscalls.h172 #if !defined(__NR_umount2)
173 #define __NR_umount2 (__NR_SYSCALL_BASE+52) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c504 #ifdef __NR_umount2
505 { "umount2", __NR_umount2 },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h102 #define __NR_umount2 39 macro
Dvki-scnums-s390x-linux.h79 #define __NR_umount2 52 macro
Dvki-scnums-arm64-linux.h78 #define __NR_umount2 39 macro
Dvki-scnums-amd64-linux.h236 #define __NR_umount2 166 macro
Dvki-scnums-ppc64-linux.h89 #define __NR_umount2 52 macro
Dvki-scnums-arm-linux.h89 #define __NR_umount2 52 macro
Dvki-scnums-ppc32-linux.h89 #define __NR_umount2 52 macro
Dvki-scnums-x86-linux.h89 #define __NR_umount2 52 macro
Dvki-scnums-solaris.h308 #define __NR_umount2 SYS_umount2 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h170 #define __NR_umount2 166 macro
Dunistd_32.h56 #define __NR_umount2 52 macro
/external/strace/
Dscno.h506 #ifndef __NR_umount2
507 # define __NR_umount2 (SYSCALL_BIT | 166) macro

12