Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 191) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c82 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 D0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch10 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 Dfd-002-posix-eq.c43 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 Dutil.h62 #define fstat _fstati64 macro
64 #define fstat _fstat macro
102 #define fstat _fstati64 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dprocfs.c48 if (fstat(parent_ns, &st1)) in init_namespaces()
58 if (fstat(child_ns, &st2)) in init_namespaces()
H A Dtimens.c71 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 Dstat.h210 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 Dstat.h210 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 Dmain.c158 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 Ddeploy.py184 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 D0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch42 TLI_DEFINE_ENUM_INTERNAL(fstat)
43 TLI_DEFINE_STRING_INTERNAL("fstat")
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch40 TLI_DEFINE_ENUM_INTERNAL(fstat)
41 TLI_DEFINE_STRING_INTERNAL("fstat")
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata.c153 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 Dzlib.c36 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c392 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 Dzynqmpimage.c302 err = fstat(fileno(fp), &path_stat); in zynqmpimage_parse_initparams()
372 err = fstat(fileno(fpmu), &path_stat); in zynqmpimage_vrec_header()
H A Dubsha1.c40 if (fstat (ifd, &sbuf) < 0) { in main()
H A Dfit_common.c56 if (fstat(fd, sbuf) < 0) { in mmap_fdt()
/OK3568_Linux_fs/kernel/tools/testing/selftests/splice/
H A Dsplice_read.c34 if (fstat(fd, &statbuf) < 0) { in main()
/OK3568_Linux_fs/u-boot/scripts/basic/
H A Dfixdep.c306 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 D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch80 - 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 Dpidns.c67 if (fstat(pns, &st1)) in main()
H A Downer.c64 if (fstat(uns, &st1)) in main()
/OK3568_Linux_fs/u-boot/scripts/
H A Dmkbootimg19 from os import fstat
29 return fstat(f.fileno()).st_size
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dgdbsend.c83 if (fstat(ifd, &ist) < 0) in main()

12345678