/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 170 #if !defined(__NR_mount) 171 #define __NR_mount 40 macro
|
D | x86_64_linux_syscalls.h | 673 #if !defined(__NR_mount) 674 #define __NR_mount 165 macro
|
D | x86_32_linux_syscalls.h | 97 #if !defined(__NR_mount) 98 #define __NR_mount 21 macro
|
D | mips64_linux_syscalls.h | 656 #if !defined(__NR_mount) 657 #define __NR_mount (__NR_Linux + 160) macro
|
D | mips_linux_syscalls.h | 100 #if !defined(__NR_mount) 101 #define __NR_mount (__NR_Linux + 21) macro
|
D | arm_linux_syscalls.h | 88 #if !defined(__NR_mount) 89 #define __NR_mount (__NR_SYSCALL_BASE+21) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 501 #ifdef __NR_mount 502 { "mount", __NR_mount },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 104 #define __NR_mount 40 macro
|
D | vki-scnums-s390x-linux.h | 60 #define __NR_mount 21 macro
|
D | vki-scnums-arm64-linux.h | 79 #define __NR_mount 40 macro
|
D | vki-scnums-amd64-linux.h | 235 #define __NR_mount 165 macro
|
D | vki-scnums-ppc64-linux.h | 58 #define __NR_mount 21 macro
|
D | vki-scnums-arm-linux.h | 58 #define __NR_mount 21 macro
|
D | vki-scnums-ppc32-linux.h | 58 #define __NR_mount 21 macro
|
D | vki-scnums-x86-linux.h | 58 #define __NR_mount 21 macro
|
D | vki-scnums-solaris.h | 79 #define __NR_mount SYS_mount macro
|
D | vki-scnums-mips64-linux.h | 199 #define __NR_mount (__NR_Linux + 160) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 169 #define __NR_mount 165 macro
|
D | unistd_32.h | 25 #define __NR_mount 21 macro
|
D | unistd_x32.h | 151 #define __NR_mount (__X32_SYSCALL_BIT + 165) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 322 GO(__NR_mount, 167, "4s 2m"); in main() 323 SY(__NR_mount, x0, x0, x0, x0); FAIL; in main() 727 GO(__NR_mount, "5s 3m"); in main() 728 SY(__NR_mount, x0, x0, x0, x0, x0); FAIL; in main()
|
/external/strace/ |
D | scno.h | 503 #ifndef __NR_mount 504 # define __NR_mount (SYSCALL_BIT | 165) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 44 #define __NR_mount (__NR_Linux + 21) macro 567 #define __NR_mount (__NR_Linux + 160) macro 910 #define __NR_mount (__NR_Linux + 160) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 139 #define __NR_mount 40 macro 140 __SC_COMP(__NR_mount, sys_mount, compat_sys_mount)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 21 #define __NR_mount (__NR_SYSCALL_BASE + 21) macro
|