Home
last modified time | relevance | path

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

/linux/arch/um/kernel/skas/
H A Dstub_exe.c51 stub_syscall1(__NR_close, 0); in real_init()
173 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K,__NR_close, in real_init()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h160 #define __NR_close 57 macro
161 __SYSCALL(__NR_close, sys_close)
/linux/tools/include/nolibc/
H A Dsys.h215 return __nolibc_syscall1(__NR_close, fd); in sys_close()