| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | d_path.c | 82 fstat(pipefd[0], &fileStat); in trigger_fstat_events() 83 fstat(pipefd[1], &fileStat); in trigger_fstat_events() 84 fstat(sockfd, &fileStat); in trigger_fstat_events() 85 fstat(procfd, &fileStat); in trigger_fstat_events() 86 fstat(devfd, &fileStat); in trigger_fstat_events() 87 fstat(localfd, &fileStat); in trigger_fstat_events() 88 fstat(indicatorfd, &fileStat); in trigger_fstat_events()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-support/fuse/fuse3/ |
| H A D | 0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch | 10 kernels >= 5.14, fstat() will return -EBADF: 12 3 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor 13 4 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor 14 5 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor 15 9 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor 42 PERROR("fstat");
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | fd-002-posix-eq.c | 43 rv = fstat(fd0, &st0); in main() 45 rv = fstat(fd1, &st1); in main() 47 rv = fstat(fd2, &st2); in main()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.h | 62 #define fstat _fstati64 macro 64 #define fstat _fstat macro 102 #define fstat _fstati64 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | procfs.c | 48 if (fstat(parent_ns, &st1)) in init_namespaces() 58 if (fstat(child_ns, &st2)) in init_namespaces()
|
| H A D | timens.c | 71 if (fstat(parent_ns, &st1)) in init_namespaces() 81 if (fstat(child_ns, &st2)) in init_namespaces()
|
| /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/sys/ |
| H A D | stat.h | 210 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2)); 216 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64) 220 # define fstat fstat64
|
| /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/sys/ |
| H A D | stat.h | 210 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2)); 216 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64) 220 # define fstat fstat64
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/ |
| H A D | main.c | 158 ret = fstat(fd, &stat); in load_xbc_file() 183 ret = fstat(fd, &stat); in load_xbc_from_initrd() 345 ret = fstat(fd, &stat); in delete_xbc() 419 if (fstat(fd, &stat) < 0) { in apply_xbc()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | deploy.py | 184 fstat = os.lstat(os.path.join(root, fn)) 188 if fstat.st_ino in inodes: 191 fsize = int(math.ceil(float(fstat.st_size)/1024)) 192 inodes.add(fstat.st_ino)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/ |
| H A D | 0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 42 TLI_DEFINE_ENUM_INTERNAL(fstat) 43 TLI_DEFINE_STRING_INTERNAL("fstat")
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 40 TLI_DEFINE_ENUM_INTERNAL(fstat) 41 TLI_DEFINE_STRING_INTERNAL("fstat")
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | data.c | 153 if (fstat(file->fd, &st)) in perf_data__update_dir() 170 if (!fstat(fd, &st) && S_ISFIFO(st.st_mode)) in check_pipe() 245 if (fstat(fd, &st) < 0) in open_file_read()
|
| H A D | zlib.c | 36 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mkimage.c | 392 if (fstat(ifd, &sbuf) < 0) { in main() 439 if (fstat(dfd, &sbuf) < 0) { in main() 584 if (fstat(ifd, &sbuf) < 0) { in main() 663 if (fstat(dfd, &sbuf) < 0) { in copy_file()
|
| H A D | zynqmpimage.c | 302 err = fstat(fileno(fp), &path_stat); in zynqmpimage_parse_initparams() 372 err = fstat(fileno(fpmu), &path_stat); in zynqmpimage_vrec_header()
|
| H A D | ubsha1.c | 40 if (fstat (ifd, &sbuf) < 0) { in main()
|
| H A D | fit_common.c | 56 if (fstat(fd, sbuf) < 0) { in mmap_fdt()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/splice/ |
| H A D | splice_read.c | 34 if (fstat(fd, &statbuf) < 0) { in main()
|
| /OK3568_Linux_fs/u-boot/scripts/basic/ |
| H A D | fixdep.c | 306 if (fstat(fd, &st) < 0) { in do_config_file() 426 if (fstat(fd, &st) < 0) { in print_deps()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 80 - else if (!fstat(devfd, &st) && st.st_size) 101 - if (fstat(devfd, &st)) 279 + else if (!fstat(dev_fd, &st) && st.st_size) 300 + if (fstat(dev_fd, &st))
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/nsfs/ |
| H A D | pidns.c | 67 if (fstat(pns, &st1)) in main()
|
| H A D | owner.c | 64 if (fstat(uns, &st1)) in main()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | mkbootimg | 19 from os import fstat 29 return fstat(f.fileno()).st_size
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | gdbsend.c | 83 if (fstat(ifd, &ist) < 0) in main()
|