Searched defs:__NR_umount2 (Results 1 - 25 of 27) sorted by relevance

12

/external/strace/tests/
H A Dumount2.c35 #ifdef __NR_umount2
38 # define __NR_umount2 __NR_umount macro
48 (void) syscall(__NR_umount2, sample, 31);
/external/strace/tests-m32/
H A Dumount2.c35 #ifdef __NR_umount2
38 # define __NR_umount2 __NR_umount macro
48 (void) syscall(__NR_umount2, sample, 31);
/external/strace/tests-mx32/
H A Dumount2.c35 #ifdef __NR_umount2
38 # define __NR_umount2 __NR_umount macro
48 (void) syscall(__NR_umount2, sample, 31);
/external/valgrind/include/vki/
H A Dvki-scnums-solaris.h308 #define __NR_umount2 SYS_umount2 macro
H A Dvki-scnums-amd64-linux.h236 #define __NR_umount2 166 macro
H A Dvki-scnums-arm64-linux.h78 #define __NR_umount2 39 macro
H A Dvki-scnums-mips64-linux.h200 #define __NR_umount2 (__NR_Linux + 161) macro
H A Dvki-scnums-s390x-linux.h79 #define __NR_umount2 52 macro
H A Dvki-scnums-tilegx-linux.h102 #define __NR_umount2 39 macro
H A Dvki-scnums-arm-linux.h89 #define __NR_umount2 52 macro
H A Dvki-scnums-mips32-linux.h92 #define __NR_umount2 (__NR_Linux + 52) macro
H A Dvki-scnums-ppc32-linux.h89 #define __NR_umount2 52 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_64.h170 #define __NR_umount2 166 macro
H A Dunistd_x32.h152 #define __NR_umount2 (__X32_SYSCALL_BIT + 166) macro
H A Dunistd_32.h56 #define __NR_umount2 52 macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h166 #if !defined(__NR_umount2)
167 #define __NR_umount2 39 macro
H A Dmips64_linux_syscalls.h660 #if !defined(__NR_umount2)
661 #define __NR_umount2 (__NR_Linux + 161) macro
H A Dx86_64_linux_syscalls.h677 #if !defined(__NR_umount2)
678 #define __NR_umount2 166 macro
H A Darm_linux_syscalls.h172 #if !defined(__NR_umount2)
173 #define __NR_umount2 (__NR_SYSCALL_BASE+52) macro
H A Dmips_linux_syscalls.h224 #if !defined(__NR_umount2)
225 #define __NR_umount2 (__NR_Linux + 52) macro
H A Dx86_32_linux_syscalls.h221 #if !defined(__NR_umount2)
222 #define __NR_umount2 52 macro
/external/strace/
H A Dscno.h506 #ifndef __NR_umount2
507 # define __NR_umount2 (SYSCALL_BIT | 166) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h42 #define __NR_umount2 (__NR_SYSCALL_BASE + 52) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h137 #define __NR_umount2 39 macro
138 __SYSCALL(__NR_umount2, sys_umount)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h75 #define __NR_umount2 (__NR_Linux + 52) macro
568 #define __NR_umount2 (__NR_Linux + 161) macro
911 #define __NR_umount2 (__NR_Linux + 161) macro

Completed in 159 milliseconds

12