Searched refs:__NR_umount (Results 1 - 23 of 23) sorted by relevance

/external/strace/tests/
H A Dumount.c38 # if defined __NR_umount && defined __NR_umount2
39 # define __NR_oldumount __NR_umount
H A Dumount2.c37 # define __NR_umount2 __NR_umount
/external/valgrind/include/vki/
H A Dvki-scnums-s390x-linux.h61 #define __NR_umount 22 macro
H A Dvki-scnums-arm-linux.h59 #define __NR_umount 22 macro
H A Dvki-scnums-ppc32-linux.h59 #define __NR_umount 22 macro
H A Dvki-scnums-ppc64-linux.h59 #define __NR_umount 22 macro
H A Dvki-scnums-x86-linux.h59 #define __NR_umount 22 macro
H A Dvki-scnums-mips32-linux.h62 #define __NR_umount (__NR_Linux + 22) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h50 #define __NR_umount (__NR_SYSCALL_BASE+ 22) macro
437 #undef __NR_umount macro
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_32_linux_syscalls.h101 #if !defined(__NR_umount)
102 #define __NR_umount 22 macro
H A Dmips_linux_syscalls.h104 #if !defined(__NR_umount)
105 #define __NR_umount (__NR_Linux + 22) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h26 #define __NR_umount 22 macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc673 case __NR_umount:
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h865 #define __NR_umount 1076 macro
866 __SYSCALL(__NR_umount, sys_oldumount)
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c133 // __NR_umount 22
134 GO(__NR_umount, "1s 1m");
135 SY(__NR_umount, x0); FAIL;
H A Dscalar.stderr.exp294 22: __NR_umount 1s 1m
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c730 // __NR_umount 22
731 GO(__NR_umount, "1s 1m");
732 SY(__NR_umount, x0); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h45 #define __NR_umount (__NR_Linux + 22) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c786 LINX_(__NR_umount, sys_oldumount), // 22
H A Dsyswrap-mips32-linux.c827 LINX_ (__NR_umount, sys_oldumount), // 22
H A Dsyswrap-ppc32-linux.c884 LINX_(__NR_umount, sys_oldumount), // 22
H A Dsyswrap-s390x-linux.c660 LINX_(__NR_umount, sys_oldumount), // 22
H A Dsyswrap-x86-linux.c1423 LINX_(__NR_umount, sys_oldumount), // 22

Completed in 177 milliseconds