Searched refs:__NR_Linux (Results 1 – 3 of 3) sorted by relevance
22 #define __NR_Linux 4000 macro23 #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 …]
492 #define __NR_Linux 0 macro493 #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)501 #define __NR_creat (__NR_Linux + 8)[all …]
282 if ((sc.cmd >= __NR_Linux) && in sp_work_handle_request()283 (sc.cmd <= (__NR_Linux + __NR_Linux_syscalls)) ) in sp_work_handle_request()