| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0001-pass-correct-parameters-to-getdents64.patch | 4 Subject: [PATCH 1/2] pass correct parameters to getdents64 8 … n = getdents64(dir_fd, (uint8_t*) de->buffer + de->buffer_size, bs - de->buffer_size); 12 n = getdents64(fd, &buffer, sizeof(buffer)); 30 - n = getdents64(dir_fd, (uint8_t*) de->buffer + de->buffer_size, bs - de->buffer_si… 31 + n = getdents64(dir_fd, de->buffer + de->buffer_size, bs - de->buffer_size); 43 - n = getdents64(fd, &buffer, sizeof(buffer)); 44 + n = getdents64(fd, (struct dirent *)&buffer, sizeof(buffer));
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0001-pass-correct-parameters-to-getdents64.patch | 4 Subject: [PATCH] pass correct parameters to getdents64 8 … n = getdents64(dir_fd, (uint8_t*) de->buffer + de->buffer_size, bs - de->buffer_size); 12 n = getdents64(fd, &buffer, sizeof(buffer)); 31 - n = getdents64(dir_fd, (uint8_t*) de->buffer + de->buffer_size, bs - de->buffer_si… 32 + n = getdents64(dir_fd, (struct dirent*)((uint8_t*) de->buffer + de->buffer_size), … 44 - n = getdents64(fd, &buffer, sizeof(buffer)); 45 + n = getdents64(fd, (struct dirent *)&buffer, sizeof(buffer));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | dirent_ext.h | 29 extern __ssize_t getdents64 (int __fd, void *__buffer, size_t __length)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | dirent_ext.h | 29 extern __ssize_t getdents64 (int __fd, void *__buffer, size_t __length)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
| H A D | 0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch | 6 Include <dirent.h> late to avoid the macro getdents64 in musl
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
| H A D | sdbus-c++-libsystemd_250.3.bb | 46 file://0001-pass-correct-parameters-to-getdents64.patch \
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | readdir.c | 354 SYSCALL_DEFINE3(getdents64, unsigned int, fd, in SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_n32.tbl | 310 299 n32 getdents64 sys_getdents64
|
| H A D | syscall_n64.tbl | 319 308 n64 getdents64 sys_getdents64
|
| H A D | syscall_o32.tbl | 233 219 o32 getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 202 190 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 71 60 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 228 217 common getdents64 sys_getdents64
|
| H A D | syscall_32.tbl | 234 220 i386 getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 228 217 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 2326 getdents64(4, /* 37 entries */, 4096) = 1168 2327 getdents64(4, /* 0 entries */, 4096) = 0 2345 getdents64(4, /* 2 entries */, 4096) = 48 2346 getdents64(4, /* 0 entries */, 4096) = 0 2351 getdents64(4, /* 4 entries */, 4096) = 112 2354 getdents64(4, /* 0 entries */, 4096) = 0 2619 getdents64(5, /* 21 entries */, 4096) = 848 2620 getdents64(5, /* 0 entries */, 4096) = 0 3695 getdents64(4, /* 2 entries */, 4096) = 48 3696 getdents64(4, /* 0 entries */, 4096) = 0 [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 230 220 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 223 201 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 230 220 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 231 220 common getdents64 sys_getdents64 compat_sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | syscall.tbl | 234 217 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 230 220 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/ |
| H A D | syscall.tbl | 231 220 common getdents64 sys_getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/ |
| H A D | syscall.tbl | 310 377 common getdents64 sys_getdents64
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 191 154 common getdents64 sys_getdents64
|