Home
last modified time | relevance | path

Searched refs:__NR_Linux (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_o32.h4 #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 …]
H A Dunistd_n64.h4 #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 …]
H A Dunistd_n32.h4 #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 …]
H A Dunistd.h20 #define __NR_Linux 4000 macro
27 #define __NR_Linux 5000 macro
34 #define __NR_Linux 6000 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dunistd.h20 #define __NR_Linux 4000 macro
27 #define __NR_Linux 5000 macro
34 #define __NR_Linux 6000 macro
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch133 +#define __NR_Linux 4000
134 +#define __NR_io_setup (__NR_Linux + 241)
137 +#define __NR_io_submit (__NR_Linux + 244)
138 +#define __NR_io_cancel (__NR_Linux + 245)
147 +#define __NR_Linux 5000
148 +#define __NR_io_setup (__NR_Linux + 200)
151 +#define __NR_io_submit (__NR_Linux + 203)
152 +#define __NR_io_cancel (__NR_Linux + 204)
160 +#define __NR_Linux 6000
161 +#define __NR_io_setup (__NR_Linux + 200)
[all …]
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dunistd.h16 #define __NR_Linux 1024 macro
/openbmc/linux/arch/ia64/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr --offset __NR_Linux $< $@
/openbmc/linux/arch/mips/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --offset __NR_Linux $< $@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-lss-Match-syscalls-to-match-musl.patch48 #define __NR_getrandom (__NR_Linux + 313)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch859 - __NR_Linux) ||
861 - __NR_Linux))) {
1138 - if ($2 ~ /__NR_Linux/ && $3 ~ /4000/) {
1142 + if ($2 ~ /__NR_Linux/ && $3 ~ min) {