Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h24 #define __NR_close 3 macro
Dunistd_32.h27 #define __NR_close 6 macro
Dunistd_x32.h24 #define __NR_close (__X32_SYSCALL_BIT + 3) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h96 #define __NR_close 57 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h142 #define __NR_close 57 macro
143 __SYSCALL(__NR_close, sys_close)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h185 #define __NR_close 57 macro
186 __SYSCALL(__NR_close, sys_close)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h185 #define __NR_close 57 macro
186 __SYSCALL(__NR_close, sys_close)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h24 #define __NR_close (__NR_Linux + 3) macro
Dunistd_n32.h24 #define __NR_close (__NR_Linux + 3) macro
Dunistd_o32.h27 #define __NR_close (__NR_Linux + 6) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h14 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h25 #define __NR_close 6 macro
26 __SYSCALL(__NR_close, sys_close)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h27 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h38 SYSCALL_HAND_DEF(__NR_close, SysClose, int, ARG_NUM_1)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1507 return my_syscall1(__NR_close, fd); in sys_close()