/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 59 #define __NR_close 57 macro
|
H A D | unistd_64.h | 60 #define __NR_close 57 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 61 #define __NR_close 57 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 60 #define __NR_close 57 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 10 #define __NR_close 6 macro
|
H A D | unistd_32.h | 10 #define __NR_close 6 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 7 #define __NR_close 3 macro
|
H A D | unistd_32.h | 10 #define __NR_close 6 macro
|
H A D | unistd_x32.h | 7 #define __NR_close (__X32_SYSCALL_BIT + 3) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 10 #define __NR_close 6 macro
|
H A D | unistd_32.h | 10 #define __NR_close 6 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 160 #define __NR_close 57 macro 161 __SYSCALL(__NR_close, sys_close)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 160 #define __NR_close 57 macro 161 __SYSCALL(__NR_close, sys_close)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 160 #define __NR_close 57 macro 161 __SYSCALL(__NR_close, sys_close)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 25 #define __NR_close 6 macro 26 __SYSCALL(__NR_close, sys_close)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 7 #define __NR_close (__NR_Linux + 3) macro
|
H A D | unistd_n32.h | 7 #define __NR_close (__NR_Linux + 3) macro
|
H A D | unistd_o32.h | 10 #define __NR_close (__NR_Linux + 6) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 10 #define __NR_close (__NR_SYSCALL_BASE + 6) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 194 return my_syscall1(__NR_close, fd); in sys_close()
|