Searched refs:__NR_SYSCALL_BASE (Results 1 – 5 of 5) sorted by relevance
6 # define __NR_SYSCALL_BASE 0x900000 macro8 # define __NR_SYSCALL_BASE 4000 macro10 # define __NR_SYSCALL_BASE 0 macro13 #define __NR_exit (__NR_SYSCALL_BASE + 1)14 #define __NR_fork (__NR_SYSCALL_BASE + 2)15 #define __NR_read (__NR_SYSCALL_BASE + 3)16 #define __NR_write (__NR_SYSCALL_BASE + 4)17 #define __NR_open (__NR_SYSCALL_BASE + 5)18 #define __NR_close (__NR_SYSCALL_BASE + 6)19 #define __NR_link (__NR_SYSCALL_BASE + 9)[all …]
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 …]
6 # define __NR_SYSCALL_BASE 0x900000 macro8 # define __NR_SYSCALL_BASE 0 macro11 #define __NR_exit (__NR_SYSCALL_BASE + 1)12 #define __NR_fork (__NR_SYSCALL_BASE + 2)13 #define __NR_clone (__NR_SYSCALL_BASE + 120)14 #define __NR_execve (__NR_SYSCALL_BASE + 11)15 #define __NR_setuid32 (__NR_SYSCALL_BASE + 213)16 #define __NR_getuid32 (__NR_SYSCALL_BASE + 199)17 #define __NR_getgid32 (__NR_SYSCALL_BASE + 200)18 #define __NR_geteuid32 (__NR_SYSCALL_BASE + 201)[all …]
24 #define __NR_SYSCALL_BASE 0 macro26 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro29 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)30 #define __NR_exit (__NR_SYSCALL_BASE+ 1)31 #define __NR_fork (__NR_SYSCALL_BASE+ 2)32 #define __NR_read (__NR_SYSCALL_BASE+ 3)34 #define __NR_write (__NR_SYSCALL_BASE+ 4)35 #define __NR_open (__NR_SYSCALL_BASE+ 5)36 #define __NR_close (__NR_SYSCALL_BASE+ 6)37 #define __NR_creat (__NR_SYSCALL_BASE+ 8)[all …]