Searched defs:__NR_open (Results 1 - 22 of 22) sorted by last modified time

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h39 #define __NR_open 2 macro
H A Dvki-scnums-arm-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-darwin.h226 #define __NR_open VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(5) macro
H A Dvki-scnums-mips32-linux.h45 #define __NR_open (__NR_Linux + 5) macro
H A Dvki-scnums-mips64-linux.h41 #define __NR_open (__NR_Linux + 2) macro
H A Dvki-scnums-ppc32-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-ppc64-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-s390x-linux.h48 #define __NR_open 5 macro
H A Dvki-scnums-solaris.h318 #define __NR_open SYS_open macro
H A Dvki-scnums-x86-linux.h42 #define __NR_open 5 macro
/external/strace/
H A Dscno.h14 #ifndef __NR_open
15 # define __NR_open (SYSCALL_BIT | 2) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm_linux_syscalls.h40 #if !defined(__NR_open)
41 #define __NR_open (__NR_SYSCALL_BASE+5) macro
H A Dmips64_linux_syscalls.h24 #if !defined(__NR_open)
25 #define __NR_open (__NR_Linux + 2) macro
H A Dmips_linux_syscalls.h36 #if !defined(__NR_open)
37 #define __NR_open (__NR_Linux + 5) macro
H A Dx86_32_linux_syscalls.h33 #if !defined(__NR_open)
34 #define __NR_open 5 macro
H A Dx86_64_linux_syscalls.h21 #if !defined(__NR_open)
22 #define __NR_open 2 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h9 #define __NR_open (__NR_SYSCALL_BASE + 5) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h746 #define __NR_open 1024 macro
747 __SYSCALL(__NR_open, sys_open)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h28 #define __NR_open (__NR_Linux + 5) macro
409 #define __NR_open (__NR_Linux + 2) macro
752 #define __NR_open (__NR_Linux + 2) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h9 #define __NR_open 5 macro
H A Dunistd_64.h6 #define __NR_open 2 macro
H A Dunistd_x32.h6 #define __NR_open (__X32_SYSCALL_BIT + 2) macro

Completed in 92 milliseconds