Searched refs:__NR_open (Results 1 - 25 of 30) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_64.h6 #define __NR_open 2 macro
H A Dunistd_32.h9 #define __NR_open 5 macro
H A Dunistd_x32.h6 #define __NR_open (__X32_SYSCALL_BIT + 2) macro
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h39 #define __NR_open 2 macro
H A Dvki-scnums-s390x-linux.h48 #define __NR_open 5 macro
H A Dvki-scnums-arm-linux.h42 #define __NR_open 5 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-x86-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-mips64-linux.h41 #define __NR_open (__NR_Linux + 2) macro
H A Dvki-scnums-mips32-linux.h45 #define __NR_open (__NR_Linux + 5) macro
H A Dvki-scnums-darwin.h221 #define __NR_open VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(5) macro
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c57 // __NR_open 5
58 GO(__NR_open, "(2-args) 2s 1m");
59 SY(__NR_open, x0, x0); FAIL;
64 GO(__NR_open, "(3-args) 1s 0m");
65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c37 GO(__NR_open, 5, "(2-args) 2s 1m");
38 SY(__NR_open, x0, x0); FAIL;
42 GO(__NR_open, 5, "(3-args) 1s 0m");
43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h28 #define __NR_open (__NR_Linux + 5) macro
398 #define __NR_open (__NR_Linux + 2) macro
731 #define __NR_open (__NR_Linux + 2) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h33 #define __NR_open (__NR_SYSCALL_BASE+ 5) macro
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-common.c246 /* ARM64 wants to use __NR_openat rather than __NR_open. */
253 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode);
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h723 #define __NR_open 1024 macro
724 __SYSCALL(__NR_open, sys_open)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c786 GENXY(__NR_open, sys_open), // 5
H A Dsyswrap-amd64-linux.c700 GENXY(__NR_open, sys_open), // 2
H A Dsyswrap-arm-linux.c765 GENXY(__NR_open, sys_open), // 5
H A Dsyswrap-mips32-linux.c809 GENXY (__NR_open, sys_open), // 5
H A Dsyswrap-mips64-linux.c628 GENXY (__NR_open, sys_open),
H A Dsyswrap-ppc32-linux.c863 GENXY(__NR_open, sys_open), // 5
H A Dsyswrap-s390x-linux.c639 GENXY(__NR_open, sys_open), // 5

Completed in 183 milliseconds

12