Searched refs:__NR_SYSCALL_BASE (Results 1 – 1 of 1) sorted by relevance
22 #define __NR_SYSCALL_BASE 0 macro24 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)25 #define __NR_exit (__NR_SYSCALL_BASE+ 1)26 #define __NR_fork (__NR_SYSCALL_BASE+ 2)27 #define __NR_read (__NR_SYSCALL_BASE+ 3)29 #define __NR_write (__NR_SYSCALL_BASE+ 4)30 #define __NR_open (__NR_SYSCALL_BASE+ 5)31 #define __NR_close (__NR_SYSCALL_BASE+ 6)32 #define __NR_creat (__NR_SYSCALL_BASE+ 8)34 #define __NR_link (__NR_SYSCALL_BASE+ 9)[all …]