Searched refs:__NR_Linux (Results 1 - 3 of 3) sorted by relevance

/arch/mips/include/asm/
H A Dunistd.h22 #define __NR_Linux 4000 macro
23 #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
386 #define __NR_Linux macro
709 #define __NR_Linux macro
[all...]
/arch/parisc/include/asm/
H A Dunistd.h485 * the LINUX_GATEWAY_ADDR define at the bottom and make __NR_Linux be
492 #define __NR_Linux 0 macro
493 #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
[all...]
/arch/mips/kernel/
H A Dkspd.c282 if ((sc.cmd >= __NR_Linux) &&
283 (sc.cmd <= (__NR_Linux + __NR_Linux_syscalls)) )

Completed in 58 milliseconds