Home
last modified time | relevance | path

Searched refs:__NR_getdents64 (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h63 #define __NR_getdents64 61 macro
H A Dunistd_64.h64 #define __NR_getdents64 61 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h65 #define __NR_getdents64 61 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h64 #define __NR_getdents64 61 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h174 #define __NR_getdents64 220 macro
H A Dunistd_32.h204 #define __NR_getdents64 220 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h221 #define __NR_getdents64 217 macro
H A Dunistd_32.h224 #define __NR_getdents64 220 macro
H A Dunistd_x32.h193 #define __NR_getdents64 (__X32_SYSCALL_BIT + 217) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h200 #define __NR_getdents64 202 macro
H A Dunistd_32.h206 #define __NR_getdents64 202 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h168 #define __NR_getdents64 61 macro
169 __SYSCALL(__NR_getdents64, sys_getdents64)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h168 #define __NR_getdents64 61 macro
169 __SYSCALL(__NR_getdents64, sys_getdents64)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h168 #define __NR_getdents64 61 macro
169 __SYSCALL(__NR_getdents64, sys_getdents64)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h447 #define __NR_getdents64 217 macro
448 __SYSCALL(__NR_getdents64, sys_getdents64)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h311 #define __NR_getdents64 (__NR_Linux + 308) macro
H A Dunistd_n32.h302 #define __NR_getdents64 (__NR_Linux + 299) macro
H A Dunistd_o32.h223 #define __NR_getdents64 (__NR_Linux + 219) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h180 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h351 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()
/openbmc/qemu/linux-user/
H A Dsyscall.c271 #define __NR_sys_getdents64 __NR_getdents64
316 (defined(TARGET_NR_getdents64) && defined(__NR_getdents64))
8854 #if defined(TARGET_NR_getdents64) && defined(__NR_getdents64)
11274 #if defined(TARGET_NR_getdents64) && defined(__NR_getdents64) in _syscall2()