/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 95 fstat(pipefd[0], &fileStat); in trigger_fstat_events() 96 fstat(pipefd[1], &fileStat); in trigger_fstat_events() 97 fstat(sockfd, &fileStat); in trigger_fstat_events() 98 fstat(procfd, &fileStat); in trigger_fstat_events() 99 fstat(devfd, &fileStat); in trigger_fstat_events() 100 fstat(localfd, &fileStat); in trigger_fstat_events() 101 fstat(indicatorfd, &fileStat); in trigger_fstat_events()
|
/openbmc/linux/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()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagedata.py | 290 fstat = os.lstat(f) 291 files[fpath] = fstat.st_size 294 extended_data["files_info"][fpath]['size'] = fstat.st_size 296 if fstat.st_ino not in seen: 297 seen.add(fstat.st_ino) 298 total_size += fstat.st_size
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | procfs.c | 46 if (fstat(parent_ns, &st1)) in init_namespaces() 56 if (fstat(child_ns, &st2)) in init_namespaces()
|
H A D | timens.c | 69 if (fstat(parent_ns, &st1)) in init_namespaces() 79 if (fstat(child_ns, &st2)) in init_namespaces()
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 159 ret = fstat(fd, &stat); in load_xbc_file() 184 ret = fstat(fd, &stat); in load_xbc_from_initrd() 346 ret = fstat(fd, &stat); in delete_xbc() 421 if (fstat(fd, &stat) < 0) { in apply_xbc()
|
/openbmc/qemu/tests/tcg/cris/libc/ |
H A D | check_mmap1.c | 29 if (fstat (fd, &sb) < 0) in main()
|
H A D | check_mmap2.c | 29 if (fstat (fd, &sb) < 0) in main()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | deploy.py | 198 fstat = os.lstat(os.path.join(root, fn)) 202 if fstat.st_ino in inodes: 205 fsize = int(math.ceil(float(fstat.st_size)/1024)) 206 inodes.add(fstat.st_ino)
|
/openbmc/qemu/util/ |
H A D | chardev_open.c | 52 if (fstat(fd, &st) || !S_ISCHR(st.st_mode) || in open_cdev_internal()
|
H A D | drm.c | 58 ret = fstat(r, &st); in qemu_drm_rendernode_open()
|
/openbmc/linux/tools/testing/selftests/splice/ |
H A D | splice_read.c | 34 if (fstat(fd, &statbuf) < 0) { in main()
|
/openbmc/phosphor-mboxd/test/ |
H A D | bmc_event_ack_v2.c | 45 rc = fstat(ctx->fds[MBOX_FD].fd, &details); in main()
|
/openbmc/hiomapd/test/ |
H A D | bmc_event_ack_v2.c | 58 rc = fstat(ctx->fds[MBOX_FD].fd, &details); in main()
|
/openbmc/u-boot/tools/ |
H A D | imx8mimage.c | 243 if (fstat(dfd, &sbuf) < 0) { in copy_file() 420 if (fstat(hdmi_fd, &sbuf) < 0) { in build_image() 443 if (fstat(ap_fd, &sbuf) < 0) { in build_image() 500 if (fstat(sld_fd, &sbuf) < 0) { in build_image()
|
H A D | prelink-riscv.c | 77 if (fstat(fd, &st) < 0) in main()
|
H A D | mkimage.c | 384 if (fstat(ifd, &sbuf) < 0) { in main() 430 if (fstat(dfd, &sbuf) < 0) { in main() 587 if (fstat(ifd, &sbuf) < 0) { in main() 666 if (fstat(dfd, &sbuf) < 0) { in copy_file()
|
H A D | fit_common.c | 58 if (fstat(fd, sbuf) < 0) { in mmap_fdt()
|
H A D | ubsha1.c | 39 if (fstat (ifd, &sbuf) < 0) { in main()
|
/openbmc/linux/scripts/ |
H A D | checksyscalls.sh | 258 /* Newer ports are not required to provide fstat in favor of statx */
|
/openbmc/linux/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()
|
/openbmc/linux/tools/perf/util/ |
H A D | zlib.c | 36 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
|
/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/ |
H A D | 0001-Replace-stat64-with-stat.patch | 28 + if (fstat(fd, &st) != 0)
|
/openbmc/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()
|