HomeSort by relevance Sort by last modified time
    Searched defs:__NR_Linux (Results 1 - 4 of 4) sorted by null

  /external/valgrind/include/vki/
vki-scnums-mips64-linux.h 38 #define __NR_Linux 5000
39 #define __NR_read (__NR_Linux + 0)
40 #define __NR_write (__NR_Linux + 1)
41 #define __NR_open (__NR_Linux + 2)
42 #define __NR_close (__NR_Linux + 3)
43 #define __NR_stat (__NR_Linux + 4)
44 #define __NR_fstat (__NR_Linux + 5)
45 #define __NR_lstat (__NR_Linux + 6)
46 #define __NR_poll (__NR_Linux + 7)
47 #define __NR_lseek (__NR_Linux + 8
    [all...]
vki-scnums-mips32-linux.h 39 #define __NR_Linux 4000
40 #define __NR_syscall (__NR_Linux + 0)
41 #define __NR_exit (__NR_Linux + 1)
42 #define __NR_fork (__NR_Linux + 2)
43 #define __NR_read (__NR_Linux + 3)
44 #define __NR_write (__NR_Linux + 4)
45 #define __NR_open (__NR_Linux + 5)
46 #define __NR_close (__NR_Linux + 6)
47 #define __NR_waitpid (__NR_Linux + 7)
48 #define __NR_creat (__NR_Linux + 8
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 23 #define __NR_Linux 4000
24 #define __NR_syscall (__NR_Linux + 0)
25 #define __NR_exit (__NR_Linux + 1)
26 #define __NR_fork (__NR_Linux + 2)
27 #define __NR_read (__NR_Linux + 3)
28 #define __NR_write (__NR_Linux + 4)
29 #define __NR_open (__NR_Linux + 5)
30 #define __NR_close (__NR_Linux + 6)
31 #define __NR_waitpid (__NR_Linux + 7)
32 #define __NR_creat (__NR_Linux + 8
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 23 #define __NR_Linux 4000
24 #define __NR_syscall (__NR_Linux + 0)
25 #define __NR_exit (__NR_Linux + 1)
26 #define __NR_fork (__NR_Linux + 2)
27 #define __NR_read (__NR_Linux + 3)
28 #define __NR_write (__NR_Linux + 4)
29 #define __NR_open (__NR_Linux + 5)
30 #define __NR_close (__NR_Linux + 6)
31 #define __NR_waitpid (__NR_Linux + 7)
32 #define __NR_creat (__NR_Linux + 8
    [all...]

Completed in 60 milliseconds