Searched defs:__NR_read (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-scnums-solaris.h69 #define __NR_read SYS_read macro
H A Dvki-scnums-amd64-linux.h37 #define __NR_read 0 macro
H A Dvki-scnums-arm64-linux.h102 #define __NR_read 63 macro
H A Dvki-scnums-mips64-linux.h39 #define __NR_read (__NR_Linux + 0) macro
H A Dvki-scnums-s390x-linux.h46 #define __NR_read 3 macro
H A Dvki-scnums-arm-linux.h40 #define __NR_read 3 macro
H A Dvki-scnums-mips32-linux.h43 #define __NR_read (__NR_Linux + 3) macro
H A Dvki-scnums-ppc32-linux.h40 #define __NR_read 3 macro
H A Dvki-scnums-ppc64-linux.h40 #define __NR_read 3 macro
H A Dvki-scnums-x86-linux.h40 #define __NR_read 3 macro
H A Dvki-scnums-darwin.h224 #define __NR_read VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(3) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_64.h4 #define __NR_read 0 macro
H A Dunistd_x32.h4 #define __NR_read (__X32_SYSCALL_BIT + 0) macro
H A Dunistd_32.h7 #define __NR_read 3 macro
/external/strace/
H A Dscno.h2 #if defined __X32_SYSCALL_BIT && defined __NR_read \
3 && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT
197 #ifndef __NR_read
198 # define __NR_read (SYSCALL_BIT | 63) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h7 #define __NR_read (__NR_SYSCALL_BASE + 3) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h203 #define __NR_read 63 macro
204 __SYSCALL(__NR_read, sys_read)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h27 #define __NR_read (__NR_Linux + 3) macro
409 #define __NR_read (__NR_Linux + 0) macro
753 #define __NR_read (__NR_Linux + 0) macro

Completed in 135 milliseconds