Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch133 +#define __NR_Linux 4000
134 +#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 5000
148 +#define __NR_io_setup (__NR_Linux + 200)
149 +#define __NR_io_destroy (__NR_Linux + 201)
150 +#define __NR_io_getevents (__NR_Linux + 202)
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A DMakefile33 syshdr_offset_unistd_n32 := __NR_Linux
37 syshdr_offset_unistd_n64 := __NR_Linux
41 syshdr_offset_unistd_o32 := __NR_Linux
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0020-Fix-tab-crashes-on-musl.patch142 #define __NR_landlock_restrict_self (__NR_Linux + 446)
146 +#define __NR_membarrier (__NR_Linux 318)
155 #define __NR_landlock_restrict_self (__NR_Linux + 446)
159 +#define __NR_membarrier (__NR_Linux 358)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dunistd.h16 #define __NR_Linux 1024 macro
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A DMakefile24 syshdr_offset_unistd_64 := __NR_Linux
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-lss-Match-syscalls-to-match-musl.patch46 #define __NR_ioprio_get (__NR_Linux + 274)
/OK3568_Linux_fs/yocto/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) {