Home
last modified time | relevance | path

Searched refs:fstat (Results 26 – 50 of 189) sorted by relevance

12345678

/openbmc/phosphor-mboxd/test/
H A Dmbox.c70 fstat(fd, &details); in mbox_cmp()
97 fstat(fd, &details); in mbox_rspcpy()
/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()
/openbmc/linux/tools/perf/util/
H A Ddata.c160 if (fstat(file->fd, &st)) in perf_data__update_dir()
177 if (!fstat(fd, &st) && S_ISFIFO(st.st_mode)) in check_pipe()
266 if (fstat(fd, &st) < 0) in open_file_read()
/openbmc/linux/tools/build/
H A Dfixdep.c133 if (fstat(fd, &st) < 0) { in print_deps()
/openbmc/hiomapd/test/
H A Dmbox.c72 fstat(fd, &details); in mbox_cmp()
101 fstat(fd, &details); in mbox_rspcpy()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch22 strrchr strsignal fchmod fstat chmod])
/openbmc/openbmc/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))
/openbmc/u-boot/tools/
H A Dimagetool.c139 if (fstat(fd, &sbuf) < 0) { in imagetool_get_filesize()
H A Daisimage.c192 if (fstat(dfd, &sbuf) < 0) { in ais_alloc_buffer()
234 if (fstat(dfd, &sbuf) < 0) { in ais_copy_image()
H A Dzynqmpimage.c381 err = fstat(fileno(fp), &path_stat); in zynqmpimage_parse_initparams()
451 err = fstat(fileno(fpmu), &path_stat); in zynqmpimage_vrec_header()
H A Dmkexynosspl.c118 if (fstat(ifd, &stat)) { in main()
H A Ddumpimage.c148 if (fstat(ifd, &sbuf) < 0) { in main()
H A Dimx8image.c287 if (fstat(tmp_fd, sbuf) < 0) { in check_file()
320 if (fstat(dfd, &sbuf) < 0) { in copy_file_aligned()
380 if (fstat(dfd, &sbuf) < 0) { in copy_file()
451 if (fstat(dfd, &sbuf) < 0) { in read_dcd_offset()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-check-for-mips-targets-for-stat.st_dev-definitions.patch36 nix::sys::stat::fstat(fd.as_raw_fd())
/openbmc/linux/scripts/
H A Dinsert-sys-cert.c212 if (fstat(fd, &st)) { in map_file()
239 if (fstat(fd, &st)) { in read_file()
/openbmc/linux/arch/x86/boot/tools/
H A Dbuild.c215 if (fstat(fd, &sb)) in main()
/openbmc/qemu/fsdev/
H A Dfile-op-9p.h152 int (*fstat)(FsContext *, int, V9fsFidOpenState *, struct stat *); member
/openbmc/qemu/hw/9pfs/
H A D9p-util.h100 #define qemu_fstat fstat
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0005-ethernet.c-remove-it.patch184 - if (fstat(fileno(ether_fp), &st) < 0 ||
195 - if (fstat(fileno(ether_fp), &st) < 0) {
/openbmc/linux/drivers/spi/
H A Dspi-lantiq-ssc.c213 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in tx_fifo_level() local
215 return (fstat >> LTQ_SPI_FSTAT_TXFFL_S) & hwcfg->fifo_size_mask; in tx_fifo_level()
221 u32 fstat = lantiq_ssc_readl(spi, LTQ_SPI_FSTAT); in rx_fifo_level() local
223 return (fstat >> LTQ_SPI_FSTAT_RXFFL_S) & hwcfg->fifo_size_mask; in rx_fifo_level()
/openbmc/linux/arch/arm/vdso/
H A Dvdsomunge.c142 if (fstat(infd, &stat) != 0) in main()
/openbmc/qemu/net/
H A Dtap-bsd.c82 if (fstat(fd, &s) < 0) { in tap_open()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py66 fstat = os.stat(fn)
67 fixedhash = fn + ":" + str(fstat.st_size) + ":" + str(fstat.st_mtime)
/openbmc/qemu/bsd-user/
H A Dbsdload.c54 if (fstat(bprm->fd, &st) < 0) { in prepare_binprm()

12345678