Searched refs:__NR_Linux (Results 1 – 11 of 11) sorted by relevance
4 #define __NR_read (__NR_Linux + 0)5 #define __NR_write (__NR_Linux + 1)6 #define __NR_open (__NR_Linux + 2)7 #define __NR_close (__NR_Linux + 3)8 #define __NR_stat (__NR_Linux + 4)9 #define __NR_fstat (__NR_Linux + 5)10 #define __NR_lstat (__NR_Linux + 6)11 #define __NR_poll (__NR_Linux + 7)12 #define __NR_lseek (__NR_Linux + 8)13 #define __NR_mmap (__NR_Linux + 9)[all …]
4 #define __NR_syscall (__NR_Linux + 0)5 #define __NR_exit (__NR_Linux + 1)6 #define __NR_fork (__NR_Linux + 2)7 #define __NR_read (__NR_Linux + 3)8 #define __NR_write (__NR_Linux + 4)9 #define __NR_open (__NR_Linux + 5)10 #define __NR_close (__NR_Linux + 6)11 #define __NR_waitpid (__NR_Linux + 7)12 #define __NR_creat (__NR_Linux + 8)13 #define __NR_link (__NR_Linux + 9)[all …]
20 #define __NR_Linux 4000 macro27 #define __NR_Linux 5000 macro34 #define __NR_Linux 6000 macro
133 +#define __NR_Linux 4000134 +#define __NR_io_setup (__NR_Linux + 241)135 +#define __NR_io_destroy (__NR_Linux + 242)136 +#define __NR_io_getevents (__NR_Linux + 243)137 +#define __NR_io_submit (__NR_Linux + 244)138 +#define __NR_io_cancel (__NR_Linux + 245)147 +#define __NR_Linux 5000148 +#define __NR_io_setup (__NR_Linux + 200)149 +#define __NR_io_destroy (__NR_Linux + 201)150 +#define __NR_io_getevents (__NR_Linux + 202)[all …]
16 #define __NR_Linux 1024 macro
12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --offset __NR_Linux $< $@
12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --offset __NR_Linux $< $@
48 #define __NR_getrandom (__NR_Linux + 313)
859 - __NR_Linux) ||861 - __NR_Linux))) {1138 - if ($2 ~ /__NR_Linux/ && $3 ~ /4000/) {1142 + if ($2 ~ /__NR_Linux/ && $3 ~ min) {