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

  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 24 #define __NR_Linux 4000
25 #define __NR_syscall (__NR_Linux + 0)
26 #define __NR_exit (__NR_Linux + 1)
27 #define __NR_fork (__NR_Linux + 2)
29 #define __NR_read (__NR_Linux + 3)
30 #define __NR_write (__NR_Linux + 4)
31 #define __NR_open (__NR_Linux + 5)
32 #define __NR_close (__NR_Linux + 6)
34 #define __NR_waitpid (__NR_Linux + 7)
35 #define __NR_creat (__NR_Linux + 8
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 24 #define __NR_Linux 4000
25 #define __NR_syscall (__NR_Linux + 0)
26 #define __NR_exit (__NR_Linux + 1)
27 #define __NR_fork (__NR_Linux + 2)
29 #define __NR_read (__NR_Linux + 3)
30 #define __NR_write (__NR_Linux + 4)
31 #define __NR_open (__NR_Linux + 5)
32 #define __NR_close (__NR_Linux + 6)
34 #define __NR_waitpid (__NR_Linux + 7)
35 #define __NR_creat (__NR_Linux + 8
    [all...]
  /development/ndk/platforms/android-L/arch-mips/include/asm/
unistd.h 24 #define __NR_Linux 4000
25 #define __NR_syscall (__NR_Linux + 0)
26 #define __NR_exit (__NR_Linux + 1)
27 #define __NR_fork (__NR_Linux + 2)
29 #define __NR_read (__NR_Linux + 3)
30 #define __NR_write (__NR_Linux + 4)
31 #define __NR_open (__NR_Linux + 5)
32 #define __NR_close (__NR_Linux + 6)
34 #define __NR_waitpid (__NR_Linux + 7)
35 #define __NR_creat (__NR_Linux + 8
    [all...]
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
unistd.h 24 #define __NR_Linux 4000
25 #define __NR_syscall (__NR_Linux + 0)
26 #define __NR_exit (__NR_Linux + 1)
27 #define __NR_fork (__NR_Linux + 2)
29 #define __NR_read (__NR_Linux + 3)
30 #define __NR_write (__NR_Linux + 4)
31 #define __NR_open (__NR_Linux + 5)
32 #define __NR_close (__NR_Linux + 6)
34 #define __NR_waitpid (__NR_Linux + 7)
35 #define __NR_creat (__NR_Linux + 8
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 22 #define __NR_Linux 4000
23 #define __NR_syscall (__NR_Linux + 0)
24 #define __NR_exit (__NR_Linux + 1)
25 #define __NR_fork (__NR_Linux + 2)
26 #define __NR_read (__NR_Linux + 3)
27 #define __NR_write (__NR_Linux + 4)
28 #define __NR_open (__NR_Linux + 5)
29 #define __NR_close (__NR_Linux + 6)
30 #define __NR_waitpid (__NR_Linux + 7)
31 #define __NR_creat (__NR_Linux + 8
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/mips/include/uapi/asm/
unistd.h 22 #define __NR_Linux 4000
23 #define __NR_syscall (__NR_Linux + 0)
24 #define __NR_exit (__NR_Linux + 1)
25 #define __NR_fork (__NR_Linux + 2)
26 #define __NR_read (__NR_Linux + 3)
27 #define __NR_write (__NR_Linux + 4)
28 #define __NR_open (__NR_Linux + 5)
29 #define __NR_close (__NR_Linux + 6)
30 #define __NR_waitpid (__NR_Linux + 7)
31 #define __NR_creat (__NR_Linux + 8
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/parisc/include/uapi/asm/
unistd.h 485 * the LINUX_GATEWAY_ADDR define at the bottom and make __NR_Linux be
492 #define __NR_Linux 0
493 #define __NR_restart_syscall (__NR_Linux + 0)
494 #define __NR_exit (__NR_Linux + 1)
495 #define __NR_fork (__NR_Linux + 2)
496 #define __NR_read (__NR_Linux + 3)
497 #define __NR_write (__NR_Linux + 4)
498 #define __NR_open (__NR_Linux + 5)
499 #define __NR_close (__NR_Linux + 6)
500 #define __NR_waitpid (__NR_Linux + 7
    [all...]

Completed in 545 milliseconds