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

/external/kernel-headers/original/asm-arm/
H A Dunistd.h19 #define __NR_SYSCALL_BASE 0 macro
21 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro
28 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
29 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
30 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
31 #define __NR_read (__NR_SYSCALL_BASE+ 3)
32 #define __NR_write (__NR_SYSCALL_BASE+ 4)
33 #define __NR_open (__NR_SYSCALL_BASE+ 5)
34 #define __NR_close (__NR_SYSCALL_BASE+ 6)
36 #define __NR_creat (__NR_SYSCALL_BASE
[all...]

Completed in 38 milliseconds