Searched refs:__NR_getdents64 (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 238 #define __NR_getdents64 217 macro
|
D | unistd_32.h | 241 #define __NR_getdents64 220 macro
|
D | unistd_x32.h | 210 #define __NR_getdents64 (__X32_SYSCALL_BIT + 217) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 100 #define __NR_getdents64 61 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 150 #define __NR_getdents64 61 macro 151 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 199 #define __NR_getdents64 61 macro 200 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 199 #define __NR_getdents64 61 macro 200 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 328 #define __NR_getdents64 (__NR_Linux + 308) macro
|
D | unistd_n32.h | 319 #define __NR_getdents64 (__NR_Linux + 299) macro
|
D | unistd_o32.h | 240 #define __NR_getdents64 (__NR_Linux + 219) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 184 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 447 #define __NR_getdents64 217 macro 448 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 197 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 111 SYSCALL_HAND_DEF(__NR_getdents64, SysGetdents64, int, ARG_NUM_3)
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1543 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()
|