Home
last modified time | relevance | path

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

12345678

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c95 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 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()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py290 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 Dprocfs.c46 if (fstat(parent_ns, &st1)) in init_namespaces()
56 if (fstat(child_ns, &st2)) in init_namespaces()
H A Dtimens.c69 if (fstat(parent_ns, &st1)) in init_namespaces()
79 if (fstat(child_ns, &st2)) in init_namespaces()
/openbmc/linux/tools/bootconfig/
H A Dmain.c159 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 Dcheck_mmap1.c29 if (fstat (fd, &sb) < 0) in main()
H A Dcheck_mmap2.c29 if (fstat (fd, &sb) < 0) in main()
/openbmc/linux/tools/testing/selftests/splice/
H A Dsplice_read.c34 if (fstat(fd, &statbuf) < 0) { in main()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py198 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 Ddrm.c58 ret = fstat(r, &st); in qemu_drm_rendernode_open()
/openbmc/phosphor-mboxd/test/
H A Dbmc_event_ack_v2.c45 rc = fstat(ctx->fds[MBOX_FD].fd, &details); in main()
/openbmc/hiomapd/test/
H A Dbmc_event_ack_v2.c58 rc = fstat(ctx->fds[MBOX_FD].fd, &details); in main()
/openbmc/u-boot/tools/
H A Dprelink-riscv.c77 if (fstat(fd, &st) < 0) in main()
H A Dimx8mimage.c243 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 Dmkimage.c384 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 Dfit_common.c58 if (fstat(fd, sbuf) < 0) { in mmap_fdt()
H A Dubsha1.c39 if (fstat (ifd, &sbuf) < 0) { in main()
/openbmc/linux/scripts/
H A Dchecksyscalls.sh258 /* Newer ports are not required to provide fstat in favor of statx */
/openbmc/linux/tools/testing/selftests/nsfs/
H A Dpidns.c67 if (fstat(pns, &st1)) in main()
H A Downer.c64 if (fstat(uns, &st1)) in main()
/openbmc/linux/tools/perf/util/
H A Dzlib.c36 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/
H A D0001-Replace-stat64-with-stat.patch28 + if (fstat(fd, &st) != 0)
/openbmc/u-boot/tools/gdb/
H A Dgdbsend.c82 if (fstat(ifd, &ist) < 0) in main()
/openbmc/qemu/hw/xen/
H A Dxen_pt_load_rom.c45 if (fstat(fileno(fp), &st) == -1) { in pci_assign_dev_load_option_rom()

12345678