/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 63 #define __NR_getdents64 61 macro
|
H A D | unistd_64.h | 64 #define __NR_getdents64 61 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 65 #define __NR_getdents64 61 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 64 #define __NR_getdents64 61 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 174 #define __NR_getdents64 220 macro
|
H A D | unistd_32.h | 204 #define __NR_getdents64 220 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 221 #define __NR_getdents64 217 macro
|
H A D | unistd_32.h | 224 #define __NR_getdents64 220 macro
|
H A D | unistd_x32.h | 193 #define __NR_getdents64 (__X32_SYSCALL_BIT + 217) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 200 #define __NR_getdents64 202 macro
|
H A D | unistd_32.h | 206 #define __NR_getdents64 202 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 168 #define __NR_getdents64 61 macro 169 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 168 #define __NR_getdents64 61 macro 169 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 168 #define __NR_getdents64 61 macro 169 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 447 #define __NR_getdents64 217 macro 448 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 311 #define __NR_getdents64 (__NR_Linux + 308) macro
|
H A D | unistd_n32.h | 302 #define __NR_getdents64 (__NR_Linux + 299) macro
|
H A D | unistd_o32.h | 223 #define __NR_getdents64 (__NR_Linux + 219) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 180 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 351 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 271 #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()
|