Searched refs:sys_close (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 192 int sys_close(int fd) in sys_close() function 200 return __sysret(sys_close(fd)); in close()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-mips64.S | 110 PTR sys_close
|
H A D | scall-trans-i386.S | 114 PTR sys_close /* 6 */
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1505 int sys_close(int fd) in sys_close() function 1857 int ret = sys_close(fd); in close()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 26 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 26 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 186 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 186 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 161 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 161 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 143 __SYSCALL(__NR_close, sys_close)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 5823 FN(sys_close, 168, ##ctx) \
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 5823 FN(sys_close, 168, ##ctx) \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 470 asmlinkage long sys_close(unsigned int fd); 1326 * In contrast to sys_close(), this stub does not check whether the syscall
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 437 asmlinkage long sys_close(unsigned int fd);
|
Completed in 39 milliseconds