Home
last modified time | relevance | path

Searched refs:__NR_close (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/openssh/
H A D0001-HACK-seccomp-Allow-new-syscalls-for-old-arm-aarch64.patch35 #ifdef __NR_close
36 SC_ALLOW(__NR_close),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dunistd.h183 #define __NR_close 57 macro
184 __SYSCALL(__NR_close, sys_close)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dunistd.h183 #define __NR_close 57 macro
184 __SYSCALL(__NR_close, sys_close)
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dunistd.h185 #define __NR_close 57 macro
186 __SYSCALL(__NR_close, sys_close)
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dunistd.h185 #define __NR_close 57 macro
186 __SYSCALL(__NR_close, sys_close)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h25 #define __NR_close 6 macro
26 __SYSCALL(__NR_close, sys_close)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dunistd-common.h10 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsyscall.h226 #ifdef __NR_close
227 # define SYS_close __NR_close
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsyscall.h226 #ifdef __NR_close
227 # define SYS_close __NR_close
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h1507 return my_syscall1(__NR_close, fd); in sys_close()